nqminds / trustnetz

BRSKI demo for NIST
0 stars 0 forks source link

Implement BRSKI controller app #5

Open aloisklink opened 1 year ago

aloisklink commented 1 year ago

Create a web application that can be used to control the BRSKI demo.

I'm imagining that it would look something like:

BRSKI webapp mockup

Taken from https://wireframe.cc/HwJwHp

@mereacre, thoughts?

mereacre commented 1 year ago

Looks good. Do we need the logs? Perhaps too much information might be confusing.

aloisklink commented 1 year ago

Looks good. Do we need the logs? Perhaps too much information might be confusing.

100%. We're the primary user of the app, so we need the logs to debug if the app isn't working.

Plus, it's reaaaaally bad UX if we hit Reset BRSKI and nothing happens, better if at least some stuff is printed to the logs so that the user can see that something is happening, even if they don't know what every line means.

IMO, we can hide it under a <details></details> drop-down if you don't want it to be visible easily.