You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ At a high level, this pipeline consists of:
28
28
29
29
This fork of the CS 161 extensions pipeline is managed by Seamless Learning and UC Berkeley CDSS staff. There are slight differences between CS 161's version and this version, including which Google Cloud Functions are used.
30
30
31
-
This README is useful to see how the pipeline works for students and staff. See [GETTING_STARTED.md](GETTING_STARTED.md) to set up the pipeline for your class.
31
+
This README is useful to see how the pipeline works for students and staff. See [GETTING_STARTED](https://github.com/berkeley-cdss/extensions/wiki/GETTING-STARTED) to set up the pipeline for your class.
32
32
33
33
# Background
34
34
@@ -150,7 +150,7 @@ These cases are flagged for human approval:
150
150
- The **student record** has "work-in-progress" (e.g. the row on the roster is red or yellow - the student either has an existing pending request or ongoing student meeting).
151
151
- The student requests an extension after 11:59 PM on the assignment due date listed on **Spreadsheet/Assignments**.
152
152
153
-
All other cases are auto-approved! [See here for the logic that handles these cases.](https://github.com/cs161-staff/extensions/blob/master/src/policy.py#L45)
153
+
All other cases are auto-approved! [See here for the logic that handles these cases.](src/policy.py)
154
154
155
155
**<u>How do I make it so that all extensions (regardless of status) require manual approval?</u>**
0 commit comments