RunestoneInteractive / RunestoneInteractive/rs
Runestone Issue: Navigation buttons in instructor assignment/grading interface should be links
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 69
- Forks
- 117
- Avg merge
- 6d 4h
- Merged PRs (30d)
- 24
Description
What Page were you on
Any new grading/assignment editing page
Describe the bug
The navbar in the react pages for grading/assignment uses buttons for things like "Home" and "Back to book" that should semantically be links
Links go places. Buttons do things.
This is an accessibility issue. It is also a convivence issue for anyone using a mouse - there is no way to Ctrl-click or use the drop down menu to open in a new tab.
A Screenshot is worth a thousand words
What is your username
ascholer
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 by locating the React pages for grading and assignment editing and inspect the navbar controls for “Home” and “Back to book.” Confirm the affected navigation uses buttons, then verify that changing them to links preserves navigation while enabling Ctrl-click and opening destinations in a new tab.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- accessibility, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 64/100