charmbracelet / kancli

A tutorial for building a command line kanban board in Go
182 stars 33 forks source link

feat: persist data #2

Open bashbunni opened 2 years ago

bashbunni commented 2 years ago

Right now it's built using mock data. Would be great to persist data in some way... Maybe even integrate with our Charm library

izzy-el commented 2 years ago

Hey! Can I try and work on this issue? I was thinking maybe storing the data on a .json file locally following the structure that is currently on initList.

bashbunni commented 2 years ago

Sure! Go for it

ghackg11 commented 5 months ago

Hey @bashbunni , i found the project really cool and I'd like to use it in my daily life, but without persistence it would not really be much useful.

Can i go forward and implement persistence in this using a json or md file? It would be my first Go project and contribution, pretty excited!!

bashbunni commented 5 months ago

@ghackg11 Sounds good! Good luck :)