Skip to content

Tags: InseeFr/Pearl-Jam

Tags

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: bump Vitest dependency (#152)

* feat: bump Vitest dependency

* fix: remove --coverage

* feat: update ESLint and Prettier configuration. And enabled them on the CI

* fix: init playwright

* feat: exclude playwright from vitest

* feat: add HTTPS for playwright

* fix: change configuration for playwright

* fix: add security disable for playwright

* fix: change https port

* fix: change https port

* fix: increate UDP size

* fix: try sudo

* fix: remove caddy

* fix: use NPX for playwright

* feat: clone queen

* feat: try to clone two repositories

* fix: github action

* fix: change https port

* fix: remove .pem file

* fix: solve eslint issues

* fix: revert fix

* fix: remove unused parameter

* fix: review playwright configuration

2.1.4-rc

Toggle 2.1.4-rc's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature communication template (#150)

* feat: added ts and removed dexie-export-import

* feat: added global.d.ts for module declaration ts/tsx files

* feat: converted js/jsx files to js

* feat: added an enum for form's step control

* feat: retrieving mediums, types and reasons from possible radio values and computing disabled values from selected form's choice/communications templates data

* feat: auto-computing communicationRequest reason if user picked communicationRequest's type as reminder

* feat: removed js/jsx files

* feat: displaying forms questions based on CommunicationDialogContent, adapting confirmation from previous changes in CommunicationForm.tsx

* fix: modified typing description for expected communication requests format

* fix: updated imports / formatting

* fix: formatting/imports

* feat: updated CommunicationForm.tsx hooks and props

* feat:  communicationConfirmation.tsx props, hooks and variables

* feat: form's input and user error check for validating new com request

* feat: better communication request display for each prop

* feat: added CommunicationDialogContent.tsx, used for each form field (medium, type, reason) in CommunicationForm.tsx

* fix: converted value to type and value to label for better naming logic

* fix: removed logs

* fix: onClose as event callback, not function

* fix: making sure lastPickedPropValue is available

* fix: removed unused code/comments

* fix: updated communicationTemplateId format to string

* feat: added communication card component in a separate script

* feat: added communication item in a different script

* feat: added communicationTemplates for pearl api update get support

* fix: updated authentification

* feat: running front on localhost

* feat: updated tsconfig

* fix: typo issue

* fix: added CommunicationCard.tsx

* fix: replaced communication by surveyUnitCommunicationTemplate to acces

* fix: changed MEDIUM_MAIL value to LETTER for api compatibility

* fix: no point to call setCommunicationRequest with empty strings since closing component and reopening it set communicationRequest values as default

* fix: moved buttons components in dialog content/confirmation

* fix: imports/props update

* fix: added key to radiolines calls for dom rendering

* fix : removed logs

* fix : making sure each status does not return undefined values

* fix : formats/imports update

* fix: better com item description readibility

* fix : better readability for com item status

* fix : formatting

* fix : disabling new com request button when no templates exists

* fix : readability

* fix : removed unused hook since com request vadility is not direclty computed in com confirmation component

* fix : replaced lets by consts

* fix: added comments to explain the utility of communicationTemplates filtering

* fix: form bypass system for notice requests

* fix: setting com request value using steps enum names as props

* fix: removed useless cast from string to variant

* fix: reverted initAuth file

* fix: updated readibiity (type to value, value to label)

* fix : label to value, type to value

* fix: fixed typo for communicationEmitterEnum

* fix: revert

* fix: bypassing reason label if we're in notice

* fix: corrected bypassReasonLabel logic

* fix : removed in communication item reason label if type is different from reminder

* fix: typo

* fix: color displays

* fix: jsx to tsx files

* fix : js to ts files + added formatSurveyUnitForPut for generated com requests

* fix : converted AdressForm.jsx to tsx

* fix: jsx to tsx

* fix: making sure the com requests we want to send (the ones created by the user before synchronizing) only have one status (and initiated) since pearl computes com requests having multiple status including INITIATED

* fix: formatting and imports

* fix: preventing generation of com request with mails as medium in case we don't want to use letters as a communication mean

* fix: react component key

* fix: renamed creationDate to creationTimestamp (pearl nomenclature)

* bump to 2.1.4

* fix: review the PR

* fix: add missing Readonly

* fix: removed CommentForm.tsx (unused script)

* fix : computing all default com request's form states (radio values) directly in CommunicationDialogContent (hence centralizing both default and available values computation in parent)

* fix : updated communication type

* fix: moved CommunicationForm.tsx to Communication folder

* fix : updated imports

* fix : making reason value existence as optional since com requests can be generated without reason

* fix : removed verification of reason as optional for API compliance (reason need to be defined)

* fix : removed unused useEffect

* fix : using props.name instead of name (deprecated)

* fix : replaced promise with "Promise.reject" for maintainability

* fix : replaced switch (only one case) by if statement

* fix : coalescing operator (`??`) instead of a logical or (`||`) if PEARL_URL is undefined

* fix : using nullish coalescing operator (`??`) instead of a logical or (`||`) for computing lang

* fix : updated CommunicationForm function description

* fix: using useMemo return values to save options (radio values)

* fix: optional chaining operator as type instead of "<type> | undefined" for better readability

---------

Co-authored-by: Emmanuel <[email protected]>

2.1.3

Toggle 2.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #149 from InseeFr/develop

fix MFE issue

2.1.2

Toggle 2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #143 from InseeFr/develop

Develop

2.1.1

Toggle 2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #142 from InseeFr/develop

Develop

2.0.8

Toggle 2.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #139 from InseeFr/develop

Fix restore favorite mail (#138)

2.0.7

Toggle 2.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #137 from InseeFr/fix-identification

fix: handle no identification data from API

2.0.6

Toggle 2.0.6's commit message
feat: all surveys in mySurveys

2.0.6-rc

Toggle 2.0.6-rc's commit message
feat: all surveys in mySurveys

2.0.5-rc

Toggle 2.0.5-rc's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
css: same height of tracking components (#134)

feat: unselect survey filter show all surveys