Skip to content

refactor(authz): display team members information agregated in the table - #222

Draft
dcoa wants to merge 18 commits into
openedx:masterfrom
eduNEXT:dcoa/table-members-refactor
Draft

refactor(authz): display team members information agregated in the table #222
dcoa wants to merge 18 commits into
openedx:masterfrom
eduNEXT:dcoa/table-members-refactor

Conversation

@dcoa

@dcoa dcoa commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Context

The Team Members tab in frontend-app-admin-console renders one row per role assignment. The new design regroups it into one row per user, with that user's assignments nested underneath an expandable row.

Important

It follows the API contract defined in openedx-authz however this PR will not be open util the backend is fully implemented

It closes openedx/openedx-authz#407
Closes #174

@openedx-webhooks openedx-webhooks added open-source-contribution PR author is not from Axim or 2U core contributor PR author is a Core Contributor (who may or may not have write access to this repo). labels Sep 9, 2026
@openedx-webhooks

Copy link
Copy Markdown

Thanks for the pull request, @dcoa!

This repository is currently maintained by @openedx/committers-frontend.

Once you've gone through the following steps feel free to tag them in a comment and let them know that your changes are ready for engineering review.

🔘 Get product approval

If you haven't already, check this list to see if your contribution needs to go through the product review process.

  • If it does, you'll need to submit a product proposal for your contribution, and have it reviewed by the Product Working Group.
    • This process (including the steps you'll need to take) is documented here.
  • If it doesn't, simply proceed with the next step.
🔘 Provide context

To help your reviewers and other members of the community understand the purpose and larger context of your changes, feel free to add as much of the following information to the PR description as you can:

  • Dependencies

    This PR must be merged before / after / at the same time as ...

  • Blockers

    This PR is waiting for OEP-1234 to be accepted.

  • Timeline information

    This PR must be merged by XX date because ...

  • Partner information

    This is for a course on edx.org.

  • Supporting documentation
  • Relevant Open edX discussion forum threads
🔘 Get a green build

If one or more checks are failing, continue working on your changes until this is no longer the case and your build turns green.

🔘 Update the status of your PR

Your PR is currently marked as a draft. After completing the steps above, update its status by clicking "Ready for Review", or removing "WIP" from the title, as appropriate.


Where can I find more information?

If you'd like to get more details on all aspects of the review process for open source pull requests (OSPRs), check out the following resources:

When can I expect my changes to be merged?

Our goal is to get community contributions seen and reviewed as efficiently as possible.

However, the amount of time that it takes to review and merge a PR can vary significantly based on factors such as:

  • The size and impact of the changes that it introduces
  • The need for product review
  • Maintenance status of the parent repository

💡 As a result it may take up to several weeks or months to complete a review and merge your PR.

@codecov

codecov Bot commented Sep 9, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 99.55357% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 97.90%. Comparing base (36cc825) to head (3a36374).
⚠️ Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
src/authz-module/data/hooks.ts 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #222      +/-   ##
==========================================
+ Coverage   97.65%   97.90%   +0.24%     
==========================================
  Files          68       76       +8     
  Lines        1665     1810     +145     
  Branches      443      443              
==========================================
+ Hits         1626     1772     +146     
+ Misses         39       38       -1     

☔ View full report in Codecov by Harness.
📢 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.

@mphilbrick211 mphilbrick211 moved this from Needs Triage to Waiting on Author in Contributions Sep 9, 2026
@dcoa
dcoa force-pushed the dcoa/table-members-refactor branch 2 times, most recently from 03e2292 to 9d50e98 Compare September 10, 2026 05:35
@dcoa
dcoa force-pushed the dcoa/table-members-refactor branch from 9d50e98 to 1b5c875 Compare September 10, 2026 06:05
@dcoa
dcoa force-pushed the dcoa/table-members-refactor branch from bfe5bb6 to d95ff48 Compare September 10, 2026 08:09
@dcoa
dcoa force-pushed the dcoa/table-members-refactor branch from 7bd0f3f to 3a36374 Compare September 10, 2026 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core contributor PR author is a Core Contributor (who may or may not have write access to this repo). open-source-contribution PR author is not from Axim or 2U

Projects

Status: Waiting on Author

Development

Successfully merging this pull request may close these issues.

Frontend: Implement grouped roles & permissions view in Admin Console Review Error handling after refactoring

3 participants