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

Directory Component #301

Closed
thanasis457 opened this issue Oct 2, 2024 · 0 comments · Fixed by #308
Closed

Directory Component #301

thanasis457 opened this issue Oct 2, 2024 · 0 comments · Fixed by #308
Assignees

Comments

@thanasis457
Copy link
Contributor

thanasis457 commented Oct 2, 2024

Description

We want the providers to have information on people they can contact.
We need to create a "directory" component that will show up during the creation process of a Provider. This will create new calendar list of sorts 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

Please ensure the info for the directory component is stored in a json-like object so we can store it on our database later.

To store the photos, use Firebase's "Storage". Upload Everything to the path "images/".

Finally, create a component that will take this object with the event information and show them like this:

image

In addition, if 4 or more contacts are provided, you should split the view like this:

image

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

@thanasis457 thanasis457 linked a pull request Oct 21, 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