-
-
Notifications
You must be signed in to change notification settings - Fork 406
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: display orgs data in table #10433
feat: display orgs data in table #10433
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10433 +/- ##
==========================================
- Coverage 49.54% 49.51% -0.04%
==========================================
Files 67 75 +8
Lines 20650 21573 +923
Branches 4980 5175 +195
==========================================
+ Hits 10231 10681 +450
- Misses 9131 9582 +451
- Partials 1288 1310 +22 ☔ View full report in Codecov by Sentry. |
|
@TheSussex I'm not sure why, but the failing test is probably due to the new "Creator" string that somehow mixes with the contributors tag type. I can't reproduce it locally though. Could you change the "creator" / "Creator" string by "created_by" / "Created by"? I think it will solve the test issue. |
Merging as is, further changes can be done in a future PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Merging as is, further changes can be done in a future PR.
What
Display a table that lists all organizations + some data about them (e.g. verified status, creation date, last update date etc.)
Screenshot