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
We want the providers to have information on upcoming events.
We need to create a calendar component that will show up during the creation process of a Provider. This will create new calendar events that will show on the Map UI when a user clicks on a provider's tab.
You need to create two components. The first is the one that will show up on the Provider creation page. It should look like this:
Look at the Figma to look at all the supported functionality (eg. the "Custom occurrence" option).
Please ensure the info for the calendar events is stored in a json-like object so we can store it on our database later.
Finally, create a component that will take this object with the event information and show them like this:
(We already have a collapsible component to wrap the calendar)
The text was updated successfully, but these errors were encountered:
Description
We want the providers to have information on upcoming events.
We need to create a calendar component that will show up during the creation process of a Provider. This will create new calendar events that will show on the Map UI when a user clicks on a provider's tab.
You need to create two components. The first is the one that will show up on the Provider creation page. It should look like this:
Look at the Figma to look at all the supported functionality (eg. the "Custom occurrence" option).
Please ensure the info for the calendar events is stored in a json-like object so we can store it on our database later.
Finally, create a component that will take this object with the event information and show them like this:
(We already have a collapsible component to wrap the calendar)
The text was updated successfully, but these errors were encountered: