Skip to content

Commit

Permalink
todo [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
therealpaulgg committed Jan 18, 2023
1 parent 9ca41f9 commit c271f9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ MUST HAVES:
- Allow users to delete certain keys or config entries
- allow users to obtain a list of their machines
- test delete code more
- add transactions
- if EOF is received, need to have nicer error message. Also cleanup better - what if part way thru setup and EOF happens?
- server seems to sometimes panic when websocket connection gets closed in a strange way.

Nice to haves:
- the live websocket code is scrappy, make it better
- Apparently you can have duplicate keys in a ssh config. Will have to not use a map[string]string and instead use a []keyValuePair or something.
- IdentityFile - due to this duplicate attribute issue, probably forget about storing it in its own column in the database and just ensure that the CLI parses it carefully
- add a space to each host entry in the ssh config generation
Expand Down

0 comments on commit c271f9a

Please sign in to comment.