wembushey / Exjest

A program that is able to take excel sheets and enter them into a database.
0 stars 0 forks source link

View "User interface notes" #17

Closed wembushey closed 4 days ago

wembushey commented 3 weeks ago

The main form shall show the user’s username and displayname somewhere in the UI.

Input or processing errors should result in an indication of the error in the user interface. Examples of errors: invalid username/password, missing required data when adding a new incident. How the errors are displayed are up to the team.

Many actions result in showing a list of incidents in a DataGridView. This should perhaps be a reusable component.

wembushey commented 4 days ago

done