Update todo.md

This commit is contained in:
Oliver Bryan
2026-01-18 22:31:01 +00:00
parent 989e2afac3
commit 069462859f

26
todo.md
View File

@@ -1,24 +1,15 @@
# HIGH PRIORITY
- projects menu
- delete project
- data management system
- data can be cached
- data can be read easily from anywhere
- data can be invalidated easily from anywhere
- sprints
- timeline display
- display sprints
- edit sprint
- delete sprint
- issues
- edit title & description
- assignee "note" for extra context on their role in the task
- issue type (options stored on Organisation)
- issue type icons (ensure each available icon is in EACH icon set)
- org settings
- manage issue types, default is [bug, feature]
- create, edit, delete
- assign icons to issue types
- user preferences
- iconPreference
- "assign to me by default" option for new issues
- FIX: weird side-scrolling on issue-table
# LOW PRIORITY
@@ -30,15 +21,19 @@
- real logo
- org settings
- disable individual features
- manage issue types, default is [bug, feature]
- create, edit, delete
- assign icons to issue types (ensure each available icon is in EACH icon set)
- issues
- assignee "note" for extra context on their role in the task
- deadline
- comments
- admins are capable of deleting comments from members who are at their permission level or below (not sure if this should apply, or if ANYONE should have control over others' comments - people in an org tend to be trusted to not be trolls)
- time tracking:
- add overlay in the bottom left for active timers if there are any. this should be minimal with the issue key (API-005), the time, and a play/pause + end button
- user preferences
- iconPreference
- colour scheme
- "assign to me by default" option for new issues
- import existing jira data
- git integration
- issue fields:
@@ -47,3 +42,4 @@
- pull request (github/gitlab/bitbucket)
- view:
- open git diff in a new tab
- figure out if it's possible to remove the "lib/server/..." helpers altogether, and have some sort of dynamic route maker in the shared package