Skip to content

Commit

Permalink
doc(TODO/FIXME): update lists
Browse files Browse the repository at this point in the history
  • Loading branch information
djey47 committed Dec 19, 2023
1 parent 28f7b4d commit 4029101
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/FIXME.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ FIXMEs/BUGs
node_modules/cpu-features/lib/index.js:3:24:
3 │ const binding = require('../build/Release/cpufeatures.node');
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- [] SSH shutdown command does not give hand back immediately
- [ ] SSH shutdown command does not give hand back immediately
=> force or do not wait for promise resolution? 'exit' does not seem to work
- [ ] Refactor to use deviceId validator in every service which needs it

## WEB

Expand Down
9 changes: 8 additions & 1 deletion doc/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,14 @@ TODOs
- [ ] Add schedule
- [ ] Remove schedule by id
- [ ] List all schedules
- [ ] Display schedule by id
- [X] Basic info
- [ ] Next job execution time (absolute)
- [ ] Display schedules by device id
- [X] Basic info
- [ ] Same details as all schedules
- [ ] Display schedules by sch id
- [ ] Basic info
- [ ] Same details as all schedules
- ON/OFF service
- From schedule
- [X] ID list as parameter for ON and OFF
Expand Down

0 comments on commit 4029101

Please sign in to comment.