Open knolleary opened 1 week ago
Attention: Patch coverage is 52.77778%
with 17 lines
in your changes missing coverage. Please review.
Project coverage is 78.72%. Comparing base (
58a1c56
) to head (243a2d4
). Report is 13 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
forge/db/views/Team.js | 10.00% | 9 Missing :warning: |
forge/db/models/Team.js | 60.00% | 4 Missing :warning: |
forge/routes/api/team.js | 73.33% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@cstns no rush on this - nice to have, but please don't interrupt your current work
Description
This adds filtering options to the Admin Team view to make it easier to filter and search the list.
The table is now sorted by most recently created ('newest') by default, but can be switched to 'oldest'.
The filters cover:
I time boxed this all to a couple hours - otherwise would have made some further improvements to the presentation of the table.
Need to add some tests for the new filter/sort options on the backend api