-
Notifications
You must be signed in to change notification settings - Fork 9
File handling approach is not "open" #4
Comments
This is a conscious decision. We first implement this low hanging fruit. We have plans to think about the unmanned case also. The reason why we took this approach was that this way we can leave handling of meta data to the user. |
To my mind, continuing with this approach would have the following outcomes for users:
I appreciate that this is just one aspect of the project and I am really looking forward to beginning with the server - server approach to this project. Hopefully this will be started at the Hackathon in Munich next week - I look forward to meeting you then! :) |
I would agree with @bigdoods - the API should be designed in a manner that does not require a browser, nor a UI of any kind. The API should also be decoupled from the file transfer protocol. Can we have an update on this issue? |
@Moult the group is considering several different use cases for document exchange. Currently there's an early draft for an interactive use case where a human, while using a tool such as model authoring software, wishes to upload or download documents from a cloud service. For this use case an approach that involves redirecting the user to the UI of the cloud service is valid and has the advantages of being simple and quick to implement while avoiding hard to solve problems such as document metadata standardisation. Non-interactive use cases that allow periodic syncing between two systems are also considered. We are currently aware of two non-interactive use-cases:
|
Hi,
We are currently reviewing the openCDE-API spec to implement a client that interacts with multiple CDEs. Our client has no support for a UI which means that interacting with OpenCDE compliant APIs is not possible due to the current spec dependency on clients to support a UI e.g for selecting a document.
We think a pure HTTP request/response approach should be considered for development of the API. It would be great to hear thoughts on this.
The text was updated successfully, but these errors were encountered: