Project

General

Profile

  • svn:eol-style: native
  • svn:executable: *
  • svn:keywords: Author Date Id Revision

# Date Author Comment
4636 11/26/2008 02:07 PM ben leinfelder

assessment title and type are now elements rather than attributes in edml
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3345

4495 10/30/2008 01:11 PM ben leinfelder

pull out the IE/FF differences into common method that returns the document object for an iFrame (works with IE now!)

4494 10/30/2008 12:42 PM ben leinfelder

try IE work around for iframe access

4493 10/30/2008 11:12 AM ben leinfelder

update the status of search items WRT the cart when adding/removing from within the search results view (when you add an assessment, the icon changes to the "remove" icon)

4492 10/30/2008 10:13 AM ben leinfelder

swap out new add/remove cart icons, ensure left and right chalkboard borders continue all the way down the page with the content

4484 10/29/2008 11:26 AM ben leinfelder

redesign the look and feel - save point.
-cart editing is done by clicking individual assessments rather than doing them in batches.
-cart status is shown in the search results (but still need a refresh for after adding cart items from search...)

4411 09/30/2008 02:45 PM ben leinfelder

improve clarity of the available cart actions by:
-hiding/showing the logical options for a given screen (only allowed to remove when viewing the cart)
-refresh when cart changes - more positive feedback that pushing buttons actually did something.

4410 09/30/2008 11:19 AM ben leinfelder

make "add to cart" more obvious (with icon, too!)

4390 09/25/2008 04:06 PM ben leinfelder

refresh the entire cart view when modifications are made.
add icons to many of the control features (download, remove...)

4388 09/24/2008 05:41 PM ben leinfelder

added Scriptaculous effects to many of the ajax calls.
neat-o!

4387 09/24/2008 04:04 PM ben leinfelder

can now select and save metadata fields from a document and use them when merging across documents in the "cart"

4379 09/23/2008 04:42 PM ben leinfelder

[optionally] view assessment details from within results set

4365 09/22/2008 03:26 PM ben leinfelder

rearrange pages, search features, etc...

4361 09/19/2008 04:50 PM ben leinfelder

added place holders for structured search fields

4290 08/22/2008 03:59 PM ben leinfelder

refactor search methods into common search.js file.
start on making ajax-based search from the index page.
state of things: now merging across assessments and including question-level metadata

4289 08/22/2008 02:18 PM ben leinfelder

use the generalized (and now built-in) data query mechanism for downloading "merged" data.

3918 05/28/2008 03:34 PM ben leinfelder

adjust xpaths to match changes to edml/qti output by FirstMorpho

3669 01/03/2008 04:57 PM ben leinfelder

add support for selecting records for only one question from a set of one or more assessment response data files

3551 10/31/2007 06:58 PM ben leinfelder

add CSV download as an option for retrieving datasets.
NOTE: depends on opencsv jar in the /first project...

3542 10/30/2007 08:57 AM ben leinfelder

add ability to retrieve response data using datamanager lib (note that this requires both the datamanager.jar and firstMetacatIntegration.jar from /eml and /first modules respectively...)
yes, this is more ajax...and still mostly Proof Of Concept-ish

3531 10/25/2007 08:16 PM ben leinfelder

get the ajax-specific first skins organized with some better naming.
these essentially provide a pointer to custom resultset style sheets so that we can just use Ajax.Updater from prototype and inject the returned html.
they do rely on the first skin (which makes it nice for changing the look and feel - not a bunch of css files lying around messing things up, etc...).