-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feature:InstructorUI] Autofeed -- Student Registration Types (#26)
* Upsert for student's registration type New feature for upserting a student's registration type. Registration type can be "graded", "audit", or "late drop / withdrawn". * Update ssaf_sql.php * Update ssaf_sql.php * Update submitty_student_auto_feed.php File locking can cause the autofeed to hang when run on a shared file system under certain conditions. So file locking the CSV has been removed. * Update submitty_student_auto_feed.php
- Loading branch information
Showing
4 changed files
with
72 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters