Activity
From 02/11/2014 to 03/12/2014
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.
02/14/2014
- 11:54 AM 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.
- 11:10 AM Bug #6418 (Resolved): EML documentation has some CSS layout issues (knb theme)
- Looking at the EML docs via the Metacat UI, there are still headers that are placed oddly. I think this stems from pa...
Also available in: Atom