PlanQK / planqk-platform

PlanQK Platform Issue Repository
3 stars 0 forks source link

Extend the metadata sended in the payload for the entity "UseCase" #78

Closed darya-mart closed 1 year ago

darya-mart commented 2 years ago
{
  "id": "x",
  "name": "x",
  "shortDescription": "x,",
  "description": "x",
  "approach": null (?)
  "status": "INITIAL"
}

Hovewer, there is more useful information about a use case on the plattform available: application areas, industries, related algorithms, implementations and datapools. Please, provide this metadata also in the payload.

miwurster commented 2 years ago

Hello @mdafokus, once we use the new json-based taxonomy style for use cases we will include the information into the event message (similar to what you already know for algorithms).

Further, we will also include a list of IDs for related algorithms, impls, data pools, qai apps, and planqk services.

miwurster commented 2 years ago

We've included now all the information you mentioned into use case events. However, it is not released yet. We'll try to release it in the next days.

miwurster commented 1 year ago

The fix has been released.