zulip/zulip-terminal

Improve support for todo widgets

开放

#1,575 创建于 2025年4月4日

 (16 条评论) (0 个反应) (0 位负责人)Python (352 个派生)github user discovery
GSoCTRACKINGarea: widgetshelp wanted

仓库指标

星标
 (853 个星标)
PR 合并指标
 (30 天内没有已合并 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)

贡献者指南