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

Crear servicio para subir archivos/banner #48

Open
franmper opened this issue Aug 16, 2022 · 0 comments
Open

Crear servicio para subir archivos/banner #48

franmper opened this issue Aug 16, 2022 · 0 comments
Labels
backend Relacionadas al backend de un proyecto bloqueado por otro issue feature Funcionalidad a implementar como parte de una tarea

Comments

@franmper
Copy link
Collaborator

franmper commented Aug 16, 2022

Crear el servicio para subir archivos a un hosting (Firebase storage)

Este servicio recibirá un listado de files, de type FileList (tipo que viene por defecto en typescript) y debera subir todos los archivos al storage de firebase

https://firebase.google.com/docs/storage/web/upload-files#upload_from_a_blob_or_file
https://developer.mozilla.org/en-US/docs/Web/API/FileList

Probablemente necesitemos separar en carpetas internas los banners de los archivos. Esto se puede hacer directamente en el string del nombre del archivo a subir.

@franmper franmper added backend Relacionadas al backend de un proyecto feature Funcionalidad a implementar como parte de una tarea bloqueado por otro issue labels Aug 16, 2022
@franmper franmper changed the title Crear servicio para subir archivos Crear servicio para subir archivos/banner Aug 20, 2022
@TonyMckes TonyMckes self-assigned this Aug 23, 2022
@TonyMckes TonyMckes moved this from Todo to In Progress in Water Call for papers Project Aug 23, 2022
@TonyMckes TonyMckes moved this from In Progress to Todo in Water Call for papers Project Aug 25, 2022
@nykka nykka moved this from Todo to In Progress in Water Call for papers Project Aug 26, 2022
@TonyMckes TonyMckes moved this from In Progress to Todo in Water Call for papers Project Aug 29, 2022
@TonyMckes TonyMckes removed their assignment Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Relacionadas al backend de un proyecto bloqueado por otro issue feature Funcionalidad a implementar como parte de una tarea
Projects
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants