This process should be easier for both petitioners themselves and legal professionals who hope to support petitioners. This tool is focused on MA.
- Expectation setting.
- Links to support we cannot provide.
- Mobile friendly UI.
- A printable PDF.
- Check for immigration status separately from the main interview
- Screen for legal professionals
- Link to get certified dockets
- Sealing eligibility questions
- Personal details questions
- Downloadable/printable pre-filled petition PDF
- Provide the address for mailing the petition
- Petitioners.
- Legal professionals or clinic volunteers.
- Frustration and distrust of the process.
- No access to printers.
- Which vocabulary will they find familiar?
User research needs to play a large role in the design of this tool.
This tool is made with Docassemble.
To get these tests to run on your local development machine (e.g., your laptop), make sure you have NPM installed.
The first time you run these tests, type npm install
into your terminal. This will install the packages required for testing.
To run the tests, type npm run local
into your terminal.
To run a single test file:
npm run setup
./node_modules/.bin/cucumber-js --require ./node_modules/docassemble-cucumber/lib/index.js tests/features/TEST_NAME.feature
npm run takedown