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

559 - insert room rating to db #578

Closed
wants to merge 44 commits into from
Closed

Conversation

mt-fns
Copy link
Contributor

@mt-fns mt-fns commented Nov 10, 2024

Changes:

  • Connected room rating modal to BE so users can insert new ratings
  • Created new endpoints and schemas for building ratings
  • Connected the rest of FE to room rating BE

View Updated FE:
image
Screenshot 2024-11-10 at 11 08 07
Screenshot 2024-11-10 at 11 08 20

cherisechan and others added 30 commits September 13, 2024 17:14
* chore(deps): lock file maintenance

* chore(deps): lock file maintenance

* Update node-version in ci.yml

* chore(deps): lock file maintenance

* chore(deps): lock file maintenance

* Fix frontend npm install

* Fix missing frontend test dependencies

* Add typescript es2018 for common folder

* Update target to ES2018

* Change backend tsconfig target

* chore(deps): lock file maintenance

* Updated package-lock

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jessica Feng <[email protected]>
Co-authored-by: Jessica <[email protected]>
* chore(deps): update weekly minor & patch updates

* Try resolve app dependencies

* chore(deps): update weekly minor & patch updates

* Performed npm install

* Perform npm install

* Remove unnecessary appDir config

* Update layout.tsx

* Update TSConfig target and lib

* Attempt to resolve build issues

* chore(deps): update weekly minor & patch updates

* chore(deps): update weekly minor & patch updates

* Fix npm packages

* Remove unnecessary files

* Update frontend typescript target

* chore(deps): update weekly minor & patch updates

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jessica <[email protected]>
Co-authored-by: Jessica Feng <[email protected]>
* fix(deps): update dependency @mui/x-date-pickers to v7

* Fixed and upgraded MUI date picker

* Fixed BuildingDrawer date picker

* fix(deps): update material-ui monorepo to v6

* Updated frontend package-lock

* Fix BuildingDrawer

* Add path-scurry

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jessica Feng <[email protected]>
Co-authored-by: Jessica <[email protected]>
* initial planning

* initial planning

* finished circular rating

* fixed linting

* added testing

* fixed linting

* changed the border so that it reflects the rating

* fixed linting

* moved circular rating into its own file

* created additional files for CircularRating component

* removed unused imports

---------

Co-authored-by: Sophia Liu <[email protected]>
Co-authored-by: Jessica Feng <[email protected]>
…09-feature-fetch-rating-of-a-room-from-database
@mt-fns mt-fns requested a review from JessicaF November 10, 2024 00:11
@mt-fns mt-fns linked an issue Nov 10, 2024 that may be closed by this pull request
@JessicaF JessicaF closed this Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature: insert room rating to db
4 participants