codeforboston/maple

Legislator Profile - Priorities

Open

#2.127 aberto em 12 de mai. de 2026

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (168 forks)auto 404
Ready for Developmentfrontendgood first issue

Métricas do repositório

Stars
 (56 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Summary

This issue covers the implementation of the Priorities Tab of the Legislator Profile, following the linked design.

Success Criteria

  • Implement the "Priorities" tab of the Legislator Profile, including:
    • "In Their Own Words" section (short blurb submitted by the legislator about their priorities)
    • Key Priorities (3-5 key issues/policies)
      • Legislators can choose both the name (e.g. "Healthcare") and policy (e.g. "Expanding comprehensive coverage for all residents")
      • Icons can be generic
    • Both of the above sections should be editable by the legislator associated with the profile
      • Authorization is handled in another ticket - if the user profile has a type of LEGISLATOR and a memberCode that matches the Legislator Profile on the page, there should be an option to edit these sections
      • These fields can be stored in the profiles collection for the legislator profile.
    • Both sections should have an Empty state
      • When a normal user sees it, it should just say something like, "This legislator has not claimed their profile"
      • When the legislator in question sees it, it should say something like, "Add your priorities" with an option to edit
  • Add Storybook stories for the new components

Screenshots

Additional Links

Guia do colaborador