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

feat: Add diagram cache stories and combine story objects #1549

Merged
merged 2 commits into from
May 7, 2024

Conversation

dominik003
Copy link
Contributor

@dominik003 dominik003 commented May 6, 2024

This adds several stories to the model diagram cache. It also moves most of the storybook objects into the src/storybook directory and makes them generally available, which greatly improves the readability of the stories and also reduces duplication.

This moves most of the storybook objects into the `src/storybook`
directory and makes them generally available.
This greatly improves the readability of the
stories and also reduces duplication.
@dominik003 dominik003 requested a review from MoritzWeber0 as a code owner May 6, 2024 15:05
Copy link

github-actions bot commented May 6, 2024

A Storybook preview is available for commit 0eb1a2f.
View Storybook
View Chromatic build

Copy link

codecov bot commented May 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.36%. Comparing base (dc4a65f) to head (e294272).
Report is 8 commits behind head on main.

❗ Current head e294272 differs from pull request most recent head 3f996da. Consider uploading reports for the commit 3f996da to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1549   +/-   ##
=======================================
  Coverage   78.36%   78.36%           
=======================================
  Files         171      171           
  Lines        5778     5778           
  Branches      663      663           
=======================================
  Hits         4528     4528           
  Misses       1098     1098           
  Partials      152      152           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

dominik003 added a commit that referenced this pull request May 6, 2024
This changes the previous usage of `ngIf` and `ngFor` to the new
angular control flow introduced in angular v17. This not only improves
code readability, but also allows better alignment and combination
of conditions. To test this, we introduced diagram cache stories
in #1549, which can be compared to the stories in this PR.
@dominik003 dominik003 force-pushed the feat-add-diagram-cache-stories branch from ae630ff to e294272 Compare May 6, 2024 15:35
dominik003 added a commit that referenced this pull request May 6, 2024
This changes the previous usage of `ngIf` and `ngFor` to the new
angular control flow introduced in angular v17. This not only improves
code readability, but also allows better alignment and combination
of conditions. To test this, we introduced diagram cache stories
in #1549, which can be compared to the stories in this PR.
@dominik003 dominik003 changed the title feat: Add diagram cache and refactor existing stories feat: Add diagram cache stories and combine story objects May 6, 2024
Copy link
Member

@MoritzWeber0 MoritzWeber0 left a comment

Choose a reason for hiding this comment

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

LGMT in general, I've adjusted the comments on my own.

@MoritzWeber0 MoritzWeber0 force-pushed the feat-add-diagram-cache-stories branch from e294272 to 3f996da Compare May 7, 2024 14:24
@MoritzWeber0 MoritzWeber0 enabled auto-merge May 7, 2024 14:25
Copy link

sonarcloud bot commented May 7, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

MoritzWeber0 pushed a commit that referenced this pull request May 7, 2024
This changes the previous usage of `ngIf` and `ngFor` to the new
angular control flow introduced in angular v17. This not only improves
code readability, but also allows better alignment and combination
of conditions. To test this, we introduced diagram cache stories
in #1549, which can be compared to the stories in this PR.
@MoritzWeber0 MoritzWeber0 merged commit 52dc875 into main May 7, 2024
27 checks passed
@MoritzWeber0 MoritzWeber0 deleted the feat-add-diagram-cache-stories branch May 7, 2024 14:28
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.

2 participants