You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create the Event/Day Card component for Operation Surf as shown in the attached design. This is a sub-issue because the Program Details page will pull and render this card component in its list section. All displayed content on the card must be pulled from the database (no hardcoded values).
The card should display the following Event/Day fields:
dayOfWeek
date
name
startTime - endTime
Note: eventId and programId do not need to be displayed on the front end, but are required for linking and querying.
Day data model
name
dayOfWeek
date
startTime
endTime
eventId
programId
Image
Acceptance Criteria
Card UI matches the attached design (day + date pills, title, time row with icon).
Description
Create the Event/Day Card component for Operation Surf as shown in the attached design. This is a sub-issue because the Program Details page will pull and render this card component in its list section. All displayed content on the card must be pulled from the database (no hardcoded values).
The card should display the following Event/Day fields:
dayOfWeekdatenamestartTime - endTimeNote:
eventIdandprogramIddo not need to be displayed on the front end, but are required for linking and querying.Day data model
namedayOfWeekdatestartTimeendTimeeventIdprogramIdImage
Acceptance Criteria
dayOfWeek,date,name,startTime - endTime) render from DB-provided data.eventIdandprogramIdare supported in the data interface but are not displayed.May 5,10:00 AM - 1:00 PM).Steps
name,dayOfWeek,date,startTime,endTime,eventId,programId.datefield (e.g.,May 5).startTimeandendTime(e.g.,10:00 AM - 1:00 PM).