Luxa23 / capstone-project

https://capstone-project-1s20lxh4n-annarolfes.vercel.app/
MIT License
0 stars 0 forks source link

toast: the new recipe was saved #22

Open Luxa23 opened 2 years ago

Luxa23 commented 2 years ago

As a user I want to be reassured that my entry was saved so that I can continue with the next one.

Description

After the user successfully pressed the "Save-Button" a small layover is shown with the text "The entry was saved".

AC

Tasks

Complexity

small

CJAkkuec commented 2 years ago

This is very nit-picky, but "layover" might not be the term you're looking for. As far as I know, "layover" describes how long you'll be staying at an airport between flights. The term you're looking for instead might be "notification". I'd actually suggest a simple notification instead of a modal/etc, because you very well might run into more instances of wanting to notify the user about something, and modals are a bit clunky for that specific purpose. If you need any recommendations, let me know. :)

Luxa23 commented 2 years ago

hi @CJAkkuec, thanks. And I actually meant "overlay" and I totally agree that it should be a small notification!