List view
Before we can make the pages dynamic, we need a front-end that functions on its own. This will probably be a pretty simple milestone, but an important one nonetheless. I expect that we will need to convert the existing pages so that they utilize the Bootstrap design framework, and so that they once again work with the Django templating system. More complex features should not be included in this milestone.
No due date•0/1 issues closedWe need to get the ground work laid for this project. We will be moving away from the single-page application idea, since there is simply not enough time to build a web API and dynamic front-end. Instead, we will be working with Django to put a typical site together. That being said, we need to get code committed up that lays out the structure of this project with appropriate information-hiding. For example, we should all be working in a Python virtual environment (virtualenv) where sensitive information is stored in environment variables (not in settings.py!).
No due date•0/3 issues closed