diff --git a/.gitignore b/.gitignore index f190b96..e3f7a41 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Project hyperglass/hyperglass/static +TODO* test.py .DS_Store diff --git a/hyperglass/TODO.md b/hyperglass/TODO.md deleted file mode 100644 index b087e07..0000000 --- a/hyperglass/TODO.md +++ /dev/null @@ -1,13 +0,0 @@ -# Left off: 2021 09 05 -Implemented validation, seems to work. -Disabled Scrapli for Juniper, need to figure out WTF is going on there, possibly remove. - -## Next -- [x] Figure out le/ge policy in validation -- [x] Select options doesn't work in UI - it's just a text field -- [x] Query result labels are broken -- [ ] `KeyError: 'device_name'` when raising a device connection error -- [ ] Fix VRF/query group label in UI -- [ ] Selecting multiple sites without overlapping query groups marks the field with a red outline, but no error -- [ ] Look at replacing location dropdown with something more snazzy -- [ ] See todos for circular imports