Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 367 Bytes

File metadata and controls

8 lines (6 loc) · 367 Bytes

Future Notes

  • /tasks_all: show all tasks in the server, this should be only used by the admin
  • looks like the backend is not connected and thats
  • backend list_tasks: you return return list(tasks.find_one(filters)) and it should be return list(tasks.find(filters)) to get all elems

Very Important

  • frontend and the backend is not linked, they should be