wasp-lang/wasp

[example/Waspello] Implement functionality behind "Add card" and "Copy list" List actions

Open

#336 创建于 2021年10月12日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)Haskell (227 fork)batch import
enhancementgood first issuehacktoberfestwebdev

仓库指标

Star
 (4,229 star)
PR 合并指标
 (平均合并 2天 16小时) (30 天内合并 85 个 PR)

描述

Right now we have three list actions available in the list menu, which pops up when user clicks on three dots in corner of the list:

Screenshot 2021-10-12 at 16 01 20

"Delete this list" works, but the other two ("Add card" and "Copy list") have not been implemented it yet. It should be fairly straightforward to add this functionality. Although maybe it would be nicer to first take care of #334 before going into adding more features, but on the other hand this wouldn't introduce any new conceptual complexity.

贡献者指南