Roadmap
What’s next? See what we’re building to make your daily planning even better.
Notes
- Notes presets. Shopping list, Journal, Wish list, Projects. The notes section would come built in with these pre configured markdown files
- Open new notes in edit mode.
- Open existing notes in view mode.
- Add images in the note editor
- Export single note
- Exporting all notes
Make notes a file system instead of only one note per day
Make notes markdown format
Collapse keyboard in notes view so user can properly read the notes
Tasks
- Change the order of tasks
- Group related tasks (projects?)
- Alerts for incomplete tasks
- Notifications for pending tasks
- Reminders for upcoming tasks
- Task sharing (deep linking)
- Optional description field
- Change task name label in the “Add Task” screen from “name” to “Task Name”
- One time tasks automatically roll over to the current day if not completed
- Set default color and frequency (one time frequency) so that its easier to add one time tasks
Habit Tracker
- Frequency along side task name
- Collapse trackers
Themes
- Add light/dark theme toggle to settings
- Add additional themes
- Let the user change the background picture.
Additional Features
- Add haptics and sounds
- Add task completion indicator
- Add qualitative “Metrics”. i.e. “How did you feel today?”
- Reminders
- Add task frequency alongside task name in habit tracker
Bug fixes
- Notes only save upon closing.
- Changing phone theme with a note open causes the text to dissapear. If we swipe the note editor modal away our text isnt saved.
Code Stuff
- Remove react skia logic
- Combine NotesToolbar and MarkdownToolbar into single reusable component
- Reduce duplication between drizzle functions for notes and tasks