fondazionebordoni / jardin

Automatically exported from code.google.com/p/jardin
GNU General Public License v3.0
0 stars 0 forks source link

Easy visualization of complex data #39

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Brief description of the enhancement:
A field with structured data (long texts, images, html contents, etc...) should 
be entirely visualized and/or rendered.

Detailed use-case:
An user is navigating records with fields that contain complex data (eg. images 
saved as blob on MySQL).
The user is notified that some fields contain structured data using a 
placeholder text (eg. "..blob..").
The user wants to read that data in the right way (an image/html text should be 
rendered).
The user right-clicks on the field and a pop-menu is opened with the option 
"Visualize data". The user choose the option "Visualize data"
A pop-up with that rendered data is opened.

Some examples:
See: [http://wb.mysql.com/ MySQL Workbench]

Original issue reported on code.google.com by gpantane...@gmail.com on 17 Feb 2011 at 10:29