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

Design and implement UI providing prompt

Open
#43 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 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

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.