diff --git a/todo.md b/todo.md index 9afed94..c843e34 100644 --- a/todo.md +++ b/todo.md @@ -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)