Pogues
Pogues copied to clipboard
Questionnaire designer
A Pogues questionnaire is tagged with the corresponding statistical operations or series, but those informations are currently only mocked ones. We need to connect to the dedicated API for an...
A user feature request: to be able to specify the min or max of a date range using the current date. Currently, only a validated date pattern is allowed in...
The [current guide](https://inseefr.github.io/Pogues/fr/guide-utilisateur/guide-utilisateur.html) is ok but is not up to date, some several upgrades should be done: - some updates on features availability - we want a proper nav bar...
Some survey designer make use of custom label, sometimes with a lot of conditionals. We can have for example:  There are two consequences: 1. in the questionnaire structure view,...
A very common feature request: to be able to add a total row in tables. This total could simply be the display of a computed variable. A simple UI for...
We chose JSDoc to document code. We need to investigate the document generating tool
Remove rule into `eslintrc` and fix `jsx-a11y/anchor-is-valid: 0` issues
At some places, we use the `catch` handler to process failure in asynchronous code, but we'd better use the `then(onFulfilled, onRejected)` signature for the `then` handler to avoid our Promise...
Rich text is represented in Pogues with `markdown` syntax. These elements are used: - `_italic_` - `**bold\**` - `_**bold and italic**_` - `[links with an url and no title\](http://example.com)` -...
Document the old code with JSDOc (before developpements implemented by Noknot).