aiwon0035 / timetable

https://timetable-kappa-ruby.vercel.app
1 stars 0 forks source link

データ構造設計 #14

Closed aiwon0035 closed 8 months ago

aiwon0035 commented 9 months ago

各コマに一意のidをつける 1-{index}

各タスクに一意のidをつける uuidを使用

各コマと各タスクをまとめたものをlocalstrageに保存 1-1:{uuid:"",title:""}

それらを全てまとめたものをatomに保存し、localstrage更新時に毎回fetchしてくる [1-1:{uuid:"",title:""},1-2:{uuid:"",title:""}]