-
Notifications
You must be signed in to change notification settings - Fork 9
TODO
Brady Trainor edited this page May 1, 2022
·
5 revisions
Semi-public list of my own todo items for the app.
In other words, users might want to be aware, but if I add every idea I have to issue tracker, I fear it would be author/maintainer noise.
Maybe this sort of list could be moved to store listings or README.
To be clear, this is still a subset of my local todo items related to app.
- remove
status:waiting
from implementation (review implications) - add batch editing
- consider long press of a task for a popup modify UI
- rethink
until
attribute action, or gc - implement UDA parsing towards UI, to address
priority
changes - ensure long project names can be read, for example with horizontal scrolling
- flexible Taskserver configuration, allowing setting via:
- adding a TASKRC
- editing as text fields
- adding a single file configuration
- like
- Mirakel
- FreeCinc can export this format
- anyone can create this syntax
- there's currently a small PoC function and unit test at:
- like
Suggestions by users outside of issue tracker:
(I might not prioritize these or file them myself, but I think it's useful to record them semi-publicly.)
- user can lose tag modifications if they press back twice; consider some cue when user presses back imply loss of changes
- auto sync; "best" design is not obvious to me