Skip to content

Individual event pages #6

Description

@laurenpudz

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 events model with fields:
    • id (you don't need to explicitly create this, Django will add the field implicitly)
    • name
    • description
    • publicationDate
    • cover image
    • location
  • Add tests to ensure the events model works as expected

Scope

  • Do not need to create the events page (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

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions