eneben / capstone-flip-wise

https://capstone-flip-wise.vercel.app
1 stars 0 forks source link

Toast messages #15

Open eneben opened 3 weeks ago

eneben commented 3 weeks ago

Toast Messages

Value Proposition

As a user

I want to receive messages as feedback when I perform actions like saving or deleting flashcards,

so that I can be immediately informed of the success or failure of my actions without disrupting my workflow.

Description

Image

Acceptance Criteria

Tasks

SylvieDoumet commented 2 weeks ago

Good job !

Please be more precise in the acceptance criteria description how long the confirmation message is displayed >> 3 seconds

Take care to not use to many different styling for different message types

Don't use messages that too long (cf. mark as (in-)correct) - that's not readable in a short time / when a message is disappearing after 3 seconds

Please rethink if it is necessary to dismiss a message via a click event if it disappears eventhough after 3 seconds - it seems a lot a work for a little extra functionality

IsabellUrban commented 2 weeks ago

Thanks for your comments! We adjusted the time in the acceptance criteria and tasks to 5 seconds so that it still make sense to dismiss the toast message by clicking on it. We also deleted the long toast messages. 😄