Project

General

Profile

Actions

Bug #4364

closed

Convert otherEntity from registry to dataTable

Added by Jing Tao over 14 years ago. Updated almost 14 years ago.

Status:
Resolved
Priority:
Normal
Category:
morpho - general
Target version:
Start date:
09/03/2009
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
4364

Description

Currently, the web page registry generates eml document with otherEntity entity. But morpho mainly handle dataTable entity. So we need a mechanism to convert otherEntity to datatTable.

Actions #1

Updated by ben leinfelder over 14 years ago

reassign/target (semtools)

Actions #2

Updated by ben leinfelder almost 14 years ago

I'm wading through the various wizard screens to get the workflow to make sense. Almost there.

The basic gist is this:
"Data>Convert entity to data table..."
-the currently selected entity is used as the file for the data import wizard.
-you go through the wizard and complete it.
-voila
What I don't have is a delete mechanism for the otherEntity you started with. Moreover, it's currently disabled to delete non-dataTable entities (i think i will change that). i think we can just make the user delete the original otherEntity when they are satisfied that it was converted.

Another note: the stylesheet (right hand window) doesn't seem to handle mixed dataTable/otherEntity elements in the <dataset> parent. It correctly displays the first type (say, otherEntity is entity #0) but not the second (dataTable as entity #5). This should be fixed to handle mixed types so that you can see the result of your conversion (since it is added to the end of the entities list).

Actions #3

Updated by ben leinfelder almost 14 years ago

conversion now works, which is to say the entity wizard can be launched and pre-populated with the otherEntity data file.
TODO: fix stylesheet so that a mix of otherEntity/dataTable entities can be displayed

Actions #4

Updated by ben leinfelder almost 14 years ago

I tracked down the "stylesheet error" that was preventing mixed entities from being displayed. Turns out the stylesheet uses entity index grouped by the entity type so that if you had 3 entities such that the first was a dataTable and the others were otherEntities, then you'd need to call the stylesheet for the otherEntity element as either 1 or 2 (not 2 or 3) (yes, it's 1-basd indexing).
Long story short, I modified Morpho to set the stylesheet parameters correctly for the given entity being displayed - this means we don't have to change/test the existing eml stylesheets since they all work with this index grouping scheme.

Actions #5

Updated by ben leinfelder almost 14 years ago

First section of "Data" menu now has these options:
--------------------------
Create/Import New Data Table...
Replace Current Data...
Convert Data to Table...
Delete Current Data Entity
Edit Data Access

Actions #6

Updated by ben leinfelder almost 14 years ago

you can now delete any entity, not just data tables

Actions #7

Updated by Redmine Admin about 11 years ago

Original Bugzilla ID was 4364

Actions

Also available in: Atom PDF