Closed fmatthies closed 1 year ago
I think we cannot create abstract classes/interfaces in top-backend
, as this would lead to circular references.
Do you want to save the query specification as CSV, not as JSON?
I think we cannot create abstract classes/interfaces in top-backend, as this would lead to circular references.
I figured; so the only option (if we wanted to pull it out either way), would be to make it into a separate package...
Do you want to save the query specification as CSV, not as JSON?
Hm, I thought the metadata information would be feasible to have as csv as well.
Okay, then we'll have to outsource it.
we agreed on not outsourcing it; top-document-query features its own csv classes
Is there a way we could move all the CSV logic into
top-backend
andabstract
it? Right now I'm duplicating most of the code fromtop-phenotypic-query
intop-document-query
, because I want to provide some ability to store/save document query info.