Closed MattyMay closed 2 months ago
Includes server-side validation to ensure extended_due_date < soft_extended_due_date
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?
soft_extended_due_date
soft_deadline
hard_deadline
@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
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 howsoft_deadline
andhard_deadline
work?