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 # HIGH PRIORITY
- BUGS: - 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: - FEATURES:
- pricing page - make login/register into a modal that appears atop the landing page
- see jira and other competitors - user preferences
- explore payment providers (stripe is the only one i know) - make pixel the default icon scheme
- real logo
# LOW PRIORITY # 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 - issues
- assignee "note" for extra context on their role in the task - assignee "note" for extra context on their role in the task
- deadline - deadline
@@ -26,3 +29,4 @@
- open git diff in a new tab - 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 - 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 - request logging
- explore payment providers (stripe is the only one i know)