Skip to content

Individual event pages #6

@laurenpudz

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 (uuid)
    • name
    • description
    • publicationDate
    • link (link to the cover image)
    • location
  • Add tests for the events model

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

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions