ietf-tools / ietf-tools/dev-planning-dispatch
Design and implement UI providing prompt
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 participation prompt as a dismissible, delayed toast/popover linking out to the configured landing page, shown once ever per visitor (localStorage).
Implement it via a shared "engagement popover" component (delayed, dismissible, localStorage-tracked) that is also reused by the survey popover — build the shared component here so Surveys reuses rather than rebuilds it.
Acceptance: appears after the delay, once ever (respects dismissal, no re-nag); links to the configured landing page; accessible (dismissible, focus handling, no autofocus); SSR-safe (activated client-side, absent from the cached anonymous HTML).
Estimate: 2–3 pts (range — includes building the shared engagement-popover component).
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 existing survey popover and the configured landing-page entry point, then determine where client-side activation and cached anonymous HTML are handled. Done means a shared delayed, dismissible engagement popover is reused by Surveys, appears only once per visitor, links correctly, supports focus handling without autofocus, and remains absent from SSR HTML.
Written by the indexing model from the issue text.
Assessment
- Domain
- accessibility, frontend, web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100