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

Support QDA format #517

Closed
wants to merge 12 commits into from
Closed

Support QDA format #517

wants to merge 12 commits into from

Conversation

eterX
Copy link

@eterX eterX commented Jun 28, 2021

PR #505, reborn. now "Able to merge". One-file import/export format, as discussed in #507

Doorstop <-> REFI-QDA mapping is documented and implemented in qdatools and _one_file_qdc(), both in importer.py and in exporter.py.

importer.qdatools and exporter.qdatools contain settings and support the low-level logic of data presentation. The high-level logic, say applicacion logic, is implemented in importer._onefile_qdc() and exporter._onefile_qdc(). importer.py acts as master.

REFI-QDA support module only handles QDC files so far. Therefore doorstop.Tree, doorstop.Document and doorstop.Item are the sole entities represented in the exchange. In future releases, external reference blobs will be embedded in QDPX files (not yet supported by the module portableQDA)

By the moment, unsupported attributes are: 'level', 'references', 'derived', 'active', 'ref', 'links', 'normative', 'reviewed'. They are silently ignored, and set to default in a export/import round-trip operation.

All tests at test_all.py pass.

@neerdoc
Copy link
Collaborator

neerdoc commented Mar 9, 2022

Hi @eterX, we have recently improved the CI-functionality a lot, so it would be great if you could merge the latest from the develop-branch into your PR.

@eterX
Copy link
Author

eterX commented Mar 9, 2022

Hi @neerdoc ,

will try ASAP. Thanks

@jacebrowning jacebrowning marked this pull request as draft May 7, 2022 18:16
@jacebrowning jacebrowning changed the title Feature/qda Support QDA format May 7, 2022
@neerdoc
Copy link
Collaborator

neerdoc commented Jan 21, 2024

@eterX Just a friendly reminder/question. Do you intend to update this PR?

@eterX
Copy link
Author

eterX commented Jan 23, 2024

@eterX Just a friendly reminder/question. Do you intend to update this PR?

Hi Gustav,

It turned out that this format was not as popular/useful as I though. That is judging by the lack of contributions to the underlying library, which I kept as alpha all this time.

So, sadly, no: I don't think that this feature would be worth contributing farther to.

Thank you for asking!! (and for Doorstop ingeneral) :)

@neerdoc
Copy link
Collaborator

neerdoc commented Jan 25, 2024

Thank you for getting back to us @eTHERx, I'll just close this PR then.

@neerdoc neerdoc closed this Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants