Draft (Do not merge!): Define data models, data base and controllers
- Define data models: Point, Route and Measurement. A route is unique per its name and calendar date, a point is unique per location and timestamp. When posting de4l data, measurements and their corresponding points and routes are created. If a measurement is posted, which's route (or point) already exists, only the measurement is created and assigned to the existing point/route. When taxi data is posted, the polyline is parsed into single points, which are each created as a point along with its route.
- Define data base: set up postgresql
- Define services and repositories to interact with the database
- Define controllers that offer endpoints for posting a measurement (de4l) or a route (taxi) and get endpoints to receive all points from the database
- A python script is provided for testing the endpoints
- Do not merge yet, as tests are still missing
Merge request reports
Activity
Filter activity
requested review from @tp35qupy
assigned to @tp35qupy
added 1 commit
- 76ad4345 - Provide API for working with privacy services.
assigned to @mschneider and unassigned @tp35qupy
added 1 commit
- b83ef3fa - Provide API for working with privacy services.
requested review from @mschneider and removed review request for @tp35qupy
mentioned in commit aac6cae5
Please register or sign in to reply