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 show photos of their choice in the page.
We need to create a gallery-view component that will show up during the creation process of a Provider. This will allow the admins to choose photos that will show up when a user clicks on a provider's tab on the Map UI.
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 for more details. The user should be able to add an arbitrary amount of images and descriptions for them.
To store the photos, use Firebase's "Storage". Upload Everything to the path "images/".
Please ensure the info for the component 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:
The text was updated successfully, but these errors were encountered:
Description
We want the providers to show photos of their choice in the page.
We need to create a gallery-view component that will show up during the creation process of a Provider. This will allow the admins to choose photos that will show up when a user clicks on a provider's tab on the Map UI.
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 for more details. The user should be able to add an arbitrary amount of images and descriptions for them.
To store the photos, use Firebase's "Storage". Upload Everything to the path "images/".
Please ensure the info for the component 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:
The text was updated successfully, but these errors were encountered: