Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 564 Bytes

example.md

File metadata and controls

41 lines (33 loc) · 564 Bytes
Error in user YAML: (<unknown>): did not find expected key while parsing a block mapping at line 1 column 1
---
"name": "To do",
"picture": "/images/todo.png"
---

Frontend

  • Fix bug in dashboard
    [bug]
  • Document previous release
    [documentation]

Backend

  • Implement 2FA check
    [enhancement]

"name": "In progress", "picture": "/images/in-progress.png"

Frontend

  • [30m] Download all button in dashboard
    [enhancement]

Backend

  • Nothing

"name": "Done", "picture": "/images/done.png"

Frontend

  • Dashboard
    [x] Stats
    [x] Quick access
  • User profile

Backend

  • 500 Internal Server Error on login of new user
    [bug]