CU-CSCI3308-Fall2023 / VentureVibes

Empowering personalized travel experiences, our app simplifies vacation planning by crafting tailored itineraries that match individual preferences. We aspire to streamline the overwhelming array of options and create memorable, personalized journeys for every traveler, ensuring each person discovers the perfect activities that resonate with their
0 stars 1 forks source link

create message partial #6

Open maechen opened 11 months ago

maechen commented 11 months ago

Description: As a user, I should be able to see a message that pops up when my action either goes through or fails.

Acceptance Criteria: -A pop-up message should appear on the screen immediately after the user completes an action. -The message should clearly indicate whether the action was successful or failed. -For a successful action, the message should be positive in tone and possibly include a check mark or another success-indicating icon. -For a failed action, the message should detail the reason for the failure if appropriate and suggest a next step for the user (e.g., "Action failed - network error, please try again"). -The pop-up message should be prominently displayed but should not interfere with the user's ability to continue using the application (e.g., it should not block essential UI elements). -The message should have an option to be dismissed, either by an "X" button, clicking/tapping away from the pop-up, or automatically disappearing after a set time. -The design of the pop-up should be consistent with the application's branding and color scheme.