We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This document provides a description of the design or architectural choices for the Pogues app.
#Overview
The four most important ideas are :
Pogues is a Single Page Application, meaning most if not all of its business and navigation logic is in the browser.
To master complexity, we adopted the Flux pattern, that provides a clean separation of concern and a one-way dataflow.
The views are React components.
Models (i.e. business entities like questionnaire) are expressed through ES6 classes syntax.