littlemanco / the-golden-path.net

A template for writing a new tool or service.
0 stars 0 forks source link

UI #18

Open andrewhowdencom opened 4 years ago

andrewhowdencom commented 4 years ago

The UI can have SLOs too. Normally they're called "RAIL";

https://developers.google.com/web/fundamentals/performance/rail

Be interesting to instrument user actions.

andrewhowdencom commented 4 years ago

Buttons should be "locked" unless user action is specifically allowed; that is, locked by default.

andrewhowdencom commented 4 years ago

Need to figure out a good UI for "loading". Disabling buttons for sure, but also maybe a spinner or so.

https://www.smashingmagazine.com/2016/12/best-practices-for-animated-progress-indicators/

A spinner that maintains a count of tasks would be a nice one.

andrewhowdencom commented 4 years ago

Different colour scheme for "admin" users (maybe different colour schemes)

andrewhowdencom commented 4 years ago

Vscode style command palette?