-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathConcepts.txt
More file actions
14 lines (11 loc) · 906 Bytes
/
Concepts.txt
File metadata and controls
14 lines (11 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
The idea I had was to open up one out of the list, and if u want to delete it then there should be a button to delete, after which u get redirected to the list view
Basically, this list of telecommands are 'queued' up for uploading during the next CubeSat pass over soton. If they are successfully sent then one of the values inside the rows changes to confirm that
U cannot delete telecommand entries from the list once they are successfully sent, only unsent ones are deletable (but I couldn't add that feature either)
maybe add boolean field to model config and if statement on delete
to-do list.
1. make an output to binary(binary/txt)
2. fix listConfigs null value hanging Done
3. fix detail html Done
4. figure out migrations
5. make it look nice(CSS) Done
6. fix the secrets.py and secret_key