🏷️ backlog for sprint 4

Full-Stack-Project-Assessment πŸ”—

Setup e2e tests πŸ”— Clone

Acceptance criteria

Guidance 🧭

Check the e2e-testing guide for steps on how to set up your

  • πŸ“… 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