okpy / ok

ok.py supports programming projects by running tests, tracking progress, and assisting in debugging.
Apache License 2.0
331 stars 83 forks source link

Extension Minor Fix #1392

Open pchae97 opened 4 years ago

pchae97 commented 4 years ago

currently, when a staff grants an extension to a student, the students deadline gets overridden by what the ta put. However, this causes a problem with project ec deadline; when the student who received happened to finish the project early by the ec deadline, the student won't be able to receive ec because of the overridden deadline. Could we change it so that the bakcup creation time gets set to min(extension_deadline, backup_creation_time)?

itsnshaw commented 4 years ago

To add to this, we should improve the extension system overall, esp for a single person to configure for many DSP students

pchae97 commented 4 years ago

Adding on to that @itsnshaw, something I encountered a few times is auto-granting extensions to dsp students; for example, dsp students sometimes ask extensions on every single assignment, and maybe we can build in the system to give this (as opposed to the current system of ta granting each assignment extensions)