mchapman87501 / fnf_intake_forms

0 stars 0 forks source link

Generate 3-column CSVs from submitted surrender forms #11

Closed mchapman87501 closed 1 year ago

mchapman87501 commented 1 year ago

When a user submits a surrender form - owner, stray, rescue, etc. - the app should generate a 3-column CSV file from that form.

The 3 columns should have these headers: (blank),INFO,COMMENTS

Each data row should contain name,value,(blank)

name is a human-readable name derived from the corresponding, printed, surrender form that F&F currently uses. value is the value entered by the user for the given name. The COMMENTS column should be empty/blank.

mchapman87501 commented 1 year ago

The name of each CSV file should start with an automatically generated rescue ID. See issue #4. The name should end with a hyphenated suffix indicating what type of data the CSV contains (e.g., -owner for an owner surrender form, or -stray for a stray surrender form).