You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Younite content editor,
I want to be able to change the links in the header,
So that the links can be updated to stay relevant.
Description:
All project pages can be fetched through the "http://localhost:1337/api/project-pages".
Each of these project page objects should use the slug attribute to link to their respective pages.
e.g. { slug: "lakehouse" } should lead to /projects/lakehouse
Acceptance Criteria:
Logo can be changed
Links can be changed
Sensible limits are set (e.g. no more than 9 links added at a time)
Definition of Done:
AC met
Applicable tests written
Applicable documentation is written in GH wiki
PR reviewed
Merged into main/feature branch
Notes / Links
The text was updated successfully, but these errors were encountered:
User story:
As a Younite content editor,
I want to be able to change the links in the header,
So that the links can be updated to stay relevant.
Description:
All project pages can be fetched through the "http://localhost:1337/api/project-pages".
Each of these project page objects should use the
slug
attribute to link to their respective pages.e.g.
{ slug: "lakehouse" }
should lead to/projects/lakehouse
Acceptance Criteria:
Definition of Done:
Notes / Links
The text was updated successfully, but these errors were encountered: