theBASTI0N / ble-gateway

Python BLE Gateway application
MIT License
25 stars 11 forks source link

Easy Configuration through web form #7

Closed theBASTI0N closed 3 years ago

theBASTI0N commented 4 years ago

Allow user to pass argument to start application in config mode. This would:

  1. Start basic web server
  2. Allow user to navigate through web form filling in information easily.
  3. Save config in either json file or use Python sqlite3 module to store information in DB.
  4. Allow user to confirm that that are ready for the application to begin.

Tasks:

theBASTI0N commented 3 years ago

This enhancement would create unnecessary complexity that would result in the same result at the end.