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

Refactor/2318/migrate pre render service 2 #2980

Merged
merged 28 commits into from Sep 14, 2022

Conversation

shaman-apprentice
Copy link
Contributor

@shaman-apprentice shaman-apprentice commented Aug 11, 2022

  • fix loading indicator isn't working #2977
  • ref Migrate all Angular Components and Services #2318 (migrate codeMap.preRender.service)
    • explicit state actions on which to render
    • throttle rendering (reducing total initial calls to render of default dev map from 58 to 1)
    • a very rough performance analysis through chrome's performance profile shows no real difference (uploading a 1.704kb and a 28.596kb file)
  • delete code for re-selecting building after map change as this didn't work and wasn't missed

@shaman-apprentice shaman-apprentice force-pushed the refactor/2318/migrate-pre-render-service-2 branch from 70cf60d to ad4b8c3 Compare August 14, 2022 10:45
@BridgeAR
Copy link
Member

@shaman-apprentice is it intentional that this is still a draft? I guess so as there are still some open ToDos?

@shaman-apprentice shaman-apprentice marked this pull request as ready for review September 13, 2022 15:40
@sonarcloud
Copy link

sonarcloud bot commented Sep 13, 2022

[CodeCharta Analysis] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented Sep 13, 2022

[CodeCharta Visualization] SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

78.9% 78.9% Coverage
0.0% 0.0% Duplication

Copy link
Contributor

@Hall-Ma Hall-Ma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't noticed any different behavior than with the non-migrated components (plus the loading gif works again). So I give you a go! 😃

@shaman-apprentice shaman-apprentice merged commit 3ee57c9 into main Sep 14, 2022
@shaman-apprentice shaman-apprentice deleted the refactor/2318/migrate-pre-render-service-2 branch September 14, 2022 10:23
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.

loading indicator isn't working
4 participants