ietf-tools / ietf-tools/dev-planning-dispatch

Implement ratings UI

Open
#8 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.