AtlasOfLivingAustralia/userdetails

Improvements to userdetails web services

yasima-csiro opened this issue · 5 comments

The userdetails web services need to be refactored to suit the Cognito.

  • - GET /ws/flicker
  • - GET /ws/getUserStats
  • - GET /userDetails/byRole
  • - GET /userDetails/search
  • - GET /property/getProperty
  • - POST /userDetails/getUserDetails
  • - POST /userDetails/getUserDetailsFromIdList
  • - POST /property/saveProperty

Issues

  • How to connect to CAS to get full user list
    solution - use lambda function to combine both results from cognito and prod db

GET /ws/getUserStats
image
POST /userDetails/getUserDetails
image
image

GET /userDetails/byRole
image

POST /userDetails/getUserDetailsFromIdList
image

GET /userDetails/search
image

GET /property/getProperty
image
image

POST /property/saveProperty
image