-
-
Notifications
You must be signed in to change notification settings - Fork 4
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: user management table #1211
base: dev
Are you sure you want to change the base?
Conversation
…ncluded; some mock data generators until endpoint is created
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
📦 Next.js Bundle Analysis for @weareinreach/appThis analysis was generated by the Next.js Bundle Analysis action. 🤖 New Page AddedThe following page was added to the bundle from the code in this PR:
|
#1687 Bundle Size — 5.64MiB (+0.09%).2a54136(current) vs b4e70e6 dev#1677(baseline) Warning Bundle contains 5 duplicate packages – View duplicate packages Bundle metrics
|
Current #1687 |
Baseline #1677 |
|
---|---|---|
Initial JS | 3.06MiB (+0.15% ) |
3.05MiB |
Initial CSS | 9.7KiB |
9.7KiB |
Cache Invalidation | 34.78% |
28.33% |
Chunks | 68 (+1.49% ) |
67 |
Assets | 81 (+1.25% ) |
80 |
Modules | 2020 (+0.2% ) |
2016 |
Duplicate Modules | 362 (+0.28% ) |
361 |
Duplicate Code | 10.03% (+0.3% ) |
10% |
Packages | 159 |
159 |
Duplicate Packages | 5 |
5 |
Bundle size by type 1 change
1 regression
Current #1687 |
Baseline #1677 |
|
---|---|---|
JS | 4.41MiB (+0.12% ) |
4.4MiB |
Other | 1.13MiB |
1.13MiB |
Fonts | 94.54KiB |
94.54KiB |
CSS | 9.7KiB |
9.7KiB |
IMG | 8.57KiB |
8.57KiB |
Bundle analysis report Branch IN-857-user-management Project dashboard
Generated by RelativeCI Documentation Report issue
Quality Gate passedIssues Measures |
This PR is in draft mode until I can refine my notes. I also need to consult with Joe about an endpoint for the data so that I can remove the stubs and do some clenaup.
Pull Request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: IN-857
What is the new behavior?
Does this introduce a breaking change?
Other information
Summary by CodeRabbit
New Features
Management
component in the Admin section for enhanced user management capabilities./admin/management
for accessing the Management page directly.viewAllUsers
for better access control in data management.Documentation
ManagementTable
component to aid in development and testing.Refactor
package.json
to ensure compatibility with specific versions ofreact
andreact-dom
.