kitsudaiki / OpenHanami

OpenHanami contains an experimental artificial neural network, which can work on unnormalized input-data in a cloud native environment.
https://docs.openhanami.com
Apache License 2.0
9 stars 0 forks source link

[QA]: remove manually converting of user-context #419

Closed kitsudaiki closed 1 month ago

kitsudaiki commented 1 month ago

QA

Description

At the moment each endpoint has to run const Hanami::UserContext userContext = convertContext(context); from the given context-object in json-format. This is unnecessary code and has to be moved to a central position before the endpoints and then the converted object has to be forwarded instead of the json-objects

Acceptance Criteria