bluefootedtiming / Runway

Connect RFID tag readers to RunScore
MIT License
2 stars 1 forks source link

Improvements to UI #2

Open roblingle opened 7 years ago

roblingle commented 7 years ago

Copied from #7 in original repo

The UI has large issues with readability and ease of understanding.

Here's what should be addressed:

--

Redesign the readermapform explained:

The use cases would be like so. Note that in either scenario, both types of readers can be used at the same time:

Setting up LLRP Reader

  1. Start Runway (listen server starts, connections to LLRP Readers & RSServer attempts)
  2. Enter info into reader map (address, port, & event)
  3. Save configs
  4. Runway attempts to connect to LLRP Reader using address & port
  5. Runway receives all found tags through LLRP Client connection

    Setting up nonLLRP Reader through Runway

  6. Start Runway (listen server starts, connections to LLRP Readers & RSServer attempts)
  7. Enter info into reader map (address & event only)
  8. Save configs
  9. Runway attempts to connect to nonLLRP Reader (expected to be ALR Model) through telent using address
  10. Runway configures the reader
  11. Runway receives all found tags through Runway Listen Server