ita-directory icon indicating copy to clipboard operation
ita-directory copied to clipboard

ITA directory project for Barcelona Activa - IT Acacdemy students.

Results 53 ita-directory issues
Sort by recently updated
recently updated
newest added

Mostrar notificación cuando hay éxito. Mostrar notificación de error cuando hay error.

frontend

1. Cuando intentas realizar Login con tu correo personal (el proceso de Register es satisfactorio) clickando el botón "Acceder", salen error de 'status 400'. 2. Accedes a intentar recuperar la...

bug

Add download icon, or view icon on the invoices table

frontend

Actualmente tenemos una página de creación de anuncios: - Visual: https://xd.adobe.com/view/6889eb5a-76b3-4b9d-adcb-0d76da6a8789-3dda/screen/4b4ad67e-82c6-4a6f-8484-f58c07d40a0b/ - Front: http://localhost:3000/new-ad Falta una página con el mismo diseño que sirva para editar, a ser posible, reutilizando el...

frontend

1. Start app 2. Start front 3. Go to login 4. Try to login with user [email protected] Expected to login. It throws an error that the password is wrong.

bug
backend

While updating the profile picture, on selection the photo is loaded instead of pre-load it in the modal and then accept in to change it. ![issue foto](https://user-images.githubusercontent.com/18453013/212631792-544ddc0d-43a5-4936-9335-626316894c93.gif)

frontend

useUser hook is used accross the application in multiple components. When rendered multiple times it initiates multiple network requests. Cache those to reduce the requests.

frontend

``` { "editor.formatOnSave": true, "[json]": { "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[javascript]": { "editor.formatOnSave": true, "editor.defaultFormatter": "dbaeumer.vscode-eslint" }, "eslint.workingDirectories": [ "frontend", "backend", "e2e" ], "javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false } ```