|
1
|
BUGS:
|
|
2
|
- On date change, response is overwritten by previous query, trimming needed according to numBytes
|
|
3
|
- Sanitize input on name/price change
|
|
4
|
- Handle disconnects properly
|
|
5
|
- Month headers on sale list
|
|
6
7
|
- Add robustness in case of invalid length
- Add landscape layout and inverted layout
|
|
8
|
|
|
9
|
TODO:
|
|
10
|
|
|
11
|
- Reimplement protocol with async pattern
|
|
12
13
|
- Incident class
- Incident parser
|
|
14
|
- A3 command
|
|
15
16
|
- Channels and codes to 2 ciphers
|
|
17
18
19
|
- 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.
|
|
20
21
22
23
24
25
|
- App in background operations (scan and connect, if success get maintenance and sales data and send it)
|
|
26
|
|