frontend
frontend copied to clipboard
Frontend of Source Academy, an online experiential environment for computational thinking (React, Redux, Saga, Blueprint)
Drop in, more modern, and much more lightweight replacement.
Switching modes does nothing; syntax highlighting falls back to default JS.
This results in 404 not found error
Also, seems like sort order isn't stable sometimes? Very, very hard to reliably replicate
When opening a blank grading, clicking next shows the "you have unsaved changes" alert even though there's no change (they could just be browsing through).
```ts export const backendParamsToProgressStatus = ( isManuallyGraded: boolean, isGradingPublished: boolean, submissionStatus: AssessmentStatus, numGraded: number, numQuestions: number ): ProgressStatus => { if (!isManuallyGraded) { return ProgressStatuses.autograded; } else if (submissionStatus !==...
Partial follow-up of #2893 and #3023 of which some were caused by other PRs and code refactoring ## Minor Issues/Inconsistencies ### UX - We now have two search areas, one...
Avengers, which are classified as staff, currently have access to ground control:  The buttons to delete a whole assessment, for example, are active, and work (no actual submissions were...
After some observation, the error messages provided by SA is just the response code e.g. 403. This is causing confusion for Avengers at the start of the semester as the...