-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/prsd 358 create controller and service #7
Conversation
...n/kotlin/uk/gov/communities/prsdb/webapp/database/repository/LocalAuthorityUserRepository.kt
Show resolved
Hide resolved
I've now added some service tests, updated the landlord repository and updated the readme. EDIT: Or I could use incognito mode to make it forget me... EDIT AGAIN: I've added dummy accounts for a landlord, la admin and la user. The details are in keeper :) |
2b44bb1
to
dff9eb7
Compare
...in/kotlin/uk/gov/communities/prsdb/webapp/controllers/ManageLocalAuthorityUsersController.kt
Show resolved
Hide resolved
...in/kotlin/uk/gov/communities/prsdb/webapp/controllers/ManageLocalAuthorityUsersController.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/uk/gov/communities/prsdb/webapp/database/entity/LocalAuthority.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/uk/gov/communities/prsdb/webapp/services/LocalAuthorityDataService.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/uk/gov/communities/prsdb/webapp/services/UserRolesService.kt
Outdated
Show resolved
Hide resolved
e96301c
to
133c35e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Subject to the point about looking up by entity rather than Id I'm happy with this :)
…tory's findByBaseUser_Id to return a single user
94a245f
to
728b9a3
Compare
This isn't quite there but I find that PRs are a useful place to ask questions!
In this PR:
To do - add some tests for the services: