rit-sse/WebsiteTheSSEquel

Story: Events Calendar

Closed this issue · 0 comments

Events Calendar

As a visitor, I want to view a calendar of SSE events so that I can plan ahead to stay engaged with the organization and aware of its activities.

Associated Epic:

Definition of Done

  • Acceptance criteria defined
  • Solution tasks specified
  • Feature branch created
  • Unit tests written (on API code only for now)
  • Solution passes full suite of unit tests
  • Design documents updated if needed
  • Pull request created
  • Code is reviewed
  • Code is merged to develop branch
  • Tests pass on CI
  • Deployed to staging environment
  • Acceptance criteria is met

Acceptance Criteria

  • When I click on events button in the navbar, I am routed to the website page that contains the embedded Google Calendar
  • When an event is added to the calendar, I can see it in the website's embedded Google Calendar page
  • I am able to save an event to my own Google Calendar
  • The calendar is viewable on any screen size

Solution Tasks

  • Locate the HTML code of the Google Calendar
  • Embed the HTML code in the events/calendar/page.tsx of the Events Page