Skip to content

Iteration 4 Release

Latest
Compare
Choose a tag to compare
@wwongandy wwongandy released this 07 Mar 01:03
· 3 commits to master since this release
cdc9e7a

Iteration Count: 4
Iteration Deadline: 10th of March, 2020

This iteration deliverable provides the implementation of the following issues;

  • #7 API endpoint to find a User by their ID
  • #8 API endpoint to store a SERaaS Query for a User
  • #9 API endpoint to list all SERaaS Queries for a User
  • #12 API endpoint to load a SERaaS Query for a User
  • #10 API endpoint to remove SERaaS Queries after 24 hours since usage

This deliverable finalises the implementation for the User Management Service, by implementing API endpoints to allow for the integration with the SERaaS API and the Web Platform. In addition, an API endpoint to flush all SERaaS API calls data more than a day ago is provided to allow for usage history statistics storage in a cache basis. The final issue for this service is to setup the corresponding cron job to query this utility periodically.