Skip to content

f-1193 Add bulk edit actions to the assignment list - #1518

Merged
bnmnetp merged 2 commits into
RunestoneInteractive:mainfrom
morozov-av:f-1193-1
Sep 17, 2026
Merged

bnmnetp merged 2 commits into
RunestoneInteractive:mainfrom
morozov-av:f-1193-1

Conversation

@morozov-av

@morozov-av morozov-av commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

Adds bulk assignment management to Assignment Builder

  1. Select individual assignments or all visible assignments
  2. Bulk change visibility, late-submission, and delete assignments with confirmation
  3. Clear selection when search filters change to prevent actions on hidden rows
  4. Add unit and component coverage for the new behavior

@bnmnetp
Known concern
bulkUpdateAssignments currently sends one PUT request per assignment. Selecting many assignments may create a large request burst and partial failures.
The best fix would be to add a backend endpoint that updates multiple assignments at once.

f-1193.mp4

@morozov-av
morozov-av requested a review from bnmnetp as a code owner September 16, 2026 16:36
@bnmnetp
bnmnetp merged commit 02230f7 into RunestoneInteractive:main Sep 17, 2026
4 checks passed
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.

2 participants