Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USER STORY : Toasts #27

Closed
7 tasks done
Tracked by #22
tomik-z-cech opened this issue Feb 23, 2024 · 1 comment
Closed
7 tasks done
Tracked by #22

USER STORY : Toasts #27

tomik-z-cech opened this issue Feb 23, 2024 · 1 comment

Comments

@tomik-z-cech
Copy link
Owner

tomik-z-cech commented Feb 23, 2024

As a Site User I want to be informed of results of requests performed in the form of toast that appears when complex task is done sucessfully / unsuccessfully.

Acceptance Criteria :

When I navigate throughout the site when complex actions are being submitted (DB) then the toast appears to inform me of the result of action.

Tasks :

  • Include <div> toast in base.html template
  • Style toast within the page style
  • Include JS logic in base.html
  • Import messages to all views.py files when used
  • Include meesages in the actual views
  • Create toasts templates (success, info, warning, error)
  • Test functionality

Epic :
EPIC 5

@tomik-z-cech
Copy link
Owner Author

This was done in commit be40cc1.

@tomik-z-cech tomik-z-cech changed the title Toasts USER STORY : Toasts Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant