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

View massive selection of electronic components at our online store. Find high-quality resistors, capacitors, tools, kits and more. Shop now for all your electronic needs !

Home Page:https://ohmazing-components-1a5a0fcb9e95.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USER STORY : Toasts

tomik-z-cech opened this issue · 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.