Skip to content

subteam1 30 Mar

Hajin Kim edited this page Apr 3, 2022 · 1 revision

Feature 2 - Announcement

Tasks:

  • Modal - Hajin
  • Announcement Card - Jimmy
  • Dashboard announcement - Jiaru
  • Announcement page - Raina
  • GET Announcements/ - Adam
  • Add Model
  • POST Announcements/ - Syon
  • Add “latestAnnouncement” field to House schema

Mockup:

Announcement Schema:

  • Date
  • House code
  • Title
  • Description

Endpoints

POST Announcements/:

  • House code
  • Title Description => latest announcement will replace the latestAnnouncement field of the house

GET /announcements/:houseCode

  • [ {houseCode, title, description } ]
Clone this wiki locally