-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO.txt
More file actions
61 lines (51 loc) · 1.94 KB
/
Copy pathTODO.txt
File metadata and controls
61 lines (51 loc) · 1.94 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
TODO
===DONE===
2)allow changing of weight attribute(OK)
3)update all the maps when the graph is editted(DELETE DONE)(CREATE DONE)(SAVE DONE)
--node will only count if its created(createNEinNetwork)
9)clear the nodes and edge properly(DONE)
--somewhere there is a bug(DONE)
11)bug when changing from directed to undirected graph(DONE)
7) find a way to display the distance(DONE)
--allow choosing of 2 nodes(OK)
--hold ctrl(OK)
--left on how to display the distance and path to take(OK)
--how to determine which edge to use?(OK)
12)add rid as 1 of the labels(DONE)
13)add color code for edges(OK)
-add in network details(DONE)
--num of node/edge(DONE)
--gamma(DONE)
--add avg into the graphs(degree/CC)(DONE)
-change to appropriate tabs when clicking stuff(nodes/edge)(OK)
-load the V/E schema from the start and load it when u clear the graph as well(OK)
-do something about the create/delete nodes/edge(OK)
-update UI right after creating node/edge(OK)
===NOT DONE===
===DO NOW===
5)add plotting graphs to the functionailities
--degree distribution(DONE)
--CC distribution(DONE)
--add in Random Network/Scale Free Network distribution
--may need to transfer the computing to the server
6)add network properties
--will only be computed when needed
--add in a computing screen
--may need to transfer the computing to the server
14)increase size of node according to degree/closeness/betweenness/CC(DONE)
16)update weight of affected nodes
===DO LATER===
1)find better layouts to display graphs properly
--add options to change types of layouts
--optimize displaying
4)find common json formats of existing graph to be supported by the upload function
--done 1(show prof to cfm which to do)
---1.Support all format(THIS)
---2.Make the user follow my format
15)do something about the export network
=== may not need to do ===
8) add undo(SEE HOW)
--undo delete,revert back to original values
10)remove all usage of "out_"/"in_"(DUN THINK NEEDED)
--use only neighborMap
=== new ===