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(license-service): update license service #15204

Merged
merged 85 commits into from
Aug 14, 2024
Merged

Conversation

thorkellmani
Copy link
Member

@thorkellmani thorkellmani commented Jun 12, 2024

What

  • Update license service resolver, services and models
  • Move logic from the front-end to service
  • Add passports to the license service domain
  • Move localization messages

Why

  • Steps towards making the more generic so the frontend can know less about individual licenses
  • Adding the passports to the license service lessens special case handling in the front-end

Feature deploy:
feat/update-license-service

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

    • Introduced new components for managing licenses, including LicenseDataFields and LicenseDetail for detailed views of licenses.
    • Added support for improved structure in handling license data and errors.
    • Enabled new license service functionality with the addition of licensesV2 feature.
  • Improvements

    • Simplified the handling of localization for modal labels in components.
    • Enhanced error handling and data retrieval mechanisms for license queries.
  • Bug Fixes

    • Addressed various minor issues related to data handling in the license service.
  • Documentation

    • Updated message definitions and documentation for new functionalities.
  • Style

    • Improved semantic structure and styling of existing components for better UI consistency.
  • Chores

    • Updated import paths across various files for better organization.

Copy link
Contributor

coderabbitai bot commented Jun 12, 2024

Walkthrough

The recent updates significantly enhance the license service's functionality and structure by introducing new GraphQL DTOs, refining existing data models, and implementing new components. Key improvements include a more straightforward approach to localization, increased type specificity, and components designed to dynamically render license data and provide detailed views. These changes aim to improve user experience and streamline data handling within the service.

Changes

Files Change Summary
apps/service-portal/src/components/Notifications/NotificationMenu.tsx
apps/service-portal/src/components/Sidemenu/Sidemenu.tsx
Simplified modalLabel prop assignments, enhancing readability with direct localization references.
apps/system-e2e/src/tests/islandis/service-portal/acceptance/mocks/licenses.mock.ts Restructured mock data for licenses to better align with expected real-world response formats.
libs/api/domains/license-service/project.json Added a new command configuration for extracting localization strings, enhancing project functionality.
libs/api/domains/license-service/src/lib/dto/*.dto.ts Various updates to DTOs focusing on type specificity, new fields, and removal of deprecated properties.
libs/service-portal/licenses/src/components/LicenseDataFields/LicenseDataFields.tsx Introduced a new component to dynamically render license data fields, improving user experience.
libs/service-portal/licenses/src/screens/v2/LicenseDetail/LicenseDetail.tsx New component for detailed license views, enhancing navigation and information display.
libs/api/domains/license-service/src/lib/mappers/*.ts Enhanced mappers to return promises of mapped payload responses, improving data handling consistency.
libs/feature-flags/src/lib/features.ts Added licensesV2 feature to the Features enum, indicating a new license service functionality.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant Frontend
    participant LicenseService
    participant Database

    User->>Frontend: Request license overview
    Frontend->>LicenseService: Fetch licenses
    LicenseService->>Database: Query for licenses
    Database-->>LicenseService: Return licenses data
    LicenseService-->>Frontend: Send licenses data
    Frontend-->>User: Display licenses overview
Loading

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>.
    • 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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @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 as 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.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

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.

@datadog-island-is
Copy link

datadog-island-is bot commented Jun 13, 2024

Datadog Report

All test runs 7f45fb5 🔗

69 Total Test Services: 0 Failed, 67 Passed
🔻 Test Sessions change in coverage: 3 decreased, 22 increased, 175 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
air-discount-scheme-backend 0 0 0 81 0 31.73s N/A Link
air-discount-scheme-web 0 0 0 2 0 9.02s N/A Link
api 0 0 0 4 0 2.97s N/A Link
api-domains-air-discount-scheme 0 0 0 6 0 20.81s N/A Link
api-domains-assets 0 0 0 3 0 12.31s N/A Link
api-domains-auth-admin 0 0 0 18 0 13.76s N/A Link
api-domains-communications 0 0 0 5 0 33.09s N/A Link
api-domains-criminal-record 0 0 0 5 0 10.28s N/A Link
api-domains-driving-license 0 0 0 23 0 32.1s N/A Link
api-domains-education 0 0 0 8 0 21.08s N/A Link

🔻 Code Coverage Decreases vs Default Branch (3)

  • license-api - jest 33.87% (-0.29%) - Details
  • judicial-system-api - jest 19.61% (-0.02%) - Details
  • clients-license-client - jest 1.8% (-0.01%) - Details

Copy link

codecov bot commented Jun 13, 2024

Codecov Report

Attention: Patch coverage is 33.33333% with 10 lines in your changes missing coverage. Please review.

Project coverage is 36.86%. Comparing base (4e9ddf3) to head (b2a324d).
Report is 7 commits behind head on main.

Files Patch % Lines
...clients/passport-client/passportsClient.service.ts 27.27% 8 Missing ⚠️
...nts/license-client/src/lib/licenseClient.module.ts 33.33% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main   #15204      +/-   ##
==========================================
+ Coverage   36.85%   36.86%   +0.01%     
==========================================
  Files        6584     6584              
  Lines      134962   134952      -10     
  Branches    38533    38528       -5     
==========================================
+ Hits        49745    49756      +11     
+ Misses      85217    85196      -21     
Flag Coverage Δ
air-discount-scheme-backend 54.08% <100.00%> (+0.01%) ⬆️
air-discount-scheme-web 0.00% <ø> (ø)
api 3.43% <ø> (ø)
api-domains-air-discount-scheme 36.88% <100.00%> (+0.03%) ⬆️
api-domains-assets 26.71% <ø> (ø)
api-domains-auth-admin 53.90% <ø> (ø)
api-domains-communications 40.58% <100.00%> (+0.01%) ⬆️
api-domains-criminal-record 48.12% <100.00%> (+0.03%) ⬆️
api-domains-driving-license 44.44% <100.00%> (+0.03%) ⬆️
api-domains-education 33.80% <100.00%> (+0.07%) ⬆️
api-domains-health-insurance 35.02% <100.00%> (+0.09%) ⬆️
api-domains-mortgage-certificate 36.03% <100.00%> (+0.02%) ⬆️
api-domains-payment-schedule 41.17% <100.00%> (+0.02%) ⬆️
application-api-files 57.11% <100.00%> (+0.02%) ⬆️
application-core 71.84% <ø> (+0.08%) ⬆️
application-system-api 41.86% <100.00%> (+<0.01%) ⬆️
application-template-api-modules 23.82% <100.00%> (+<0.01%) ⬆️
application-templates-accident-notification 19.88% <ø> (ø)
application-templates-car-recycling 3.12% <ø> (ø)
application-templates-criminal-record 22.23% <ø> (ø)
application-templates-driving-license 16.03% <ø> (ø)
application-templates-estate 11.92% <ø> (ø)
application-templates-example-payment 20.90% <ø> (ø)
application-templates-financial-aid 12.12% <ø> (ø)
application-templates-general-petition 18.96% <ø> (ø)
application-templates-health-insurance 23.36% <ø> (ø)
application-templates-inheritance-report 4.64% <ø> (ø)
application-templates-marriage-conditions 10.52% <ø> (ø)
application-templates-mortgage-certificate 43.85% <ø> (+0.03%) ⬆️
application-templates-parental-leave 28.41% <ø> (ø)
application-types 7.21% <ø> (ø)
application-ui-components 1.43% <ø> (ø)
application-ui-shell 21.35% <ø> (ø)
auth-api-lib 14.73% <100.00%> (+0.11%) ⬆️
clients-charge-fjs-v2 27.54% <ø> (ø)
clients-driving-license 40.98% <100.00%> (+0.03%) ⬆️
clients-driving-license-book 44.11% <100.00%> (+0.05%) ⬆️
clients-financial-statements-inao 49.44% <100.00%> (+0.07%) ⬆️
clients-license-client 1.83% <0.00%> (-0.01%) ⬇️
clients-regulations 42.93% <100.00%> (+0.04%) ⬆️
clients-rsk-company-registry 30.64% <ø> (ø)
clients-rsk-personal-tax-return 38.00% <ø> (ø)
clients-smartsolutions 12.77% <ø> (ø)
clients-syslumenn 49.88% <100.00%> (+0.02%) ⬆️
cms 0.43% <ø> (ø)
cms-translations 39.69% <100.00%> (+0.01%) ⬆️
dokobit-signing 62.58% <100.00%> (+0.18%) ⬆️
download-service 44.79% <100.00%> (+0.01%) ⬆️
email-service 60.41% <100.00%> (+0.16%) ⬆️
feature-flags 90.47% <100.00%> (+0.15%) ⬆️
file-storage 53.57% <100.00%> (+0.23%) ⬆️
financial-aid-backend 56.40% <100.00%> (+0.02%) ⬆️
judicial-system-api 18.12% <ø> (ø)
judicial-system-audit-trail 68.27% <100.00%> (+0.17%) ⬆️
judicial-system-message 66.53% <100.00%> (+0.06%) ⬆️
judicial-system-message-handler 66.39% <100.00%> (+0.02%) ⬆️
judicial-system-scheduler 58.48% <100.00%> (+0.10%) ⬆️
license-api 42.89% <33.33%> (-0.37%) ⬇️
nest-config 77.87% <100.00%> (+0.13%) ⬆️
nest-feature-flags 52.24% <100.00%> (+0.59%) ⬆️
nova-sms 61.90% <100.00%> (+0.09%) ⬆️
portals-admin-regulations-admin 2.03% <ø> (ø)
portals-core 16.27% <ø> (ø)
services-auth-admin-api 51.09% <100.00%> (+<0.01%) ⬆️
services-auth-delegation-api 61.57% <100.00%> (+<0.01%) ⬆️
services-auth-ids-api 54.62% <100.00%> (+0.01%) ⬆️
services-auth-personal-representative 48.32% <100.00%> (+0.01%) ⬆️
services-auth-personal-representative-public 44.18% <100.00%> (+<0.01%) ⬆️
services-auth-public-api 51.05% <100.00%> (+0.01%) ⬆️
services-endorsements-api 54.84% <100.00%> (+0.01%) ⬆️
services-search-indexer 12.64% <ø> (ø)
services-sessions 65.51% <100.00%> (+0.01%) ⬆️
services-university-gateway 48.45% <100.00%> (+0.05%) ⬆️
services-user-notification 47.94% <100.00%> (+<0.01%) ⬆️
services-user-profile 62.29% <100.00%> (+<0.01%) ⬆️
web 1.89% <ø> (ø)

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

Files Coverage Δ
...ins/license-service/src/lib/licenceService.type.ts 100.00% <ø> (ø)
...s/license-service/src/lib/licenseService.module.ts 0.00% <ø> (ø)
.../license-service/src/lib/licenseService.service.ts 0.00% <ø> (ø)
...ients/license-client/src/lib/licenseClient.type.ts 100.00% <ø> (ø)
libs/feature-flags/src/lib/features.ts 100.00% <100.00%> (ø)
...rtal/core/src/components/ActionCard/ActionCard.tsx 5.26% <ø> (+0.19%) ⬆️
...al/core/src/components/IntroHeader/IntroHeader.tsx 0.00% <ø> (ø)
.../core/src/components/UserInfoLine/UserInfoLine.tsx 3.22% <ø> (ø)
libs/service-portal/core/src/lib/messages.ts 50.00% <ø> (ø)
...nts/license-client/src/lib/licenseClient.module.ts 39.47% <33.33%> (-0.53%) ⬇️
... and 1 more

... and 4 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 4e9ddf3...b2a324d. Read the comment docs.

@thorkellmani thorkellmani added the deploy-feature Deploys features to dev label Jun 25, 2024
Copy link
Contributor

github-actions bot commented Jun 25, 2024

Affected services are: air-discount-scheme-api,air-discount-scheme-backend,api,application-system-api,download-service,financial-aid-api,financial-aid-backend,financial-aid-open-api,judicial-system-api,judicial-system-digital-mailbox-api,judicial-system-backend,judicial-system-message-handler,judicial-system-robot-api,judicial-system-scheduler,judicial-system-xrd-api,license-api,regulations-admin-backend,services-auth-admin-api,services-auth-ids-api,services-auth-delegation-api,services-auth-personal-representative,services-auth-personal-representative-public,services-auth-public-api,services-endorsements-api,services-search-indexer,services-sessions,services-university-gateway,services-user-notification,services-user-profile,air-discount-scheme-web,skilavottord-web,web,application-system-form,island-ui-storybook,portals-admin,service-portal,system-e2e,

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

Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 3c53d29 and 9e1c392.

Files selected for processing (3)
  • libs/api/domains/license-service/src/lib/mappers/passportMapper.ts (1 hunks)
  • libs/service-portal/licenses/src/components/LicenseDataFields/LicenseDataFields.tsx (1 hunks)
  • libs/service-portal/licenses/src/screens/v2/LicenseDetail/LicenseDetail.tsx (1 hunks)
Files skipped from review as they are similar to previous changes (3)
  • libs/api/domains/license-service/src/lib/mappers/passportMapper.ts
  • libs/service-portal/licenses/src/components/LicenseDataFields/LicenseDataFields.tsx
  • libs/service-portal/licenses/src/screens/v2/LicenseDetail/LicenseDetail.tsx

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

Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 9e1c392 and fcc370f.

Files selected for processing (1)
  • libs/service-portal/licenses/src/components/LicenseDataFields/LicenseDataFields.tsx (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • libs/service-portal/licenses/src/components/LicenseDataFields/LicenseDataFields.tsx

Copy link
Member

@thordurhhh thordurhhh left a comment

Choose a reason for hiding this comment

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

Beautiful ✨

Copy link
Member

@snaerseljan snaerseljan left a comment

Choose a reason for hiding this comment

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

LGTM! Good job. Tested the app and the barcode worked in the app

@thorkellmani thorkellmani requested review from thoreyjona and removed request for thoreyjona and disaerna August 14, 2024 09:24
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

Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between fcc370f and 781a01e.

Files selected for processing (4)
  • libs/api/domains/license-service/src/lib/dto/GenericLicenseError.dto.ts (1 hunks)
  • libs/api/domains/license-service/src/lib/licenseService.service.ts (5 hunks)
  • libs/service-portal/licenses/src/screens/v2/LicensesOverview/LicensesOverview.graphql (1 hunks)
  • libs/service-portal/licenses/src/utils/capitalize.ts (1 hunks)
Files skipped from review due to trivial changes (1)
  • libs/service-portal/licenses/src/utils/capitalize.ts
Files skipped from review as they are similar to previous changes (2)
  • libs/api/domains/license-service/src/lib/dto/GenericLicenseError.dto.ts
  • libs/service-portal/licenses/src/screens/v2/LicensesOverview/LicensesOverview.graphql
Additional context used
Path-based instructions (1)
libs/api/domains/license-service/src/lib/licenseService.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 not posted (8)
libs/api/domains/license-service/src/lib/licenseService.service.ts (8)

Line range hint 68-76:
Constructor simplification looks good.

The removal of dependencies like cmsContentfulService and cacheManager suggests improved maintainability and focus on core responsibilities.


Line range hint 275-288:
Centralized client retrieval logic in getClient.

The method improves code organization by centralizing client retrieval based on license type.


Line range hint 290-317:
Improved error handling in generatePkPassUrl.

The method ensures that only clients supporting PkPass are processed, enhancing error handling.


Line range hint 319-346:
Robust error handling in generatePkPassQRCode.

The method ensures that only clients supporting PkPass QR codes are processed, enhancing robustness.


Line range hint 408-493:
Flexible and robust verifyLicenseBarcode method.

The method supports multiple barcode formats and includes structured error handling, enhancing flexibility and robustness.


Line range hint 95-135:
Enhanced error handling and structured response in getLicenseCollection.

The method now returns a LicenseCollection with explicit error handling, improving robustness.

Ensure that the new return type is correctly handled in the rest of the codebase.


249-273: Improved error handling in getLicense.

The method now returns GenericUserLicense, LicenseError, or null, enhancing robustness.

Verify that the new return types are correctly handled in the codebase.


143-241: Structured response and improved error handling in getLicensesOfType.

The method now returns a LicenseTypeFetchResponse, enhancing clarity and maintainability.

Verify that the new response structure is correctly utilized throughout the codebase.

@thorkellmani thorkellmani added the automerge Merge this PR as soon as all checks pass label Aug 14, 2024
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

Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 781a01e and b2a324d.

Files selected for processing (1)
  • libs/feature-flags/src/lib/features.ts (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • libs/feature-flags/src/lib/features.ts

@kodiakhq kodiakhq bot merged commit dbd2a13 into main Aug 14, 2024
386 checks passed
@kodiakhq kodiakhq bot deleted the feat/update-license-service branch August 14, 2024 13:06
oskarjs pushed a commit that referenced this pull request Aug 20, 2024
* feat:updat emodels

* feat/bunch

* feat: updates

* feat: add and remove

* chore: stash merge

* feat: more stuff

* fix: license type

* feat: license overivew works

* chore:revert

* chore: revert messages

* chore: console

* chore: revert

* chore: nx format:write update dirty files

* fix: passports

* chore: start details

* chore: nx format:write update dirty files

* feat: update details

* fix: enum

* fix: date format

* fix: type import

* chore:small fixes

* chore:rename-liceinse-service
'

'

* chore: remove original license service

* chore: add unchanged license service

* chore: add mocks back

* chore: add to resolver

* chore:renmae license

* chore: readd licens service

* fix: license-v2

* fix: readd ls-v1

* feat: rename

* chore: nx format:write update dirty files

* fix: passport display

* chore: codeowners

* chore: move datafields

* fix: html semantics

* fix:pkpass display

* chore:console log

* chore: use types

* feat: remove v2 and merge in v1

* chore:import

* fix: expires

* fix:navigation

* fix: mapping

* chore: import

* fix: time format

* fix:fix

* chore: clean up types

* fix: async

* fix: messages

* fix: update display slightly

* fix: mcoks

* chore: deprecate model

* chore: import clean up

* fix: update mapping

* chore: import clean up

* fix: reimport reaect

* chore: use tag map

* chore: coderabbit improvements

* fix: const issues

* chore: concising

---------

Co-authored-by: Þorkell Máni Þorkelsson <mani@hugsmidjan.is>
Co-authored-by: andes-it <builders@andes.is>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
jonnigs pushed a commit that referenced this pull request Sep 2, 2024
* feat:updat emodels

* feat/bunch

* feat: updates

* feat: add and remove

* chore: stash merge

* feat: more stuff

* fix: license type

* feat: license overivew works

* chore:revert

* chore: revert messages

* chore: console

* chore: revert

* chore: nx format:write update dirty files

* fix: passports

* chore: start details

* chore: nx format:write update dirty files

* feat: update details

* fix: enum

* fix: date format

* fix: type import

* chore:small fixes

* chore:rename-liceinse-service
'

'

* chore: remove original license service

* chore: add unchanged license service

* chore: add mocks back

* chore: add to resolver

* chore:renmae license

* chore: readd licens service

* fix: license-v2

* fix: readd ls-v1

* feat: rename

* chore: nx format:write update dirty files

* fix: passport display

* chore: codeowners

* chore: move datafields

* fix: html semantics

* fix:pkpass display

* chore:console log

* chore: use types

* feat: remove v2 and merge in v1

* chore:import

* fix: expires

* fix:navigation

* fix: mapping

* chore: import

* fix: time format

* fix:fix

* chore: clean up types

* fix: async

* fix: messages

* fix: update display slightly

* fix: mcoks

* chore: deprecate model

* chore: import clean up

* fix: update mapping

* chore: import clean up

* fix: reimport reaect

* chore: use tag map

* chore: coderabbit improvements

* fix: const issues

* chore: concising

---------

Co-authored-by: Þorkell Máni Þorkelsson <mani@hugsmidjan.is>
Co-authored-by: andes-it <builders@andes.is>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge this PR as soon as all checks pass deploy-feature Deploys features to dev
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants