mapachurro / floridaManGenerator

An interactive Florida Man Article generator
0 stars 0 forks source link

Editability: Saving to DB #11

Open mapachurro opened 5 years ago

mapachurro commented 5 years ago

A user can edit either of the text fields, but cannot edit the photo field.

SUB-ISSUE: The user's edits should probably be saved to the DB by clicking a 'Save This Article' button.

SUB-SUB-ISSUE: To this end, we need to make sure that that button is linked to the POST route, and that the POST route works.