codeforboston/maple

Private/Public User Interactions/Feedback

Open

#1.470 geöffnet am 27. Feb. 2024

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (168 Forks)auto 404
designgood first issue

Repository-Metriken

Stars
 (56 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Background We want to develop some form of way to create user feedback when someone toggles Private/Public on the edit profile screen. Currently, the button toggle label changes but its not conducive that the change has been immediate

Requirements/Criteria of Completion

  • Create some form of way to tell users, their profile is Now Private or Now Public. (Toast, notification, success banner, etc.)
  • Create matching feedback if the setting fails for any reason (With an X or "Sorry something happened" messaging)
  • Optional - Add a label on page that says what their current profile is, similar to the messaging in the Settings Modal.

Contributor Guide