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

Configure sample California State Transit agency in dev and test #2189

Closed
24 tasks done
thekaveman opened this issue Jul 1, 2024 · 1 comment
Closed
24 tasks done
Assignees
Labels
chore Chores and tasks for code cleanup, dev experience, admin/configuration settings, etc.

Comments

@thekaveman
Copy link
Member

thekaveman commented Jul 1, 2024

We've reached a point of stability in the Admin interface, and also a point where we need to be able to demo and test in-progress enrollment flows that don't necessarily have a representative agency (yet!).

All along, our designs have included a fictitious agency CST (or the California State Transit agency) used for mocking, spacing, etc.

This task is about configuring the app in both dev and test with a TransitAgency instance and the related data for CST.

Acceptance Criteria

Code:

dev and test configuration:

  • New groups are created in QA
  • New EligibilityType instances are created
    • Older Adult: use CST success template
    • CalFresh Cardholder: use CST success template
    • US Veteran: use CST success template
    • Agency Card: use CST Agency Card success template
  • New EligibilityVerifier instances are created
    • Age claims via Login.gov
    • CalFresh claims via CA Department of Social Services
    • Veteran claims via VA.gov
    • Eligibility server verifier (copy from MST)
  • A new PaymentProcessor instance is created
    • Using cst sample agency Back Office credentials
  • A new TransitAgency instance is created
    • slug: cst
    • short name: CST
    • long name: California State Transit
    • agency id: cst
    • info_url: https://www.agency-website.com
    • phone: 1-800-555-5555
    • active: true
@thekaveman
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Chores and tasks for code cleanup, dev experience, admin/configuration settings, etc.
Projects
Archived in project
Development

No branches or pull requests

1 participant