Skip to content

[Feature] Add team management page#77

Draft
bobpaw wants to merge 17 commits into
mainfrom
bobpaw/issue73
Draft

[Feature] Add team management page#77
bobpaw wants to merge 17 commits into
mainfrom
bobpaw/issue73

Conversation

@bobpaw
Copy link
Copy Markdown
Collaborator

@bobpaw bobpaw commented Aug 7, 2023

Old behavior

No team management page.

New behavior

Team management where you can:

  • List members
  • Add/remove teams
  • Change group members
  • Randomize teams

Additional info (related issues, images, etc.)

Closes #73.

bobpaw added 12 commits August 6, 2023 23:28
Handle .admin-list checkbox stuff in useradmin.js
- We can reuse this code for team pages.
Rename stylistic classes and retain utility classes
- Some classes do matter for users specifically
Add placeholder data to database
Fix closing tag
Add submissions link to team controls
Extract checkbox counting to do it on add/remove
Add team by cloning a row not by creating new tags.
Fix not limiting adding empty teams
Make add error text red
Extract removeTeams to run the same code from both remove buttons
Fix bug: return after abortwithstatus
@bobpaw
Copy link
Copy Markdown
Collaborator Author

bobpaw commented Aug 13, 2023

IBM suggests POST for Creation, GET for Reading, PUT for Updating, and DELETE for Deleting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Team management page (with limited feedback data?).

1 participant