nofusscomputing / nofusscomputing/centurion_ui
Markdown URLs must use react-router.Link
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 20
Description
HTML anchors are how navigation occurs on a webserver.
Details
Currently rendered markdown uses a standard HTML anchor tag. whilst functionally this is fine as it allows navigation to occur. However is problematic for a SPA. As such rendered markdown must be updated so that it uses react-router.Link in lieu of a HTML anchor tag.
Tasks
- Update markdown anchor rendering to use router link
- test.
Contributor guide
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 markdown anchor rendering entry point in the TypeScript frontend. Update the rendered markdown link behavior to use the requested router link, then add and run a test confirming markdown URLs render through that link component.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100