tdm-calculator icon indicating copy to clipboard operation
tdm-calculator copied to clipboard

Revisit the Requirements and Implementation of Toasts

Open entrotech opened this issue 5 months ago • 0 comments

Overview

The various Toasts int the application were appearing in different parts of the screen, and the implementation doesn't seem to be functioning as intended. We should fix this to provide consistent toast behavior and clean, maintainable code implementation.

Related Historical Issues

Action Items

  • [ ] Toasts are used on the Calculation Wizard, Security Screen, Feedback Page, and probably a few other places.
  • [ ] There have been several changes to the Toast Implementation.
  • [ ] Review the following PRs - each references related issues which may provide the motivation for these changes
    • [ ] #128
    • [ ] #131
    • [ ] #681
    • [ ] #690
    • [ ] #704
    • [ ] #773
  • [ ] Considering the above, discuss with the team how the Toasts should behave. This will probably be mostly about where toasts should appear, but may also concern where they are preferred over dialog notifications, or on-page message areas, etc.
  • [ ] Finally, modify code to implement the desired Toast implementation.
  • [ ] Do not spend much time of the Registration, login, forgot password screens, as these are slated for removal.

Resources/Instructions

entrotech avatar Jan 28 '24 18:01 entrotech