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 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:
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:
In addition, if 4 or more contacts are provided, you should split the view like this:
(We already have a collapsible component to wrap the component)
The text was updated successfully, but these errors were encountered:
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:
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:
In addition, if 4 or more contacts are provided, you should split the view like this:
(We already have a collapsible component to wrap the component)
The text was updated successfully, but these errors were encountered: