π·οΈ backlog for sprint 4
Full-Stack-Project-Assessment π
- π Week 4
- ποΈ Priority Stretch
- π§© Feature
- :framed_picture: Frontend
- π Backend
- βοΈ Setup
Store date created on new videos π Clone
Acceptance criteria
Guidance π§
This might require a change to your database schema - you should make sure you can deploy this change without breaking existing videos, the same way the rating system was done.
Example
Check this example implementation to see how this feature could be implemented.
- π Priority Mandatory
- π Week 4
- π§© Feature
- :framed_picture: Frontend
- π Backend
Sorting the video recommendations π Clone
Description
When you return all of the videos from the /api/videos
endpoint your API should support an optional query parameter that will change the ordering of the data
/?order=asc
and
/?order=desc
Acceptance criteria
Example
Please check https://lvl499c--cyf-fsa-solution.netlify.app for an example solution of this level
- π Priority Mandatory
- π Week 4
- :framed_picture: Frontend
- π Backend