eecs-autograder / autograder-server

GNU Lesser General Public License v3.0
8 stars 7 forks source link

Add `soft_extended_due_date` field to `Group` model #687

Closed MattyMay closed 2 months ago

MattyMay commented 3 months ago

Includes server-side validation to ensure extended_due_date < soft_extended_due_date

@james-perretta should the student view of a group be changed to only show the soft_extended_due_date like how soft_deadline and hard_deadline work?

james-perretta commented 3 months ago

@MattyMay Yes, students should only see the soft_extended_due_date when requesting their group object. We should chat about how to handle the backwards-incompatibility of the change for API users