zulip/zulip-terminal

Improve support for todo widgets

オープン

#1,575 opened on 2025/04/04

 (16 件のコメント) (0 件のリアクション) (0 人の担当者)Python (352 件のフォーク)github user discovery
GSoCTRACKINGarea: widgetshelp wanted

Repository metrics

Stars
 (853 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Initial work in https://github.com/zulip/zulip-terminal/pull/1549 by @rsashank provided

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

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

Outstanding elements include

  • Enable responding to tasks, ie. toggling the 'check mark' or 'done' status
  • Allow editing the title in your own todo list
  • Allow adding tasks to todo lists
  • Limiting the editing of todo lists in the client (widget messages (content) may not be edited)

コントリビューターガイド