prevention-point icon indicating copy to clipboard operation
prevention-point copied to clipboard

seed script with hard-coded variables

Open mariekers opened this issue 4 years ago • 1 comments

Separate the hard-coded (currently true) django objects from faked data script

The harded coded objects should be populated with real, PPP data.

These objects are:

  • sep sites
  • programs
  • services
  • program_availability

mariekers avatar Dec 16 '20 00:12 mariekers

@alex-cots this seed should explicitly define the slug that is used in the front end in the sep service. https://github.com/CodeForPhilly/prevention-point/blob/ec290b905456b52d67eee108bf1b1c22d5d8605e/frontend/src/constants/index.js#L54

that is what my branch generates programmatically, but i want to be sure its the same and hardcode it

MikeyManoguerra avatar Jan 28 '21 23:01 MikeyManoguerra