hasyrails / calendar-vue-original

0 stars 0 forks source link

70_schedule_state_separate_by_date / 日付ごとに分けたschedule stateを作る(元devidedSchedule) #146

Closed hasyrails closed 3 years ago

hasyrails commented 3 years ago

現状

日付ごとに分かれたガントチャート上の予定を store/state/scheduleを生成   → store/state/scheduleから新しいstate: store/state/devidedScheduleを作成

stateを作成するのに時間差があり、反映されない (ライフサイクルフックが関係?)

方針

現状のstore/state/scheduleを生成する段階で 日付に分かれたstateを生成するようにする

store/action内容部分で日付ごとに分けるよう加工するコードを追加する