ocadotechnology / codeforlife-portal-backend

Other
0 stars 15 forks source link

Bulk transfer students #311

Closed SKairinos closed 5 months ago

SKairinos commented 6 months ago

This change is Reviewable

SKairinos commented 5 months ago

backend/api/serializers/user.py line 248 at r2 (raw file):

Previously, faucomte97 (Florian Aucomte) wrote…
You're missing a step in the flow. First, the teacher selects the students they want to transfer to a new class. Second, the teacher has to double-check the names are all unique. ![screencapture-localhost-8000-teach-class-XMNPF-students-move-disambiguate-2024-03-07-10\_32\_45.png](https://files.reviewableusercontent.io/images/reviewable/33633200/FF6hxiZWIAIXmW5QrX0fbnsu/screencapture-localhost-8000-teach-class-XMNPF-students-move-disambiguate-2024-03-07-10_32_45.png) During this step the teacher can edit the names of his students to ensure they don't clash with the names in the destination class.

Done