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

BO35 - Create a DAL function to update or delete the map's marker's icon #201

Open
gregoriopalama opened this issue Apr 18, 2024 · 0 comments
Labels
help wanted Extra attention is needed task This is a Task. Contributors can work on this

Comments

@gregoriopalama
Copy link
Member

gregoriopalama commented Apr 18, 2024

Add a DAL function in the Venue API.

The function should accept the image for the marker. It should be the actual image that the function will save on Firebase Storage. In the document on Firestore, we will save only the public link to the saved image.

The response will be an error if something goes wrong. Otherwise, the function will provide the updated venue object.


Add a DAL function in the Venue API.

The function will delete the file from Firebase Storage and update the venue object, setting the value for the marker to null.

The response will fire an error if something goes wrong.

@gregoriopalama gregoriopalama converted this from a draft issue Apr 18, 2024
@gregoriopalama gregoriopalama moved this from Backlog to Ready in Hedwig Apr 18, 2024
@gregoriopalama gregoriopalama added help wanted Extra attention is needed task This is a Task. Contributors can work on this labels Apr 18, 2024
@gregoriopalama gregoriopalama changed the title BO35 - Create an endpoint to update or delete the map's marker's icon BO35 - Create a DAL function to update or delete the map's marker's icon Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed task This is a Task. Contributors can work on this
Projects
Status: Ready
Development

No branches or pull requests

1 participant