Feature Audit: Access Icons
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 106
- Forks
- 52
- Avg merge
- 13h 35m
- Merged PRs (30d)
- 10
Description
An icon is displayed based on fetch state: unrequested, requested, fetched, failed, unpermitted, or unfetchable. It also wires the click handler so the icon can refresh or refetch the document.
Currently this only shows for http resources, not https.
It shows for NamedNodes only. So this is not something that appears in the storage pane.
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 access icon rendering and click-handler entry points for NamedNodes, then compare the current behavior for http and https resources. The issue describes the fetch states and refresh/refetch interaction; done should include a clear determination of the expected https behavior and verification that storage-pane items remain out of scope.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 48/100