yamesjamess / p4-roller-criu

This is the 4th (Fullstack tool kit) project for Code Institue Full Stack Software Developer Diploma course
https://roller-criu-54a9c256735c.herokuapp.com/
0 stars 1 forks source link

USER STORY (#19) : Manage Coach #39

Closed yamesjamess closed 1 year ago

yamesjamess commented 1 year ago

As a Site Admin I can create, read, update and delete coaches so that I can manage coaches content

Acceptance Criteria

  1. The admin can add new coaches via the admin dashboard
  2. The admin can modify the data of existing coaches.
  3. The admin can choose to publish the coach, so that they're visible on the front end.
  4. Deleting the coach will not cause other data models to be deleted.
yamesjamess commented 1 year ago

change point 4. deleting coach will now delete lessons.

yamesjamess commented 1 year ago

Completed and verified