Django project blueprint: data model
This post is an appendix to my post on designing a Django project. In this page I explain why I chose to use this data model:
I created this data model by looking at the user journeys and thinking about what data I would need to make them work. Here's …
Django project blueprint: wireframes
This post is an appendix to my post on designing a Django project. This page shows all the wireframes for the app, with some additional notes for each page.
Page designs for the user who answers the survey
This section covers the pages required for the "survey taker" user journey …