PlanQK / planqk-platform

PlanQK Platform Issue Repository
3 stars 0 forks source link

Connection between algorithm and implementation is missed in Pub/Sub Topics #53

Closed darya-mart closed 3 years ago

darya-mart commented 3 years ago

Describe the bug When a new implementation is created, a topic with event type "CREATED" and the following JSON entity body: { "id": "8eb6c033-5baa-41ca-a430-b6929180b1a3", "name": "Test Impelementation for Algorithm Test", "description": "", "version": "1.0", "license": "MIT", "technology": "QA", "discussionTopics": [], "tags": [], "requiredComputeResourceProperties": [], "softwarePlatforms": [], "files": [] } The connection to the algorithm is missed.

Expected behavior An attribute implemented_algorithm_id (similar to the database foreign key).