Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PDF with ER-Diagram of data model is not text-based / searchable #45

Open
andreasneumann opened this issue Apr 14, 2014 · 9 comments
Open

Comments

@andreasneumann
Copy link
Contributor

It would be better if the PDF with the ER-diagram would be selectable/searchable text.

@andreasneumann
Copy link
Contributor Author

Koni will check the export/PDF generation options.

@m-kuhn
Copy link
Contributor

m-kuhn commented Oct 16, 2014

Maybe there is another software available also to model the ER. And with SVG export option.

@3nids
Copy link
Member

3nids commented Dec 1, 2014

For mutations, the first 3 lines should read:
obj_id $$od_mutation$obj_id$_name $$od_mutation$obj_id$_description
attribute $$od_mutation$attribute$_name $$od_mutation$attribute$_description
class $$od_mutation$class$_name $$od_mutation$class$_description

@andreasneumann
Copy link
Contributor Author

only one line per description - extra text would be cut off - use a constant number of character width (70?)

@m-kuhn m-kuhn assigned 3nids and unassigned kfischerar Feb 10, 2015
@m-kuhn
Copy link
Contributor

m-kuhn commented Feb 10, 2015

Denis and Oliver are on it

@3nids
Copy link
Member

3nids commented Feb 13, 2015

The translation script is available
https://github.com/qgep/QGEP/blob/master/datamodel/diagram/translate_diagram.sh

It translates directly the PDF.

@sjib
Copy link
Contributor

sjib commented May 4, 2015

Create new script to create SQL create statements for .is_dictionary_od_fields and is_dictionary_od_table

@sjib sjib assigned sjib and unassigned 3nids May 4, 2015
@sjib sjib added the Datamodel label May 6, 2015
@sjib
Copy link
Contributor

sjib commented May 7, 2015

@3nids Do you need also the foreign keys in is_dictionary_od_table ? https://github.com/qgep/QGEP/blob/master/datamodel/09_qgep_dictionaries.sql
or only obj_id, dataowner, provider, last_modification?
do you need geometry fields with which name?

@3nids
Copy link
Member

3nids commented May 8, 2015

I would say I need all the fields.
But for fk fields, they might not need a translation.
For geometry fields, it might be interesting to have the geometry type in the translation or description.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants