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

599 bug update rxjs to deal with a dependacy conflict #600

Merged

Conversation

markiianbabiak
Copy link
Contributor

@markiianbabiak markiianbabiak commented Sep 28, 2024

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

markiianbabiak and others added 27 commits July 17, 2024 23:05
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
@markiianbabiak markiianbabiak linked an issue Sep 28, 2024 that may be closed by this pull request
2 tasks
Copy link
Contributor

@JoelWiebe JoelWiebe left a 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

@JoelWiebe
Copy link
Contributor

JoelWiebe commented Oct 2, 2024

@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

  • Check angular version: ng version
  • Install angular 15: npm install -g @angular/cli@15

Install Node 18

  • nvm install 18
  • nvm use 18

Also, make sure to run "npm install" in both the frontend and backend to build with the latest dependencies.

@markiianbabiak
Copy link
Contributor Author

@JoelWiebe Yes, that's the correct set of commands for @marieklinaeva to run

@markiianbabiak markiianbabiak merged commit 30a4095 into develop Oct 3, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants