Skip to content

[PM-32066] - Add Org Ability View#7194

Open
jrmccannon wants to merge 6 commits intomainfrom
jmccannon/ac/pm-32066-add-new-org-ability
Open

[PM-32066] - Add Org Ability View#7194
jrmccannon wants to merge 6 commits intomainfrom
jmccannon/ac/pm-32066-add-new-org-ability

Conversation

@jrmccannon
Copy link
Contributor

@jrmccannon jrmccannon commented Mar 10, 2026

🎟️ Tracking

PM-32066

📔 Objective

This adds a dedicated SQL View for the Organization Ability. This includes a new repository method and integration tests validating it correctly maps those fields. It will be used in future stories.

@jrmccannon jrmccannon added the ai-review Request a Claude code review label Mar 10, 2026
@claude
Copy link
Contributor

claude bot commented Mar 10, 2026

Claude finished @jrmccannon's task in 5m 16s —— View job


I'll analyze this and get back to you.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 10, 2026

Logo
Checkmarx One – Scan Summary & Details186d388d-832f-4a17-a2c5-d2b52710d1c5


Fixed Issues (1) Great job! The following issues were fixed in this Pull Request
Severity Issue Source File / Package
MEDIUM CSRF /src/Api/KeyManagement/Controllers/AccountsKeyManagementController.cs: 202

@jrmccannon jrmccannon marked this pull request as ready for review March 10, 2026 20:10
@jrmccannon jrmccannon requested review from a team as code owners March 10, 2026 20:10
@jrmccannon jrmccannon requested a review from JaredScar March 10, 2026 20:10
@codecov
Copy link

codecov bot commented Mar 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.50%. Comparing base (c7c17e8) to head (527e9f1).
⚠️ Report is 11 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7194      +/-   ##
==========================================
+ Coverage   57.39%   61.50%   +4.10%     
==========================================
  Files        2031     2032       +1     
  Lines       89273    89394     +121     
  Branches     7935     7944       +9     
==========================================
+ Hits        51235    54978    +3743     
+ Misses      36195    32491    -3704     
- Partials     1843     1925      +82     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jrmccannon jrmccannon requested a review from JimmyVo16 March 11, 2026 19:21
Copy link
Contributor

@JimmyVo16 JimmyVo16 left a comment

Choose a reason for hiding this comment

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

Some small questions, but overall it looks good.

@jrmccannon jrmccannon requested a review from JimmyVo16 March 12, 2026 15:53
@sonarqubecloud
Copy link

@@ -0,0 +1,28 @@
CREATE VIEW [dbo].[OrganizationAbilityView]
Copy link
Contributor

Choose a reason for hiding this comment

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

❓ Is this view necessary? We already have a view called OrganizationView that contains all of the columns in the Organization table. Can you just select the columns you need from OrganizationView in your stored procedure?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was done according to our contributing docs.

@jrmccannon jrmccannon requested a review from mkincaid-bw March 17, 2026 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai-review Request a Claude code review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants