Romain Tailhurat

Results 110 issues of Romain Tailhurat

It is possible in Pogues to name a collected, an external and a computed variables with the same name, which is obviously problematic. A control should check this.

A _Page break_ button is part of the action bar, but it has no effect whatsoever. I propose we remove it and the related code in Pogues in order to...

refactoring

Some surveys produce very large questionnaires*. In those cases: - the UI gets very slow - the questionnaire generation may takes several minutes to complete. I think the 1st issue...

performance

A subsequence without a question will produce an error in a Lunatic / Stromae questionnaire, but no control exists at the design level in Pogues. A structure like the one...

ui
ux

One specific generation target - price survey questionnaires - need to "tag" questions in order to identify them for specific behaviours. An example : the ability to mark a price...

enhancement
analysis

Currently, objects ID are unique hashes based on a timestamp. Though it is enough for the identification of questionnaires inside Pogues, it is not compliant with the DDI standard, whereas...

enhancement
ddi

Currently Eno API doesn't distinguish between CATI and CAPI mode, but it will soon be done. Accordingly, Pogues must adapt and be able to call the API with the new...

This the follow-up to the UI part of questionnaire composition (see https://github.com/InseeFr/Pogues/issues/561). Once the UI allows to compose questionnaires, we need to implement its materialization, ie dereference the links in...

enhancement
design
server

When an filtered element [0] is deleted via the UI, its filter (or filters) is not deleted from the model. Step to reproduce: - create a questionnaire with a sequence...

bug