jshoyos / soen390-team01

MIT License
0 stars 0 forks source link

Tooltips and input validation #126

Open t-andrews opened 3 years ago

t-andrews commented 3 years ago

As an ERP user, I should always receive input validation messages when trying to use invalid information in their interactions with the system. All inputs should have frontend validation when applicable and should prevent errors by adding useful tooltips.

Given When Then
A user wants to receive help Hover over a button, icon, input field A tooltip will show explaining the action from the icon/button/filed
A user wants to receive feedback on input errors Inputs incorrect information Input validation message will be displayed under the erroneous field