Shuming

Results 6 issues of Shuming

Right now, the mission control feature is slightly messy. The UI/UX is in urgent need of an upgrade too. My suggestions: - [ ] Migrate everything to use state as...

Enhancement
_refactor

As per https://codedaily.io/tutorials/46/Prevent-Navigation-with-the-React-Router-Prompt-Component-When-Data-is-Being-Edited

Enhancement
nice-to-have

Currently there is no endpoint. If we want to regrade all submissions belong to a mission we need to use the following call: ```elixir Cadet.Assessments.Submission |> where(assessment_id: ) |> Repo.all()...

important

Just to log the issue down first. The current pipeline: - Submission does not exist - Student submits at least 1 answer, submission is created, marked as `attempting` - Student...

Enhancement
_infrastructure

Current: A grading job takes in a student's submission, and for each answer forks a task to AWS Lambda for grading. Does not return any status. Proposed: A grading job...