Dev Notes - August 1

Alexander Ding

Oh crap it's August now. 

1. Designed and implemented one of the MoreInfo pages (Calories). Most of my time is spent making it actually look decent (art/design isn't exactly my strong suit). The scripting hasn't been done (we're lacking a central control script), though I wrote (but didn't really test out) scripts controlling individual sections of the page. It just needs assembly. 

2. On that note, we'll need to create similar pages for the other nutrients, though it's mostly copy-pasting. Another unresolved issue is the switching between these pages. Swiping will be optimal, but it requires a bit of googling and testing to implement. Meanwhile, we'll also need to keep track of how the script manages all these different pages in runtime. 

3. Andrew will be implementing the Overview page for MoreInfo pages (shown in picture 2). It'll take quite a bit of work, though. 

4. It seems like doing a dashboard of personal nutritional intake is not going to be possible. Not much time is left. Tomorrow and bits of Thursday will be available to create more content, but I suspect that half of Thursday will be spent hooking up individual systems we created separately. 

5. Implemented dynamically generated pie graphs. Not too hard after all.