tomik-z-cech/PP5-Ohm-Azing-Components

USER STORY : Toasts

tomik-z-cech opened this issue · 1 comments

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

This was done in commit be40cc1.