Pogues icon indicating copy to clipboard operation
Pogues copied to clipboard

Questionnaire designer

Results 137 Pogues issues
Sort by recently updated
recently updated
newest added

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...

idea

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...

enhancement
documentation

Some survey designer make use of custom label, sometimes with a lot of conditionals. We can have for example: ![image](https://user-images.githubusercontent.com/1663283/154232955-fcd71e82-37a8-4319-b3c9-f126f162b3e1.png) There are two consequences: 1. in the questionnaire structure view,...

question

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...

ui

We chose JSDoc to document code. We need to investigate the document generating tool

question
documentation

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)` -...

documentation

Document the old code with JSDOc (before developpements implemented by Noknot).

documentation