Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: release v6.98.0 #6993

Closed
wants to merge 5 commits into from
Closed

build: release v6.98.0 #6993

wants to merge 5 commits into from

Conversation

wanlingt
Copy link
Contributor

@wanlingt wanlingt commented Jan 3, 2024

New

  • feat(mrf): add static workflow routing #6968
  • build: merge release v6.97.0 into develop #6990
  • fix: formendpage missing context provider #6989
  • build: release v6.97.0 #6988
  • chore: bump version to v6.98.0 2fd6acc

Dependencies

  • fix(deps): [Snyk] Security upgrade axios from 1.6.2 to 1.6.3 #6983

Dev-Dependencies

Tests

feat(mrf): add static workflow routing #6968

@justynoh

  • Create an MRF form
  • In the form's settings, navigate to the workflow tab
  • Key in an email address in respondent 2 and respondent 3's email inputs
  • Submit the MRF form once
  • The email address associated with respondent 2 should receive an email asking them to fill in the form
  • Click the link in the form, you should be brought to the unlocked MRF form
  • Submit the form
  • Repeat the steps for respondent 3, submit the form
  • Respondent 3's response should be reflected in the form's results page

KenLSM and others added 5 commits January 2, 2024 16:58
build: merge release v6.97.0 into develop
* fix: frontend/package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6124857

* fix(deps): upgrade axios and twilio in all packages

---------

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Justyn Oh <justynoh@gmail.com>
* feat: multi-respondent form prototype with edit response links

* chore: fix build errors

* fix: guard against editing authtype

* feat: MRF encryption scheme

* test: fix test files

* chore: fix build error

* chore: update copy for form creation modal

* chore: update variable name in frontend public form provider

* feat: attachment handling in multi-respondent forms for respondent 1+

* chore: fix build errors

* chore: move some stuff around

* test: fix backend tests

* test: update test suite

* chore: copy changes

* chore: more copy changes, add test mock clearing so that tests pass

* fix: nits

* chore: add linear ticket labels to all TODOs

* feat: gate mrf form creation on frontend and backend

* fix: require publicKey on form creation for multi-respondent forms

* feat: add workflowStep to submission schema

* chore(frm-1599): update multiparty create form modal icon

* fix: typing issues

* fix: remove unused import

* fix: update joi validator to array

* fix: column cell not respecting disable required validation

* fix: mislabelled test name

* feat: add workflow emails to form

* feat: add workflow run to multirespondent form processing

* feat: add error state for invalid emails in frontend workflow settings

* feat: use featureflag to conditionally render workflow icon

* fix: add placeholder text to input

* fix: remove multiparty icon

* fix: add multiparty icon

* fix: run next workflow step instead of current workflow

* fix: model ux issue when admin without mrf flag creates new form

* feat(mrf): response link with key (#6967)

* feat: append key in response link

* refactor: extract iskeypairvalid to fe utils

* feat: add prefilling of key

* feat: add auto decryption if key is correct

* refactor: extract key into getmultirespondentsubmissioneditpath utils

* test: add workflowStep to form schema

* ref: check for responsemode once

* fix: use strokeWidth in svg

* fix: reset error state

* ref: remove unused component and simplify if condition

* fix: remove console.log

* fix: use react-hook-form for workflow details

* fix: remove duplicate body version

* fix: reorder workflow in settings page

* fix: copy changes

* fix: display previous workflow emails in settings

* feat: always fetch response when MRF is enabled

* fix: remove comment

---------

Co-authored-by: Justyn Oh <justynoh@gmail.com>
Co-authored-by: Ken <ken@open.gov.sg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants