Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Latest commit

 

History

History
43 lines (41 loc) · 1.38 KB

TODO.md

File metadata and controls

43 lines (41 loc) · 1.38 KB

Test's TODO

  • Code of conduct
  • readme
  • directives de contributions
  • Tests API
  • Tests static files
  • Fix POST function and cookies
  • cache datastore api calls
  • canonical link
  • API
    • /delete: delete account
    • /updatetoken: update token with token
    • /verify: verify some stuff like email, password or token
    • Store
      • /store/add
      • /store/update
      • /store/score
      • /store/delete
      • /store/get
    • Consumable
      • /consumable/add
      • /consumable/stock/add
      • /consumable/stock/update
      • /consumable/stock/delete
      • /consumable/update
      • /consumable/delete
      • /consumable/get
    • lists
      • /list/create
      • /list/delete
      • /list/getall
      • /list/getcontent
      • /list/share
      • /list/add/consumable
      • /list/add/personnal
      • /l/:id

UX

  • Pin navbar on top
  • User upload count
  • /search/?q=... check for the right q=
  • listOwner.Score += 1 when loading it's content to know how much the list is used to know the prefered list of the user. When login in, display the most used or the last one ?