The Individual News Article Pages are an extension to the News Page, in which each News link clicked brings the user to the respective individual New's page, showcasing more details on the news.
Frontend Requirements
- Create design for frontend in Figma
- Explore different design layouts for best UI/UX
- Each Individual News Article Page should showcase:
- title
- body
- author
- published_at
- Optional:
- cover_image
- Could be in the form of a banner
- Get feedback on designs from project leads
- Build the frontend of the final design
Backend Requirements
- Reference instances from News model with fields:
- id
- title
- slug (used in URL for News)
- summary
- body
- author
- published_at
- Check the database schema in Notion for more details
The Individual News Article Pages are an extension to the News Page, in which each News link clicked brings the user to the respective individual New's page, showcasing more details on the news.
Frontend Requirements
Backend Requirements