Skip to content

Commit 0fe0d64

Browse files
committed
docs: Shift around TODO items
1 parent 0e25f5d commit 0fe0d64

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

TODO.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,23 @@
1919
- [x] Use standard Python images for celery
2020
- [x] Celery does not need to wait on PostgreSQL
2121
- [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?
2237
- [ ] a weekly report could list out count and a summary of all items as email (for example)
2338
- [ ] Add journal to the `today` view
24-
- [x] Move tools from random-tools to tasks-collector-tools
2539
- [ ] Add `tasks-collector.ini` to the project and set it up with a dummy password for development
2640
- [ ] add `pub_date` to events and allow for setting different day (yesterday) than now for events affecting a specific date (e.g. HabitsTracked)
2741
- [ ] Add post-it boards for ideas
@@ -42,9 +56,6 @@
4256
- [ ] Calendar
4357
- [ ] Remove empty plans/reflections (these should not save)
4458
- [ ] 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`
4859
- [ ] Quests: merge them with journals
4960
- [ ] (draft) Use journal for journalling, and quest object as a side to it
5061
- JournalQuestMeta: quest_id, journal_id, stage
@@ -53,15 +64,4 @@
5364
- [ ] PoC: https://developers.google.com/tasks/quickstart/python
5465
- [ ] Board action
5566
- [ ] 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

Comments
 (0)