mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 18:23:03 +00:00
ignore all .md apart from todo
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,3 +1,7 @@
|
|||||||
|
|
||||||
/node_modules
|
/node_modules
|
||||||
/.vscode
|
/.vscode
|
||||||
|
|
||||||
|
*.md
|
||||||
|
|
||||||
|
!todo.md
|
||||||
|
|||||||
3
todo.md
3
todo.md
@@ -1,5 +1,7 @@
|
|||||||
- setup guide
|
- setup guide
|
||||||
- pricing page
|
- pricing page
|
||||||
|
- see jira and other competitors
|
||||||
|
- explore payment providers (stripe is the only one i know)
|
||||||
- github link
|
- github link
|
||||||
- dedicated /register route (currently login/register are combined on /login)
|
- dedicated /register route (currently login/register are combined on /login)
|
||||||
- real logo
|
- real logo
|
||||||
@@ -12,6 +14,7 @@
|
|||||||
- status
|
- status
|
||||||
- predefined statuses are added to organisation by default. list of statuses can be edited by owner/admin (maybe this should be on projects rather than organisations?)
|
- predefined statuses are added to organisation by default. list of statuses can be edited by owner/admin (maybe this should be on projects rather than organisations?)
|
||||||
- sprint
|
- sprint
|
||||||
|
- more than one assignee
|
||||||
- time tracking (linked to issues or standalone)
|
- time tracking (linked to issues or standalone)
|
||||||
- user preferences
|
- user preferences
|
||||||
- "assign to me by default" option for new issues
|
- "assign to me by default" option for new issues
|
||||||
|
|||||||
Reference in New Issue
Block a user