ita-directory
ita-directory copied to clipboard
ITA directory project for Barcelona Activa - IT Acacdemy students.
The split-screen view (https://xd.adobe.com/view/6889eb5a-76b3-4b9d-adcb-0d76da6a8789-3dda/screen/98e44326-f6d6-4ad4-83ff-6e05330979a0/) has many features and all must work: - Search by type - Search by location - Dynamic loading of ads - Localize ads in the map...
Currently we are using one input component for many inpu types, passing way too many props and the type. - Reduce the number of props using spread operator and pass...
-Console displays an error after sending via Post the email object to change it: POST http://localhost:10910/api/v1/recover-password 500 (Internal Server Error) -Request on 'recover-password': message : "\nInvalid `prisma.user.findUnique()` 301 exports.receiveEmailGetToken =...
Include main image of the ad in the response to allow to render the frontend.
The about section contains the mispelled word "Acacdemy"
Instead of looping inputComponetData and generete automatically, just write them into the Form as normal componet; to due, in this way, it could be more understable.
- [ ] Add new ESLint rules to avoid using screen. - [ ] Create a documentation page explaining how to import/use and test.
To avoid confusion over which library we use to test, add to the documentation that currently we are working with Vite & Vitests (a Vite-native unit test framework)
In order to avoid warnings and errors when pushing changes, add the following steps to the docs: 1. git add. 2. git commit -m "message" --no-verify 3. git push