OHS-Hosting-Infrastructure / complaint-tracker

**This repo is currently not in active development.** Increasing visibility into complaint status by connecting data across the OHS ecosystem
Other
4 stars 0 forks source link

Enable using HSES staging data in dev #149

Closed rahearn closed 3 years ago

rahearn commented 3 years ago

Description of change

Acceptance Criteria

Given the app is running locally with CT_USE_REAL_API_DATA=true When I visit the complaints list Then I see complaints from HSES's staging environment

How to test

  1. Pull down code
  2. Either set CT_USE_REAL_API_DATA to true in .env or create a new .env.local file with the content: CT_USE_REAL_API_DATA=true
  3. Run rails server
  4. Visit http://localhost:3000/complaints and verify HSES staging data is listed.

Issue(s)

Checklist

To be completed by the submitter:

To the Reviewer

This project is using Conventional Comments to give structure and context to PR comments. Please use these labels in your comments.