ietf-tools / ietf-tools/dev-planning-dispatch
Implement ratings UI
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Build the star rating widget for the RFC page.
The read-only aggregate stars are part of the server-rendered, cached page (visible to everyone). For signed-in users a client-side enhancement, after mount, fetches the user's own rating from Pink and lets them submit or change it (one per account, bearer via getAccessToken); logged-out users see the aggregate plus a "sign in to rate" affordance.
Depends on the ratings API being agreed and implemented by Pink — no contract yet, so build against a mock; final integration is blocked until Pink is live.
Estimate: 3–5 pts (range).
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
The issue names no files, tests, or entry points, so first locate the RFC page's server-rendered aggregate rating and client-side mount point. Use a mock for Pink while the API contract is unavailable; done means aggregate stars and the logged-out sign-in affordance render, with signed-in fetch and submit behavior covered against the mock.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100