|
19 | 19 | - [x] Use standard Python images for celery |
20 | 20 | - [x] Celery does not need to wait on PostgreSQL |
21 | 21 | - [x] Can be put into a journal comment as list of points quote before comment section |
| 22 | +- [x] Move tools from random-tools to tasks-collector-tools |
| 23 | +- [x] Bug: Habits tracked on journal save have no event set to published of the journal |
| 24 | +- [x] Add taskadd Inbox |
| 25 | + - [x] Add ability to go to `/todo/#board=board` |
| 26 | +- [x] Allow for archiving (leave delete) |
| 27 | +- [x] Oftentimes, tasks are not loaded, when working on multiple tabs |
| 28 | + - [x] use window.onfocus to reload tasks |
| 29 | +- [x] Add a special symbol in journal to add a line to a reflection |
| 30 | + - Symbols: [x] [~] [^] |
| 31 | + - [ ]How about [ ] for Plan? |
| 32 | + - Need to rethink that / possible to use other input method |
| 33 | +- [x] Add a Journal archive view set |
| 34 | + - [ ] Add an event archive view set |
| 35 | + - [x] Remove add_published from templatetags |
| 36 | + - [ ] Check #253 – is ObservationMade done here? |
22 | 37 | - [ ] a weekly report could list out count and a summary of all items as email (for example) |
23 | 38 | - [ ] Add journal to the `today` view |
24 | | -- [x] Move tools from random-tools to tasks-collector-tools |
25 | 39 | - [ ] Add `tasks-collector.ini` to the project and set it up with a dummy password for development |
26 | 40 | - [ ] add `pub_date` to events and allow for setting different day (yesterday) than now for events affecting a specific date (e.g. HabitsTracked) |
27 | 41 | - [ ] Add post-it boards for ideas |
|
42 | 56 | - [ ] Calendar |
43 | 57 | - [ ] Remove empty plans/reflections (these should not save) |
44 | 58 | - [ ] Dump database before automatic migration / deployment |
45 | | -- [x] Bug: Habits tracked on journal save have no event set to published of the journal |
46 | | -- [x] Add taskadd Inbox |
47 | | - - [x] Add ability to go to `/todo/#board=board` |
48 | 59 | - [ ] Quests: merge them with journals |
49 | 60 | - [ ] (draft) Use journal for journalling, and quest object as a side to it |
50 | 61 | - JournalQuestMeta: quest_id, journal_id, stage |
|
53 | 64 | - [ ] PoC: https://developers.google.com/tasks/quickstart/python |
54 | 65 | - [ ] Board action |
55 | 66 | - [ ] Board status - scheduled |
56 | | -- [x] Allow for archiving (leave delete) |
57 | | -- [ ] Implement $ on tasks, so that only part of information is shown on the task list, all can be edited |
58 | | -- [x] Add a Journal archive view set |
59 | | - - [ ] Add an event archive view set |
60 | | - - [x] Remove add_published from templatetags |
61 | | - - [ ] Check #253 – is ObservationMade done here? |
62 | | -- [x] Add a special symbol in journal to add a line to a reflection |
63 | | - - Symbols: [x] [~] [^] |
64 | | - - How about [ ] for Plan? |
65 | | - - Need to rethink that / possible to use other input method |
66 | | -- [x] Oftentimes, tasks are not loaded, when working on multiple tabs |
67 | | - - [x] use window.onfocus to reload tasks |
| 67 | +- [ ] Implement $ on tasks, so that only part of information is shown on the task list, all can be edited |
0 commit comments