You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "George Stan (JIRA)" <ji...@apache.org> on 2010/01/10 14:47:54 UTC

[jira] Commented: (CAY-217) Browse Data Tool for Modeler

    [ https://issues.apache.org/jira/browse/CAY-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12798486#action_12798486 ] 

George Stan commented on CAY-217:
---------------------------------

The screencast here:
http://oreports.com/demos/OVDemo.html
is even more impressive :).

Maybe the author of ObjectVisualizer could help integrate it into CM?

> Browse Data Tool for Modeler
> ----------------------------
>
>                 Key: CAY-217
>                 URL: https://issues.apache.org/jira/browse/CAY-217
>             Project: Cayenne
>          Issue Type: New Feature
>          Components: Modeler
>    Affects Versions: 1.1 [LEGACY]
>            Reporter: Mike Kienenberger
>            Priority: Minor
>             Fix For: Undefined future
>
>         Attachments: BrowseDataPatch-1.1RC1.txt, CM - Data Browse 1.png
>
>
> Here's my first pass at the "Browse Data" Tool menu option.
> This patch can be applied against 1.1 RC1.
> Browse Data is intended to let a developer look at the raw database data as defined in his data model, either from a ObjEntity point of view, a DbEntity point of view, or a query point of view.
> The data browsing works ok for both ObjEntities and DbEntities, although I'm going to need to put something in there to handle fetch limits (which may or may not currently be set to 50) and additional batches.
> Bugs currently include
> - Screen layout doesn't resize right
> - Panel needs to pop up when running a database query and go away when it's done.
> Any help in solving the layout issues would be greatly appreciated. :)
> Other improvements I'd like to eventually see in no particular order would be
> - Specify fetch limits and to scroll through fetch batches.
> - Edit data cells
> - Display data from stored SQL queries
> - Display data from manually-input SQL queries
> - Reorder columns
> - Resize columns (may just be a side-effect of fixing the known bugs for layouts)
> - Hide columns
> - Save preferences for column orders/column widths/hidden columns
> - Specify ObjAttribute to display for relationship cell text rather than primary key; will require some prefetching :)
> - Click on a relationship for an ObjEntity data cell and be taken to that ObjEntity data.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.