NedReid / ButlerJCRWebsite

A work-in-progress website for Butler! 💛❤
2 stars 0 forks source link

Add editable page for gym #70

Open NedReid opened 3 months ago

NedReid commented 3 months ago

AC1: WHEN: I navigate to "Facilities" in the header THEN I should see a link to "Gym" in the subheader

AC2: WHEN: I navigate to the gym page THEN I should see a page for the college gym with the header "Gym"

AC3: WHEN: I have the "gym" editable permission THEN I should see an edit icon the top-right, that allows me to edit the page.

Dan and Arman have given us a list of extra pages to add. This is the first one. It's an "editable" type, meaning that all we need to do is make a blank page. Writing the content of the page is not part of this ticket.

Technical elaboration

NedReid commented 3 months ago

This is actually a really simple frontend ticket, even though it's actually adding an entire new page! Pretty okay one to take on!