Commit graph

20 commits

Author SHA1 Message Date
cdtank
c65f02a3d6 1. More changes to the front-end for temporal vis re:text & info-icons. 2011-04-19 16:45:11 +00:00
cdtank
a2069d1575 1. Minor changes to front-end text for temporal vis per Katy's requests. 2011-04-18 21:37:23 +00:00
cdtank
3c1afb45a0 1. Completed the feature for ability to select organizations/people in temporal vis see http://issues.library.cornell.edu/browse/NIHVIVO-2022
2. Refactored legacy front-end code to remove unneceesary repetitive computations for activity count.
3. Fixed the overlay when parameter switch happens (earlier it used to go in the center of  the screen).
2011-04-15 18:36:20 +00:00
cdtank
e76fb35492 1. Fix for error message not showing up when you switched the parameter in the temporal vis & there happens to be no data available for that parameter for that organization. 2011-04-13 14:23:55 +00:00
cdtank
ae43216396 1. In Temporal vis developed vis drilling up from lower level. (see http://issues.library.cornell.edu/browse/NIHVIVO-1800)
2. Refactored client-side code for temporal vis.
2011-04-12 17:49:53 +00:00
cdtank
f7452b1bce 1. Added dynamic reload of data instead of page refresh, for temporal graph vis.
2. Added link-textbox for viz of each parameter form the dropdown box in temporal vis.
3. Made sure that the choices are preserved when another option is selected from the dropdown box.
4. Refactor of some legacy front-end code for temporal vis.
5. Added legend for bars drawn below the graph.
6. Formatted the last cached at date time.
2011-03-31 15:37:32 +00:00
cdtank
0d21538a1d 1. Improved language for the message to be displayed when it takes a long time to display temporal vis.
2. Fix for unreadable y-axis numbers for huge values. (see http://issues.library.cornell.edu/browse/NIHVIVO-2277)
3. Changed display text for last cached at date.
2011-03-23 17:13:45 +00:00
cdtank
caa941049b 1. Updated front-end for temporal graph to display helpful message when it takes mnore than 10 seconds to get the data, most likely due to a cached version not available for the requested entity. 2011-03-22 20:59:59 +00:00
cdtank
4d008e00c5 1. Made use of the lastC 2011-03-21 22:40:27 +00:00
cdtank
c49e8d1d75 1. Completed the caching-like version for temporal graph for grants.
2. Changed the timeout for front-end getter for temporal vis data since the first time a user requests grant comparison it might take a long time.
2011-03-19 00:11:58 +00:00
cdtank
d00685eee0 1. Made changes so that in temporal vis, the pagination navs for the datatable are hidden if there is only one page worth of elements or no pages at all. (see http://issues.library.cornell.edu/browse/NIHVIVO-2191) 2011-03-03 21:59:05 +00:00
cdtank
8ba4e02968 1. Smoother transition for loading screen.
2. Fix for IE not reacting to change events.
2011-02-11 23:35:53 +00:00
cdtank
ad3497d0bc 1. Partial fix for NIHVIVO-2130. Now the downloadable csv file properly prints out all the authors, with same name. The right hand side bar still prints wrong values in case of authors with duplicate names.
2. Solution for 2 stage loading for temporal graph where now when the intial call is made to it, it returns with the markup & js lib includes & then makes an ajax call to get the data file in json format which is the used to render the linegraph & the table.
2011-02-11 19:06:49 +00:00
cdtank
a9214be4a2 1. Fix for people directly not attached to an organizations not showing up, if the organization happens to be higher up in the hierarchy where it has other sub-organizations beneath it.
2. Made changes to the front-end to reflect new content in temporal vis.
2011-02-04 22:36:23 +00:00
cdtank
49116a20b2 1. Changed wordings for CSV file downloads & Network Image files for co-author & co-investigator networks.
2. Changed Temporal Graph legend links to be save as other clickable links (blue-ish)
3. Changed wordings on temporal graph vis.
4. Changed default sorting to be first on counts (desc) & then entity names (asc)
5. Changed how the constants were intiated for temporal vis, this is preparation for other tasks.
6. Since now if no URI is provided to the tmeporal graph vis it defaults to the highest levbel org. Removed the AJAX call to a utilites servlet that calculated this beforehand.
2011-02-02 21:04:36 +00:00
cdtank
f69e2eb904 1. Did minor refactor in preparation for saving the state & possibly just swapping daata instead of redirecting to a completely new page when the change in parameter happens on the temporal graph vis. 2011-01-26 18:15:17 +00:00
cdtank
e7e3fb41ec 1.Changed the style for when content for a parameter's comparison is loading. 2011-01-25 20:09:32 +00:00
cdtank
6faa26a872 1.Changed the style for when content for a parameter's comparison is loading. 2011-01-25 20:08:54 +00:00
cdtank
7dd38fc00d 1. Improved the behavior when the switch of parameter happens. 2011-01-25 01:28:11 +00:00
cdtank
1f7962a454 1. Made style changes to the temporal graph vis per Katy's suggestions.
2. Refactored the temporal graph views (based on different comparison parameters). Now there is one basic template from which different parameter templates inherit.
3. Did code cleanup for the same.
4. Removed GUI related javascript into separate file & include it in the common basic template for temporal graph vis.
5. Reflected the changes in the servlets as well.
2011-01-25 00:55:47 +00:00