Activity
From 02/17/2014 to 03/18/2014
03/18/2014
- 03:01 PM Bug #6471 (Resolved): Draw blank charts when stats query returns no results instead of displaying an error message
- 02:38 PM Feature #6468 (Resolved): Format the y-scale on the bar charts to only show whole numbers
- 12:19 PM Bug #6470 (Resolved): Add theme map instructions to the Metacat docs for "Quick Start" theme customization
- 09:59 AM Bug #6470 (Resolved): Add theme map instructions to the Metacat docs for "Quick Start" theme customization
- 11:10 AM Task #6430 (Resolved): Create a view for each graph type so they are reusable throughout MetacatUI
- The last chart View has been added, the BarChartView, although it could use some tweaking to get it a little more int...
03/17/2014
- 04:23 PM Feature #6469 (Resolved): Display the actual count on hover of bar chart bars
- 04:06 PM Feature #6468 (Resolved): Format the y-scale on the bar charts to only show whole numbers
03/14/2014
- 06:37 PM Task #6448 (Resolved): Create Solr query to retrieve temporal coverage data
- Here is an example query that would cover all of KNB:
(1255 characters - leaving almost 800 for other query parame... - 03:10 PM Task #6430: Create a view for each graph type so they are reusable throughout MetacatUI
- There is now a View in the metacatUI for the chart titles/badges that are a SVG circle with a number in the middle wi...
- 03:06 PM Feature #6421 (In Progress): Create graphs in user profile with the information we have in the Solr index now
03/13/2014
- 05:25 PM Feature #6465 (Resolved): Create a better loading page for the KNB
- If a KNB view is taking a while to fully render, the loading icon displays at the top and the rest of the HTML and im...
- 04:04 PM Feature #6422 (Resolved): Use the LDAP DN when the user in logged in for the user profile name - otherwise use the user id
- I've decided to always use the rightsHolder uid as the profile page title as our authentication service will be chang...
- 04:02 PM Feature #6462 (Resolved): Use a more descriptive title above the uploads chart in the Profile View to explain that obsoleted objects are counted
- Now reads "uploads and revisions"
- 12:31 PM Feature #6462 (Resolved): Use a more descriptive title above the uploads chart in the Profile View to explain that obsoleted objects are counted
- 03:31 PM Task #6441 (Resolved): Pull general info about the user and display at top of page
- If there is a rightsHolder in the query given, the uid (i.e. name) will be extracted from the string and displayed at...
- 02:58 PM Feature #6464 (Resolved): Use the Search Model to store the query parameters for the Profile Model
- Rather than recreating a query and passing it to the Profile Model, who then has to parse the query as needed, we sho...
- 12:58 PM Bug #6463 (Works For Me): Upload chart is positioned too far up the page sometimes
- Sometimes when the profile view loads the upload chart is positioned to far up the page - giving it the position:rela...
- 12:30 PM Bug #6461 (Resolved): Labels on donut chart overlap for adjacent small arcs
- For now I have compromised on this issue by providing a hover interaction where the other labels are semi-transparent...
- 12:25 PM Bug #6460 (Resolved): No line should be drawn on the line chart if all data points are 0
- 12:23 PM Task #6447: Linear scale on Y axis does not adjust when an additional line is added to the chart with a higher count
- This is related to Issue #6459 - where this static Y scale is posing a problem for data points less than the first li...
- 12:20 PM Bug #6459 (Closed): Line chart Y scale is wrong when a line with data less than the Y scale is graphed
- I may either have to:
- always start the Y scale at 0
- recreate the Y scale after each additional line is added an... - 11:06 AM Bug #6458 (Resolved): Buttons in KNB carousel slider do not work in Firefox (but does in Chrome)
03/12/2014
- 06:14 PM Bug #6457 (New): safari gives cert error and fails to load UI
- Bruce Kendall reported problems loading MetacatUI under Safari 7.0.2 under Mac OS X Mavericks. He writes:
"You mig... - 05:00 PM Task #6448: Create Solr query to retrieve temporal coverage data
- It looks like most servers and browsers can accept URLs up to ~2,000 characters. (http://stackoverflow.com/questions/...
- 08:03 AM Task #6448: Create Solr query to retrieve temporal coverage data
- I was thinking more about this after we talked and wonder if we could combine startDate and endDate into the facet "f...
- 03:19 PM Task #6456 (Rejected): Add more interactivity to the line chart
- Similar to what I implemented for the Donut Charts, add an event listener to the data points on each line for a mouse...
- 03:16 PM Task #6455 (Resolved): Pass options to LineChartView on initialization rather than render
- 07:57 AM Task #6451 (Resolved): Draw the donut chart when results = 0
- A "blank" or "default" donut chart is drawn when results = 0 by drawing one arc of 100% and displaying a 0 count in t...
03/11/2014
- 05:21 PM Task #6448: Create Solr query to retrieve temporal coverage data
- I should note that this is still a work in progress because that query can get very long and may exceed the browser's...
- 05:17 PM Task #6448 (In Progress): Create Solr query to retrieve temporal coverage data
- After looking at the Solr docs it seems the only way to retrieve facets on a range of dates like this is to perform a...
- 03:24 PM Task #6455 (Resolved): Pass options to LineChartView on initialization rather than render
- This seems to be the common practice in Backbone and it allows the View to create the DOM element (el) before render
- 03:22 PM Task #6452 (Resolved): Add class to labels of donut arcs when user hovers over the arcs
- This was a little trickier than I thought it would be because SVG elements are treated differently than other HTML el...
- 09:48 AM Task #6452 (Resolved): Add class to labels of donut arcs when user hovers over the arcs
- For flexible styling
- 02:47 PM Bug #6454 (Resolved): Windows 7 Enterprise 64 rendering issue
- Corinna (at GLEON) installed Metacat 2.4.1 and noticed that the search result header covers the first record. Indeed,...
03/10/2014
- 05:13 PM Task #6451 (Resolved): Draw the donut chart when results = 0
- Instead of skipping the creation altogether. The UI should display "0 data files" and a blank donut chart instead of ...
- 03:55 PM Task #6428 (Resolved): Create upload chart for user profile
- 02:03 PM Task #6450 (Resolved): Always display the last point on the line
- The last point on lines in line charts are always drawn by adding the last data value to our array of points to be dr...
- 01:49 PM Task #6450 (Resolved): Always display the last point on the line
- Even if the frequency specified will be off
- 01:46 PM Task #6449 (New): First year label on X-axis of line charts does not display
- 01:42 PM Task #6438 (Resolved): Add upload chart title with total upload counts for each formatType
- 10:56 AM Task #6447: Linear scale on Y axis does not adjust when an additional line is added to the chart with a higher count
- For now I am drawing the line with the highest data point on the Y-axis first so the scale is initially based on this...
03/07/2014
- 01:43 PM Task #6448 (Resolved): Create Solr query to retrieve temporal coverage data
- 01:42 PM Feature #6446 (Resolved): Create a link in the dropdown menu from main navigation on the user's name that links to their profile
- User can now navigate to their profile/dashboard by clicking on their name in the drop down menu after logging in.
- 10:54 AM Feature #6446 (Resolved): Create a link in the dropdown menu from main navigation on the user's name that links to their profile
- 01:02 PM Task #6447 (Closed): Linear scale on Y axis does not adjust when an additional line is added to the chart with a higher count
- The additional line will just run off the edge of the SVG chart
03/04/2014
- 12:24 PM Task #6444 (Resolved): Change colors of charts for SNAP theme
- 12:23 PM Task #6443 (Resolved): Change colors of charts for default theme
- Since the default theme is very generic, I would probably leave most styling the same as the KNB but I'll probably sw...
- 12:21 PM Task #6442 (Resolved): Change colors of charts for GOA theme
- 12:20 PM Task #6441 (Resolved): Pull general info about the user and display at top of page
- If the query sent to the ProfileView is for rightsHolder=..., then we will grab the general info about that person (n...
03/03/2014
- 04:18 PM Task #6438 (Resolved): Add upload chart title with total upload counts for each formatType
- 10:45 AM Task #6430: Create a view for each graph type so they are reusable throughout MetacatUI
- I just added a LineChartView to draw line time series charts by passing it an array of data. Styling can be customize...
- 07:18 AM Feature #5976 (In Progress): Implement 'Node statistics' page to descibe the node contents and usage
- 06:50 AM Story #6319: Filter spatial data by centroid totally encompassed in the map viewport rather than bounding box encompassed in the map viewport
- This will require upgrading metacat-index to use SOLR v4 spatial features. There's a bit of experimentation to be don...
02/28/2014
- 03:12 PM Bug #6436 (New): + characters are not URL-encoded when part of a text search and are therefore being decoded in metacat as a space character
- I will want to replace +'s with %2B's on the front end before passing them to Metacat - but this will only be effecti...
- 01:31 PM Task #6432 (Resolved): Create a Solr query to retrieve upload data
- We will retrieve all metadata and data objects, even obsoleted ones, and break up facet counts into chunks of one yea...
02/27/2014
- 04:00 PM Task #6432 (Resolved): Create a Solr query to retrieve upload data
- I will need to get number of objects uploaded by a specific user (rightsHolder) grouped into ranges of one month
- 03:55 PM Task #6430: Create a view for each graph type so they are reusable throughout MetacatUI
- I've moved the donut chart rendering code to its own view
- 02:19 PM Task #6430 (Resolved): Create a view for each graph type so they are reusable throughout MetacatUI
- I'll need to move the donut chart code that I've completed to a new view and keep the code extremely generalized so t...
- 11:36 AM Task #6429 (Resolved): Create data year coverage chart in user profile
- 11:35 AM Task #6428 (Resolved): Create upload chart for user profile
02/26/2014
- 10:39 PM Bug #6418: EML documentation has some CSS layout issues (knb theme)
- I deployed this on KNB just now and the headers are where I would expect them to be. Using EMLPARSER_2_1_1_UPDATE_3 t...
- 11:02 AM Bug #6418 (Resolved): EML documentation has some CSS layout issues (knb theme)
- 10:59 AM Bug #6425 (Resolved): Registry modal help screen has badly-offset headers (similar to EML documentation)
- The CSS that makes these headers look weird has been changed so that only elements on certain pages are selected - Ab...
02/25/2014
- 04:35 PM Bug #6425 (Resolved): Registry modal help screen has badly-offset headers (similar to EML documentation)
- In the registry page, there are "?" links that show a modal window -- that content could use some css attention on th...
- 04:34 PM Feature #6385 (Closed): Add 'Edit' button to metadata view for editing metadata through metacatUI rather than Morpho
- Added a button to the #view page and made sure the help links work as expected even when doing cross-domain entry (e....
- 11:16 AM Feature #6385 (In Progress): Add 'Edit' button to metadata view for editing metadata through metacatUI rather than Morpho
- This was relatively easy to implement. Now requests to:...
02/20/2014
- 04:06 PM Story #6423 (Resolved): Allow users to link their ORCID to their data
- 04:03 PM Feature #6422 (Resolved): Use the LDAP DN when the user in logged in for the user profile name - otherwise use the user id
- 04:02 PM Feature #6421 (Resolved): Create graphs in user profile with the information we have in the Solr index now
02/18/2014
- 05:43 PM Feature #6408 (Resolved): Add a help e-mail address mailto: link to all UI error messages
- 04:36 PM Bug #6418: EML documentation has some CSS layout issues (knb theme)
- I edited the emlparser documentation a while ago to fix this issue. We may want to update the emlparser webapp on the...
- 04:00 PM Bug #6420 (Resolved): Date range query widget should trigger search when up/down buttons are used or values are typed in the two input fields.
Also available in: Atom