Skip to content

InseeFr/Pogues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pogues

Pogues

Navigation: Client | Back-office | Pogues model

Legacy client

Quality Gate Security Rating Maintainability Rating Coverage

New client

Quality Gate Security Rating Maintainability Rating Coverage

Introduction

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

New client

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 dev

Or with the legacy client (in build only so you need to rebuild when you edit something):

yarn build
yarn serve -s dist -l 5145
cd next
pnpm build
pnpm serve -s dist -l 5000

Legacy client

The legacy client can be launched in standalone if the new client is not needed:

yarn i
yarn start