Ann Catton

Results 5 issues of Ann Catton

To reproduce: - using a Google account that does NOT have an existing user in Ego, update your Google Personal Info -> Name info to leave the `Last Name` field...

The update requests for Policy, Group and Application are incorrectly using a `PUT` method for updating entities. These should be changed to `PATCH` to reflect REST best practices. * These...

Rename all the fields in the JavaField constants file with snake case, where necessary. This will make them more readable. i.e. `PROVIDERTYPE` becomes `PROVIDER_TYPE`

The queries for user and group permissions require joins between permission, user/group and policy. Tried to implement with a JoinFetch but got this error when no query text is provided:...

performance

Clean up references to `id` in swagger params, they are interfering with the id path variable in ego swagger. - in UserController, GroupController, ApplicationController https://github.com/overture-stack/ego/blob/develop/src/main/java/bio/overture/ego/config/WebRequestConfig.java https://github.com/overture-stack/ego/blob/develop/src/main/java/bio/overture/ego/model/enums/Fields.java#L26