wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
13.64k stars 1.18k forks source link

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

Open matijaSos opened 3 years ago

matijaSos commented 3 years ago

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.

farayolaj commented 2 years ago

Hello @matijaSos I'd like to work on this.

Atharva1723 commented 1 year ago

Can I work on this issue?

Martinsos commented 12 months ago

Sure @Atharva1723 , go for it!

Martinsos commented 12 months ago

Actually @Atharva1723 wait a bit: seems like this was implemented with https://github.com/wasp-lang/wasp/pull/779 ? But it was never marked as such since PR was for some reason close on Github instead of merged -> but maybe it got merged some other way? @matijaSos do you maybe remember what happened here? Should we close this issue, is this resolved?