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
Similarly, in your previous task, you also tackled the Google calendar proof of concept. To continue this experiment, in the same page, lpa/client/src/components/calendar/Test.jsx, in addition to the creating new events,
Set up and experiment with Google Calendar API to understand how to integrate calendar functionality into our platform (similar to Google Calendar behavior)
Create a button that when clicked on can edit an event's details (Changes should propagate onto the calendar as well)
Create a button that when clicked on can delete an event from the user's calendar and from our page.
You can use Playground to show the Test page's functionality for now
In addition to creating these buttons, please document the way that the function works (parameters, logic, return types, etc...) either in comments or on a separate document for future reference. Link the document on the PR when submitting.
If there are any parts of the pages that you work on not matching Hi-fi, it would be appreciated if you could fix them given the fix is relatively small (i.e colors, fonts, sizing)
Acceptance Criteria
Implementation of the document linked
Endpoints
Miscellaneous fixes
Google Calendar
Deleting events
Editing events
Documented functions
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
This task mainly consists of two parts:
Endpoint Consolidation
Previously, you created this file documenting areas of the code that could be improved or endpoints that could be merged into one.
Google Calendar continuation
Similarly, in your previous task, you also tackled the Google calendar proof of concept. To continue this experiment, in the same page,
lpa/client/src/components/calendar/Test.jsx
, in addition to the creating new events,Set up and experiment with Google Calendar API to understand how to integrate calendar functionality into our platform (similar to Google Calendar behavior)
Some documents that may be useful are:
Note
If there are any parts of the pages that you work on not matching Hi-fi, it would be appreciated if you could fix them given the fix is relatively small (i.e colors, fonts, sizing)
Acceptance Criteria
The text was updated successfully, but these errors were encountered: