-
Notifications
You must be signed in to change notification settings - Fork 3
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
599 bug update rxjs to deal with a dependacy conflict #600
599 bug update rxjs to deal with a dependacy conflict #600
Conversation
FUTURE: Uncomment them once the service is migrated to mongo
…ton clipping; temp fixed legacy slider display issue, temp fixed legacy radio buttons display checked issue; migrated legacy progress bars from legacy to fix display issue
…hub.com/encorelab/ck-board into 597-feature-updating-node-to-version-17
This reverts commit fe81677.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Nice to see no critical frontend warnings after compiling.
Tested:
- Created new project
- Created new board (or project space)
- Created posts in canvas
- Created and assigned to a group
- Created a bucket
- Created generation task and completed task
Observations:
- No frontend or backend errors
- Console only had two unrelated warnings that I will add as separate GitHub issues (Element matching '[cdkFocusInitial]' is not focusable AND It looks like you're using ngModel on the same form field as formControl. Support for using the ngModel input property and ngModelChange event with reactive form directives has been deprecated in Angular v6 and will be removed in a future version of Angular.)
- All testing tasks were completed successfully
@markiianbabiak Can you confirm that @marieklinaeva will need to perform the following commands to test this branch? Check angular version and if not version 15, install angular 15
Install Node 18
Also, make sure to run "npm install" in both the frontend and backend to build with the latest dependencies. |
@JoelWiebe Yes, that's the correct set of commands for @marieklinaeva to run |
Updated to Angular 15
Updated to Node 18
Removed references to Firebase (will need to replace with MongoDB)
Fixed visibility issues resulting from use of legacy material design elements (e.g., Slider, radio buttons, and progress bar)
Fixed projectID UI error
Migrating to node 18
Updated all the needed files for rxjs v7.
Closes #599 and #597 and #584