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(auth-admin): Use birtNafn instead of fulltNafn #16684

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

magnearun
Copy link
Contributor

@magnearun magnearun commented Oct 31, 2024

What

use "birtNafn" instead of "fulltNafn" in emails

Why

In emails we want to display "birtNafn" instead of "fulltNafn"

Screenshots / Gifs

Attach Screenshots / Gifs to help reviewers understand the scope of the pull request

Checklist:

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • Formatting passes locally with my changes
  • I have rebased against main before asking for a review

Summary by CodeRabbit

  • New Features

    • Enhanced name retrieval in notification services for improved accuracy.
    • Updated API response examples for better consistency across endpoints.
  • Bug Fixes

    • Adjusted response structures in API documentation to ensure clarity.
  • Documentation

    • Improved clarity and consistency in API documentation examples.

Copy link
Contributor

coderabbitai bot commented Oct 31, 2024

Walkthrough

The pull request introduces changes to the NotificationsWorkerService and NationalRegistryV3ClientService classes, primarily focusing on type adjustments related to individual name handling. Specifically, the EinstaklingurDTONafnItar type is introduced, replacing the previous EinstaklingurDTONafnAllt type in method signatures and variable declarations. Additionally, the clientConfig.json file is updated to enhance the consistency of the API response examples for various endpoints without altering their functionality.

Changes

File Change Summary
apps/services/user-notification/src/app/modules/notifications/notificationsWorker/notificationsWorker.service.ts Updated NotificationsWorkerService to use EinstaklingurDTONafnItar type and changed property access from fullNafn to birtNafn.
libs/clients/national-registry/v3/src/clientConfig.json Modified example responses for various endpoints to ensure consistency in structure without functional changes.
libs/clients/national-registry/v3/src/lib/nationalRegistryV3.service.ts Changed return type of getName method from EinstaklingurDTONafnAllt to EinstaklingurDTONafnItar reflecting updated API call.

Possibly related PRs

Suggested labels

automerge


📜 Recent review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between 7a8853d and b1b1c2c.

📒 Files selected for processing (1)
  • apps/services/user-notification/src/app/modules/notifications/notificationsWorker/notificationsWorker.service.ts (2 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • apps/services/user-notification/src/app/modules/notifications/notificationsWorker/notificationsWorker.service.ts

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@magnearun magnearun marked this pull request as ready for review October 31, 2024 14:19
@magnearun magnearun requested review from a team as code owners October 31, 2024 14:19
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Outside diff range and nitpick comments (1)
libs/clients/national-registry/v3/src/clientConfig.json (1)

210-210: Update registration date in example response.

The example response shows a future date (2024-10-31). Consider using a more realistic past or current date to avoid confusion.

-"nyskraningDagur": "2024-10-31T10:33:19.2136626+00:00"
+"nyskraningDagur": "2023-10-31T10:33:19.2136626+00:00"
📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between 72d681b and 7a8853d.

📒 Files selected for processing (3)
  • apps/services/user-notification/src/app/modules/notifications/notificationsWorker/notificationsWorker.service.ts (2 hunks)
  • libs/clients/national-registry/v3/src/clientConfig.json (8 hunks)
  • libs/clients/national-registry/v3/src/lib/nationalRegistryV3.service.ts (2 hunks)
🧰 Additional context used
📓 Path-based instructions (3)
apps/services/user-notification/src/app/modules/notifications/notificationsWorker/notificationsWorker.service.ts (2)

Pattern apps/services/**/*: "Confirm that the code adheres to the following:

  • NestJS architecture, including modules, services, and controllers.
  • Dependency injection patterns and service encapsulation.
  • Integration and unit testing coverage and practices."

Pattern apps/**/*: "Confirm that the code adheres to the following:

  • NextJS best practices, including file structure, API routes, and static generation methods.
  • Efficient state management and server-side rendering techniques.
  • Optimal use of TypeScript for component and utility type safety."
libs/clients/national-registry/v3/src/clientConfig.json (1)

Pattern libs/**/*: "Confirm that the code adheres to the following:

  • Reusability of components and hooks across different NextJS apps.
  • TypeScript usage for defining props and exporting types.
  • Effective tree-shaking and bundling practices."
libs/clients/national-registry/v3/src/lib/nationalRegistryV3.service.ts (1)

Pattern libs/**/*: "Confirm that the code adheres to the following:

  • Reusability of components and hooks across different NextJS apps.
  • TypeScript usage for defining props and exporting types.
  • Effective tree-shaking and bundling practices."
🔇 Additional comments (7)
libs/clients/national-registry/v3/src/lib/nationalRegistryV3.service.ts (2)

16-16: LGTM! Type import aligns with the new name field requirement.

The import of EinstaklingurDTONafnItar is correctly added to support the transition from fulltNafn to birtNafn.


Line range hint 100-105: LGTM! Method signature and implementation are consistent with the service pattern.

The changes maintain:

  • Consistent error handling using handle204
  • Type safety with the new EinstaklingurDTONafnItar return type
  • Proper API endpoint usage with NafnItarGetRaw

Let's verify the consistency of this change across the codebase:

apps/services/user-notification/src/app/modules/notifications/notificationsWorker/notificationsWorker.service.ts (3)

9-9: LGTM: Import statement follows NestJS conventions

The addition of EinstaklingurDTONafnItar type maintains proper import organization.


480-480: Consider renaming method for clarity

While changing from fulltNafn to birtNafn aligns with the PR objectives, the method name getFullName might be misleading now that it returns birtNafn. Consider renaming it to getDisplayName or similar for better clarity.

#!/bin/bash
# Description: Verify the birtNafn property exists in the DTO and check for similar method names

# Check the DTO definition
echo "Checking DTO definition for birtNafn property:"
ast-grep --pattern 'interface EinstaklingurDTONafnItar {
  $$$
  birtNafn: $_
  $$$
}'

# Look for similar method names for consistency
echo -e "\nChecking for similar name-related methods:"
rg "get.*Name" --type ts

472-472: Verify type compatibility across the codebase

The type change from EinstaklingurDTONafnAllt to EinstaklingurDTONafnItar looks correct. Let's verify its usage across the codebase.

✅ Verification successful

Let's search for the interface definition and related name methods to understand the type compatibility and usage patterns. This will help verify if the type change is consistent with the codebase.


Let's search for both type definitions and their usages to understand the type change and verify its compatibility.


Type change is safe and consistent with the codebase

The change from EinstaklingurDTONafnAllt to EinstaklingurDTONafnItar in the notifications worker service aligns with the type used in the national registry V3 service (nationalRegistryV3.service.ts). The national registry service's getName() method specifically returns EinstaklingurDTONafnItar, making this type change a necessary alignment with the underlying service implementation.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check for any remaining usages of EinstaklingurDTONafnAllt that might need updating

# Search for any remaining references to the old type
echo "Checking for remaining usages of EinstaklingurDTONafnAllt:"
rg "EinstaklingurDTONafnAllt" --type ts

# Search for all usages of the new type to ensure consistency
echo -e "\nChecking usages of new type EinstaklingurDTONafnItar:"
rg "EinstaklingurDTONafnItar" --type ts

Length of output: 88227


Script:

#!/bin/bash
# Search for EinstaklingurDTONafnItar interface definition and usage
echo "Checking DTO definition for birtNafn property:"
ast-grep --pattern 'interface EinstaklingurDTONafnItar {
  $$$
  birtNafn: $_
  $$$
}'

echo -e "\nChecking for similar name-related methods:"
rg 'get.*Name' --type ts

Length of output: 88132


Script:

#!/bin/bash
# Search for EinstaklingurDTONafnItar and EinstaklingurDTONafnAllt definitions and usages
echo "Checking for EinstaklingurDTONafnItar interface definition and usage:"
ast-grep --pattern 'interface EinstaklingurDTONafnItar {
  $$$
}'

echo -e "\nChecking for EinstaklingurDTONafnAllt interface definition and usage:"
ast-grep --pattern 'interface EinstaklingurDTONafnAllt {
  $$$
}'

echo -e "\nChecking for direct usages of both types:"
rg "EinstaklingurDTONafnItar|EinstaklingurDTONafnAllt" --type ts

Length of output: 1385

libs/clients/national-registry/v3/src/clientConfig.json (2)

28-28: LGTM: Example responses are consistent with the schema.

The example responses across different endpoints consistently use the nafn field to represent individual names, which aligns with the schema definitions.

Also applies to: 47-47, 171-171, 190-190, 217-217, 229-229, 1136-1136


Line range hint 1467-1478: Verify the schema changes align with the PR objectives.

The schema for EinstaklingurDTONafnItar includes both fulltNafn and birtNafn fields, which aligns with the PR objective of transitioning from fulltNafn to birtNafn. However, we should verify that all consumers of this API are updated to handle both fields correctly.

@datadog-island-is
Copy link

datadog-island-is bot commented Oct 31, 2024

Datadog Report

All test runs 8e616a6 🔗

10 Total Test Services: 1 Failed, 9 Passed
⬆️ Test Sessions change in coverage: 2 increased, 23 no change

Test Services
This report shows up to 10 services
Service Name Failed Known Flaky New Flaky Passed Skipped Total Time Code Coverage Change Test Service View
services-user-notification 3 0 0 48 0 1m 0.75s 1 no change Link
api 0 0 0 4 0 2.36s 1 no change Link
api-domains-auth-admin 0 0 0 18 0 10.09s 1 no change Link
api-domains-education 0 0 0 8 0 16.96s 1 no change Link
application-system-api 0 0 0 120 2 3m 14.23s 1 no change Link
application-template-api-modules 0 0 0 123 0 2m 8.68s 1 increased (+0.01%) Link
download-service 0 0 0 1 0 19.07s 1 no change Link
services-auth-ids-api 0 0 0 152 0 1m 5.91s 1 no change Link
services-endorsements-api 0 0 0 42 0 37.4s 1 no change Link
services-user-profile 0 0 0 131 0 26.54s 1 increased (+0.02%) Link

❌ Failed Tests (3)

  • NotificationsWorkerService should not send email or push notifications to delegation holders if recipient is a delegation holder (test correct propagation of emails to delegation holders) - apps/services/user-notification/src/app/modules/notifications/notificationsWorker/notificationsWorker.service.spec.ts - Details

    Expand for error
     expect(jest.fn()).toHaveBeenNthCalledWith(n, ...expected)
     
     n: 1
     Expected: ObjectContaining {"template": ObjectContaining {"body": ArrayContaining [ObjectContaining {"component": "ImageWithLink", "context": ObjectContaining {"href": "https://island.is/minarsidur/postholf"}}]}, "to": ObjectContaining {"address": "[email protected]", "name": "userWithDelegations2"}}
     Received
     ->     1: {"from": {"address": "[email protected]", "name": "Ísland.is"}, "subject": "Demo title ", "template": {"body": [{"component": "Image", "context": {"alt": "Ísland.is logo", "src": "/__w/island.is/island.is/apps/services/user-notification/src/app/modules/notifications/notificationsWorker/assets/images/island-2x-logo.png"}}, {"component": "Tag", "context": {"label": ""}}, {"component": "Heading", "context": {"copy": "Demo title "}}, {"component": "Copy", "context": {"copy": "Demo body {{arg1}}"}}, {"component": "Spacer"}, {"component": "ImageWithLink", "context": {"alt": "Opna Pósthólf", "href": "https://island.is/minarsidur/postholf", "src": "/__w/island.is/island.is/apps/services/user-notification/src/app/modules/notifications/notificationsWorker/assets/images/is-button-open.png"}}, {"component": "Spacer"}, {"component": "TextWithLink", "context": {"linkHref": "https://www.island.is/minarsidur/min-gogn/stillingar/", "linkLabel": "Ísland.is", "postText": " getur þú ákveðið hvort hnippt er í þig.", "preText": "Í stillingum á ", "small": true}}], "title": "Demo title "}, "to": {"address": "[email protected]", "name": ""}}
            2: {"from": {"address": "[email protected]", "name": "Ísland.is"}, "subject": "Demo title ", "template": {"body": [{"component": "Image", "context": {"alt": "Ísland.is logo", "src": "/__w/island.is/island.is/apps/services/user-notification/src/app/modules/notifications/notificationsWorker/assets/images/island-2x-logo.png"}}, {"component": "Tag", "context": {"label": ""}}, {"component": "Heading", "context": {"copy": "Demo title "}}, {"component": "Copy", "context": {"copy": "Demo body {{arg1}}"}}, {"component": "Spacer"}, {"component": "ImageWithLink", "context": {"alt": "Opna Pósthólf", "href": "https://island.is/minarsidur/login?login_hint=delegation-subject-id&target_link_uri=https://island.is/minarsidur/postholf", "src": "/__w/island.is/island.is/apps/services/user-notification/src/app/modules/notifications/notificationsWorker/assets/images/is-button-open.png"}}, {"component": "Spacer"}, {"component": "TextWithLink", "context": {"linkHref": "https://www.island.is/minarsidur/min-gogn/stillingar/", "linkLabel": "Ísland.is", "postText": " getur þú ákveðið hvort hnippt er í þig.", "preText": "Í stillingum á ", "small": true}}], "title": "Demo title "}, "to": {"address": "[email protected]", "name": ""}}
     
     Number of calls: 2
    
  • NotificationsWorkerService should send email and push notification to recipient and to delegation holders - apps/services/user-notification/src/app/modules/notifications/notificationsWorker/notificationsWorker.service.spec.ts - Details

    Expand for error
     expect(jest.fn()).toHaveBeenNthCalledWith(n, ...expected)
     
     n: 1
     Expected: ObjectContaining {"template": ObjectContaining {"body": ArrayContaining [ObjectContaining {"component": "ImageWithLink", "context": ObjectContaining {"href": "https://island.is/minarsidur/postholf"}}]}, "to": ObjectContaining {"address": "[email protected]", "name": "userWithDelegations"}}
     Received
     ->     1: {"from": {"address": "[email protected]", "name": "Ísland.is"}, "subject": "Demo title ", "template": {"body": [{"component": "Image", "context": {"alt": "Ísland.is logo", "src": "/__w/island.is/island.is/apps/services/user-notification/src/app/modules/notifications/notificationsWorker/assets/images/island-2x-logo.png"}}, {"component": "Tag", "context": {"label": ""}}, {"component": "Heading", "context": {"copy": "Demo title "}}, {"component": "Copy", "context": {"copy": "Demo body {{arg1}}"}}, {"component": "Spacer"}, {"component": "ImageWithLink", "context": {"alt": "Opna Pósthólf", "href": "https://island.is/minarsidur/postholf", "src": "/__w/island.is/island.is/apps/services/user-notification/src/app/modules/notifications/notificationsWorker/assets/images/is-button-open.png"}}, {"component": "Spacer"}, {"component": "TextWithLink", "context": {"linkHref": "https://www.island.is/minarsidur/min-gogn/stillingar/", "linkLabel": "Ísland.is", "postText": " getur þú ákveðið hvort hnippt er í þig.", "preText": "Í stillingum á ", "small": true}}], "title": "Demo title "}, "to": {"address": "[email protected]", "name": ""}}
            2: {"from": {"address": "[email protected]", "name": "Ísland.is"}, "subject": "Demo title ", "template": {"body": [{"component": "Image", "context": {"alt": "Ísland.is logo", "src": "/__w/island.is/island.is/apps/services/user-notification/src/app/modules/notifications/notificationsWorker/assets/images/island-2x-logo.png"}}, {"component": "Tag", "context": {"label": ""}}, {"component": "Heading", "context": {"copy": "Demo title "}}, {"component": "Copy", "context": {"copy": "Demo body {{arg1}}"}}, {"component": "Spacer"}, {"component": "ImageWithLink", "context": {"alt": "Opna Pósthólf", "href": "https://island.is/minarsidur/postholf", "src": "/__w/island.is/island.is/apps/services/user-notification/src/app/modules/notifications/notificationsWorker/assets/images/is-button-open.png"}}, {"component": "Spacer"}, {"component": "TextWithLink", "context": {"linkHref": "https://www.island.is/minarsidur/min-gogn/stillingar/", "linkLabel": "Ísland.is", "postText": " getur þú ákveðið hvort hnippt er í þig.", "preText": "Í stillingum á ", "small": true}}], "title": "Demo title "}, "to": {"address": "[email protected]", "name": ""}}
     
     Number of calls: 2
    
  • NotificationsWorkerService should use clickActionUrl that is provided if the url is not a service portal url - apps/services/user-notification/src/app/modules/notifications/notificationsWorker/notificationsWorker.service.spec.ts - Details

    Expand for error
     expect(jest.fn()).toHaveBeenNthCalledWith(n, ...expected)
     
     n: 1
     Expected: ObjectContaining {"template": ObjectContaining {"body": ArrayContaining [ObjectContaining {"component": "ImageWithLink", "context": ObjectContaining {"href": "https://island.is/something-else/"}}]}, "to": ObjectContaining {"address": "[email protected]", "name": "userWithDelegations2"}}
     Received
     ->     1: {"from": {"address": "[email protected]", "name": "Ísland.is"}, "subject": "Demo title ", "template": {"body": [{"component": "Image", "context": {"alt": "Ísland.is logo", "src": "/__w/island.is/island.is/apps/services/user-notification/src/app/modules/notifications/notificationsWorker/assets/images/island-2x-logo.png"}}, {"component": "Tag", "context": {"label": ""}}, {"component": "Heading", "context": {"copy": "Demo title "}}, {"component": "Copy", "context": {"copy": "Demo body {{arg1}}"}}, {"component": "Spacer"}, {"component": "ImageWithLink", "context": {"alt": "Opna Pósthólf", "href": "https://island.is/something-else/", "src": "/__w/island.is/island.is/apps/services/user-notification/src/app/modules/notifications/notificationsWorker/assets/images/is-button-open.png"}}, {"component": "Spacer"}, {"component": "TextWithLink", "context": {"linkHref": "https://www.island.is/minarsidur/min-gogn/stillingar/", "linkLabel": "Ísland.is", "postText": " getur þú ákveðið hvort hnippt er í þig.", "preText": "Í stillingum á ", "small": true}}], "title": "Demo title "}, "to": {"address": "[email protected]", "name": ""}}
            2: {"from": {"address": "[email protected]", "name": "Ísland.is"}, "subject": "Demo title ", "template": {"body": [{"component": "Image", "context": {"alt": "Ísland.is logo", "src": "/__w/island.is/island.is/apps/services/user-notification/src/app/modules/notifications/notificationsWorker/assets/images/island-2x-logo.png"}}, {"component": "Tag", "context": {"label": ""}}, {"component": "Heading", "context": {"copy": "Demo title "}}, {"component": "Copy", "context": {"copy": "Demo body {{arg1}}"}}, {"component": "Spacer"}, {"component": "ImageWithLink", "context": {"alt": "Opna Pósthólf", "href": "https://island.is/something-else/", "src": "/__w/island.is/island.is/apps/services/user-notification/src/app/modules/notifications/notificationsWorker/assets/images/is-button-open.png"}}, {"component": "Spacer"}, {"component": "TextWithLink", "context": {"linkHref": "https://www.island.is/minarsidur/min-gogn/stillingar/", "linkLabel": "Ísland.is", "postText": " getur þú ákveðið hvort hnippt er í þig.", "preText": "Í stillingum á ", "small": true}}], "title": "Demo title "}, "to": {"address": "[email protected]", "name": ""}}
     
     Number of calls: 2
    

Copy link

codecov bot commented Oct 31, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 36.73%. Comparing base (5d1f145) to head (b1b1c2c).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
...-registry/v3/src/lib/nationalRegistryV3.service.ts 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main   #16684      +/-   ##
==========================================
+ Coverage   36.67%   36.73%   +0.06%     
==========================================
  Files        6858     6858              
  Lines      142787   142513     -274     
  Branches    40703    40619      -84     
==========================================
- Hits        52364    52354      -10     
+ Misses      90423    90159     -264     
Flag Coverage Δ
api 3.37% <ø> (ø)
api-domains-auth-admin 48.48% <ø> (ø)
api-domains-education 31.58% <0.00%> (ø)
application-system-api 41.32% <ø> (ø)
application-template-api-modules 27.79% <ø> (+0.01%) ⬆️
download-service 44.22% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
...notificationsWorker/notificationsWorker.service.ts 94.80% <ø> (-0.04%) ⬇️
...-registry/v3/src/lib/nationalRegistryV3.service.ts 21.87% <0.00%> (ø)

... and 19 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 72d681b...b1b1c2c. Read the comment docs.

Copy link
Member

@GunnlaugurG GunnlaugurG left a comment

Choose a reason for hiding this comment

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

LGTM

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.

3 participants