-
Notifications
You must be signed in to change notification settings - Fork 1
DTR-685: DASS Technical Refresh SDLT - Screen MA-overview- Manage Agent Overview - T2 #11
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
Conversation
# Conflicts: # conf/app.routes # conf/messages.en
|
test/controllers/manageAgents/StartAddAgentControllerSpec.scala
Outdated
Show resolved
Hide resolved
avelx
left a comment
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.
approved with comments;
we might need to refactor pagination code in the future
| val host: String = configuration.get[String]("host") | ||
| val appName: String = configuration.get[String]("appName") | ||
|
|
||
| val maxNumberOfAgents: Int = configuration.get[Int]("max-number-of-agents") |
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.
I am not sure what we have in the requirement, is that max number of agents in total ? or per page ?
avelx
left a comment
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.
approved: assume we would simplify pagination logic in the future/separate pagination logic from styling etc
No description provided.