zulip/zulip-terminal

Improve support for poll widgets

Offen

#1.573 geöffnet am 04.04.2025

 (35 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (352 Forks)github user discovery
GSoCTRACKINGarea: widgetshelp wanted

Repository-Metriken

Stars
 (853 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Initial work in #1551 by @rsashank provided

  • parsing of poll data
  • rendering into a styled message
  • updating of the styled message upon changes in the server (events)

This issue is intended to split out poll-related follow-up work which was originally tracked in #986.

Outstanding elements include

  • Showing who has voted for each poll option (currently the remaining work in #1551)
  • Enable responding to polls, ie. toggling options
  • Allow editing the question in your own polls
  • Allow adding options to polls
  • Limiting the editing of polls in the client (widget messages (content) may not be edited)

Contributor Guide