|
1
|
BUGS:
|
|
2
3
|
- messageAvailable checks and status checks NOT working (long operations)
- On date change, response is overwritten by previous query, trimming needed according to numBytes
|
|
4
|
|
|
5
|
TODO:
|
|
6
7
8
|
- Sensors class
- A4 parser
- Dropdown cells
|
|
9
|
- Generate view
|
|
10
|
|
|
11
12
|
- Sale class
- A2 command
|
|
13
|
- Sale parser
|
|
14
|
- Generate view
|
|
15
|
|
|
16
17
|
- Implement sensor status logging and sending to remote server
- Lewis infrastructure for data viewing (SQL, Webpage, CSV parser)
|
|
18
|
|
|
19
20
|
- Incident class
- Incident parser
|
|
21
|
- A3 command
|
|
22
23
24
25
26
27
|
- Batch command files, definition, parsing and pushing them to the app
- Implement user auth. Server authenticates the app ONCE on install and allows to control ONE machine (key gets validated on server and then stored on app)
- Implement master key.
CHECK:
- Layouts on another iPhone
|