aragaer / maki-uchi

2 stars 0 forks source link

Can't properly register number that is not a multiple of 10 #3

Closed aragaer closed 6 years ago

aragaer commented 6 years ago

Currently every day is ether "done" which means exactly 10 maki-uchi done for that day, or "not done" which means 0. If any number that is not a multiple of 10 is entered, the extra maki-uchi count as exactly 10 more.

Fixing this issure requires changing the file format where each period also has a number of maki-uchi done for each day during that period. For example: 2017.10.12-2017.10.20 10 means that during this period there are exactly 10 maki-uchi per day.

aragaer commented 6 years ago

The output should also contain all "incomplete" periods.

aragaer commented 6 years ago

Should be fixed now.