Blocked by AEROGEAR-2043.
- Create an http endpoint that reads JSON with the schema in the proposal - Do nothing in the http endpoint. Just parse it and log it. - Integration with Postgres is part of AEROGEAR-2045 - Implement unit tests for the endpoint (unit tests != e2e tests != integration tests) - Any 'engineering' docs? Some business logic: - Do validation (null check, ...) - Timestamp might be missing in the payload. In that case, use server timestamp. |
|