Closed mchapman87501 closed 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).
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,COMMENTSEach 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 givenname
. The COMMENTS column should be empty/blank.