heatseeknyc / relay

web app for setting up sensors, receiving and storing their data, and viewing it
0 stars 2 forks source link

change relay.py to views.py #12

Closed EricSchles closed 8 years ago

EricSchles commented 8 years ago

Typically views.py is used for any controller code facing an end user. This is canonical and will lead to less confusion for people new to the project and looking to contribute

hrldcpr commented 8 years ago

Thanks Eric, it used to be called that but it got kind of big so I split it into two separate files—relay.py and setup.py. So perhaps it would be clearer if we put them in a package, i.e. views/relay.py and views/setup.py?

EricSchles commented 8 years ago

Totally a good idea!