-
Notifications
You must be signed in to change notification settings - Fork 2
/
TODO
27 lines (25 loc) · 1012 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Client:
The client for smolt could use some work.
* Send PCI / USB Id's instead of the description (Highest priority)
* Xen / VM flag (am I a guest?)
* Fix the sending mechanism (currently one send per host and per device)
* Gui (abadger1999 has proof of concept)
* Error checking (seriously)
* Remove redhat-lsb requirement
* smoltRemoveProfile
* smoltDiff
Server:
* Self removal from the database (Note, I'm not worried about people
removing other people's hardware. There's 3.4 * 10 ^ 38
possible combinations... That means 1 trillion UUIDs have to be
created every nanosecond for 10 billion years to exhaust the
number of UUIDs.... - Wikipedia)
* Abuse detection / prevention / reparing
* Built-in RRD graphs (instead of relying on cacti)
* smoltRemoveProfile
* Device Stats Page
* Delete UUID
* Show UUID
Firstboot:
* Make the screen make sense
* Some sort of progress bar during sending?