generated from codersforcauses/django-nextjs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
backendTask must have a back end issueTask must have a back end issuefrontendTask must have a front end issueTask must have a front end issuegood first issueGood for newcomersGood for newcomerspriority::medium
Description
Create individual event pages.
Frontend requirements
- Each event should have a respective event page
- Event pages should match the figma design
- Event pages should be responsive - see mobile and desktop design on the figma
- Event pages should display the cover image of the event, name, description, start time, and location.
- See URLs page in the notion for where each page should be located
Backend requirements
- Create
eventsmodel with fields:- id (uuid)
- name
- description
- publicationDate
- link (link to the cover image)
- location
- Add tests for the events model
Scope
- Do not need to create the
eventspage (i.e. the one that has all of the past/upcoming events) as part of this issue - that will be a separate issue to be done after this one :)
Metadata
Metadata
Assignees
Labels
backendTask must have a back end issueTask must have a back end issuefrontendTask must have a front end issueTask must have a front end issuegood first issueGood for newcomersGood for newcomerspriority::medium