Files
score/src/new-frontend
Alejandra e44777f919 Restructure folders, allow editing of users/items, and implement other refactors and improvements (#603)
* Reorganize project directory structure

* Allow edit users/items, add useAuth and useCustomToast, password confirmation

* Minor improvements for consistency

* Add 'Cancel' button to UserInformation in editMode

* Refactor UserSettings

* Enable user password changes and improve error handling

* Enable user information update

* Add logout to Sidebar in mobile devices, conditional tabs depending on role and other improvements

* Add badges

* Remove comment

* Appearance tab updates

* Change badge color

* Reset inputs when clicking on 'Cancel' button

* Disable actions menu for Superuser when logged in

* Modify Logout and update stores
2024-02-26 15:39:09 +01:00
..
2024-01-23 20:48:56 +04:00

Full Stack FastAPI and PostgreSQL - Frontend

Generate Client

  • Start the Docker Compose stack.
  • Download the OpenAPI JSON file from http://localhost/api/v1/openapi.json and copy it to a new file openapi.json next to the package.json file.
  • To simplify the names in the generated frontend client code, modifying the openapi.json file, run:
node modify-openapi-operationids.js
  • To generate or update the frontend client, run:
npm run generate-client