The News page should display a list of news articles published by EEWA.
Each article should be clickable and lead to a separate article page which displays the full report.
The layout of the page could be in a form of a list/grid of cards.
Frontend requirements
- Create design for frontend in Figma
- Explore grid or list designs to show all showcased news
- Each news should show the following on the News page:
- title
- summary
- author
- published_at (date)
- Optional:
- Get feedback on designs from project leads
- Build the frontend of the final design
Backend requirements
-
Create 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 News page will be connected to a backend database in which site admins can add articles to be displayed on the site.
The News page should display a list of news articles published by EEWA.
Each article should be clickable and lead to a separate article page which displays the full report.
The layout of the page could be in a form of a list/grid of cards.
Frontend requirements
Backend requirements
Create News model with fields:
Check the database schema in Notion for more details
The News page will be connected to a backend database in which site admins can add articles to be displayed on the site.