souper-streetwise / charity_data

App and visualisations to collect and analyse data about homeless charities' activities
MIT License
2 stars 0 forks source link

show when item is successfully submitted or not #1

Closed CBermingham closed 4 years ago

CBermingham commented 4 years ago

Print "Item submitted" when database is successfully updated with an item and print error message when there is a problem submitting it. Show a button for "Submit new item" which returns to the submission page.

CBermingham commented 4 years ago

How best to do this? Do we need a separate page that displays the message and a button for "submit another item"? Or maybe this button would pop up on the same page and pressing it would refresh the page to get rid of the message

CBermingham commented 4 years ago

Solved using a popup by Kamran