Skip to content

Sprint 8

Compare
Choose a tag to compare
@codyseibert codyseibert released this 27 Feb 17:49
2896bb9

Stories:

307 Petitioner: Select party type and enter appropriate contact information

Added a lot to the start a case.

screen shot 2019-02-20 at 3 50 58 pm

776 Petitioner: Login (Bare Bones)

Setup cognito login functionality.

screen shot 2019-02-20 at 3 49 56 pm

313 Petitioner: Automatic creation of case caption

Generating the case caption.

screen shot 2019-02-20 at 3 53 16 pm

789 Petitioner: Registration (Bare Bones)

Setup cognito registration.

screen shot 2019-02-20 at 3 49 28 pm

645 Petitioner: Verify that I am Filing Petition for Myself

Added some help text to explain the criteria for filing for myself:

screen shot 2019-02-20 at 3 48 29 pm

644 Petitioner: Warning of timeliness of electronic Petition

We added a interstitial page before you can start a case which gives extra information required before you can start a case.

screen shot 2019-02-20 at 3 47 06 pm

Jenkins Setup

  • You'll need to add another ENV variable to Jenkins.
    • navigate to the configure system page in Jenkins: /jenkins/configure
    • add the following in global env variables: COGNITO_SUFFIX // ustc-efcms
    • COGNITO_SUFFIX is used for the cognito URL created after a deploy
  • You'll need to setup a secret text credential in Jenkins:
    • navigate to the global credentials section in Jenkins: /jenkins/credentials/store/system/domain/_/
    • click Add Credentials
    • select Secret Text
    • let ID be USTC_ADMIN_PASS
    • let Secret be some secure password
    • USTC_ADMIN_PASS is the password used for the cognito admin user

Deploy Steps

Follow additional Jenkins setup described above before doing these ^

  1. delete the cloud formation stack for efcms-stg on us-east-1
  2. delete the cloud formation stack for efcms-stg on us-west-1
  3. run deploy