-
Notifications
You must be signed in to change notification settings - Fork 19
/
TODO.py
33 lines (27 loc) · 1.07 KB
/
TODO.py
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
28
29
30
31
32
33
# TODO:
# =====
# TODO - Use Cases TO DO:
# - Specific Model calls to
# - Remove a Node
# - Remove an Interface/Circuit
# - Remove a demand
# - Change demand magnitude
# *** These can all be done now, but require a few API calls to do so
# TODO - example script with SRLGs
# TODO - Node tags
# - add node tags for organizing/grouping/filtering-to nodes
# - for network graph plot, have option to only show nodes with
# certain user specified tags
# TODO - Use Cases TO DO:
# - Save an existing model to a file
# - Specific Model calls to
# - Remove a Node
# - Remove an Interface/Circuit
# - Remove a demand
# - Change demand magnitude
# *** These can all be done now, but require a few API calls to do s
# TODO - User experience TO DO:
# - save_model call that will save model data to file
# - new client code example that uses a save_model call
# TODO - test model with demands over LSPs and routed demands in same Model - check to see if did this
# TODO - travis.yml - add jobs.include again to get pypy interpreter tested