Navigation: Client | Back-office | Pogues model
Pogues is a tool that allow to design questionnaires with components that are structural (sequences, questions...) and dynamic (filters, controls, loops...).
This is the repository of the front-end part of Pogues.
For more information on how to use the application, a user documentation is available (French only).
A new client development is currently in progress. It can be accessed in the next folder and will gradually replace the legacy client.
Thanks to Module Federation, both can be deployed at the same time and allow to use new features while keeping the old client in a dedicated page.
New features are developed there if possible.
It can be launched in standalone if the old client is not needed:
cd next
pnpm i
pnpm devOr with the legacy client (in build only so you need to rebuild when you edit something):
yarn build
yarn serve -s dist -l 5145cd next
pnpm build
pnpm serve -s dist -l 5000The legacy client can be launched in standalone if the new client is not needed:
yarn i
yarn start