RunestoneInteractive / RunestoneInteractive/rs
record_grade route seems broken on https://runestone.academy/runestone/dashboard/questiongrades
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 69
- Forks
- 117
- Avg merge
- 6d 4h
- Merged PRs (30d)
- 24
Description
On this page:
https://runestone.academy/runestone/dashboard/questiongrades
Attempts to set a grade do not seem to go through reliably.
Possible cause: the sid sent is url encoded. So an @ symbol ends up mangled:
I don't know that it gets unescaped on the server.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the dashboard/questiongrades page and trace the record_grade route, focusing on how the sid value is encoded and received by the server. Reproduce grading with an sid containing @ and confirm that attempts submit reliably without the identifier being mangled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100