Dev Notes - August 2

Alexander Ding

1. Just had a taste of the problem with integrating Andrew's tutorial. It is not created properly to adapt to different sizes of screens (especially his animation). I sent it to him for a redo. Running his tutorial on top of the main app, however, was very easy. 

2. Finished wiring up all the bits with the MoreInfo page. The data is distributed correctly, and the panels' animations work well. The swiping in/out animation is halfway done. We're currently able to detect swipes reliably, and the actual animation (code-controlled) is very smooth. It's just a matter of setting up the code so that the correct panels slide in at the right time. 

3. A huge amount of cleanup work is still to be done as we put things together. Tomorrow will mostly be that.