AndrewSpeelman / recipe-book-angular

This is an angular front end to the Recipe Book application.
1 stars 0 forks source link

Prompt user a warning to accept if they click URL Populate when fields are populated #13

Open AndrewSpeelman opened 1 year ago

AndrewSpeelman commented 1 year ago

It would be nice to make sure the user knows that we're about to overwrite their data by clicking that button.

Also, should we be checking if we get completely valid data before actually modifying anything? Maybe tell them what we weren't able to scrape, so they can choose to continue or cancel? Might need to be split out of this.