Update todo.md

This commit is contained in:
2026-01-27 21:06:35 +00:00
parent 99d53d85f6
commit e7dd901450

14
todo.md
View File

@@ -1,15 +1,18 @@
# HIGH PRIORITY
- BUGS:
- org slug and project code should only be added to url on issues/timeline pages. it happens on any page right now
- on the first attempt since page load, pressing the create issue button the default type and status are not loaded
- FEATURES:
- pricing page
- see jira and other competitors
- explore payment providers (stripe is the only one i know)
- real logo
- make login/register into a modal that appears atop the landing page
- user preferences
- make pixel the default icon scheme
# LOW PRIORITY
- dedicated /register route (currently login/register are combined on /login)
- organisation
- see members' time tracking numbers
- export times to csv, json, etc.
- issues
- assignee "note" for extra context on their role in the task
- deadline
@@ -26,3 +29,4 @@
- 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
- request logging
- explore payment providers (stripe is the only one i know)