Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calendar Component #298

Open
thanasis457 opened this issue Oct 1, 2024 · 0 comments · May be fixed by #327
Open

Calendar Component #298

thanasis457 opened this issue Oct 1, 2024 · 0 comments · May be fixed by #327
Assignees

Comments

@thanasis457
Copy link
Contributor

thanasis457 commented Oct 1, 2024

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:
image
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:

image

(We already have a collapsible component to wrap the calendar)

@charliejlin charliejlin linked a pull request Nov 2, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants