-
Notifications
You must be signed in to change notification settings - Fork 60
/
TODO.txt
20 lines (16 loc) · 894 Bytes
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Features to add to network analysis:
1. Industry diversity index
2. Ordered list of top 5 contacts in eigenvector centrality
3. Add sharing feature for social media integration.
4. Add pdf download feature.
5. Error message once throttled.
6. Format download according to visualization option (connections to self included/excluded).
7. Add attributes file.
Features to add to visualization:
1. Node sizing by ego's dependence (proportional tie strength or eigenvector centrality of a given node)
2. Coloring by community detection algorithm (detect clusters of contacts with high density - e.g. colleagues at different companies, classmates, friends from civic organization, etc.)
3. Add static sharing feature for social media integration.
4. Add option to remove names.
Site functionality:
1. Prevent page from reloading after clicking tab to home page (jquery).
2. Add facebook support