hack4impact-mcgill / MADA

Repository for the MADA Project
5 stars 0 forks source link

Filter previous tasks workflow #14

Closed kehwhy closed 2 years ago

kehwhy commented 2 years ago

I should be assisted with the app in delivering food boxes. The app should allow me to see every previous delivery I’ve completed and I should also be able to filter by date or with a timeframe.

peterghrong commented 2 years ago
  1. client selects some sort of completed button
  2. request to backend API
  3. api filters tasks belonging to the specific user with the boolean field "completed" ticked to true
  4. api returns a list of tasks
  5. render in client.