SolarLune / masterplan

MasterPlan is a project management software / visual idea board software. It attempts to be easy to use, lightweight, and fun.
https://solarlune.itch.io/masterplan
512 stars 46 forks source link

changing board names construction to something supported by sjson #28

Closed sduman closed 4 years ago

sduman commented 4 years ago

Board names currently don't get saved correctly due to sjson seemingly not supporting array primitives at first glance.

Changing the construction method of boards to be raw and use the sjson array access string structure (can be seen on their readme).

SolarLune commented 4 years ago

Hello! Thank you very much for the PR, and sorry for not seeing it until now - this has been resolved. The issue was that I wasn't setting the result from sjson.Set() back to the data string like with the other values.