nmunro / jaryn

A mood monitoring app: Deprecated, moving to azathoth
GNU Affero General Public License v3.0
0 stars 1 forks source link

Develop a resilient data format. #26

Closed nmunro closed 8 years ago

nmunro commented 8 years ago

Develop a data format that has ONE entry per day and isn't affected by changes in localtime.

nmunro commented 8 years ago

Might be best to change the JSON format to a simple array of date events.

nmunro commented 8 years ago

So, an array didn't work...

An object of the form { "23": { "mood": 7, "emotions": [], "notes": "", "exercise": false }, "24": { "mood": 7, "emotions": [], "notes": "", "exercise": false } }

nmunro commented 8 years ago

Related to #27

nmunro commented 8 years ago

Fixed in [07df439].