Closed sbanasiak closed 2 years ago
- I think that these buttons should be swapped.
- For UX will be better to make confirmation a bit more informative. For now we have: And maybe this text: "Usunąć firmę ? Nie można tego cofnąć" will be better?
- What is the difference between routes
/
andcompany/manage
? I see the same list of companies.- Why navigation is not highlighted when I'm on for example "Strona główna"?
- I don't like this button in create company form and maybe this button "Zgłoś" should be on the last page?
- When I refresh the page I don't see selected language
- In the console I see a lot of warnings regarding to not translated key, for example:
- Do we really need to do this in .env file?
1&2. This is a problem that requires more work, so it will be solved in a separate pull request.
The settings have been removed from .env and a command has been created to make an administrator account: make:admin {email} {password} {name} {surname}
.
Pull request mainly covers revamping the company creation form, changes the map library and fixes minor bugs.
Most important changes:
Changed map library from Mapbox to MapLibre
The appearance of the company info box has been changed
Added additional data validations, including image upload, character limit of company description
Fixed admin functionality for accepting and deleting a company
Pull request also fixed a bug with the company show and closes #188