-
Notifications
You must be signed in to change notification settings - Fork 7
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
Allow each group to have different maxItems #1763
base: main
Are you sure you want to change the base?
Conversation
@@ -83,7 +83,7 @@ libraryDependencies ++= Seq( | |||
"com.gu" %% "content-api-client-aws" % "0.7.6", | |||
"com.gu" %% "content-api-client-default" % capiClientVersion, | |||
"com.gu" %% "editorial-permissions-client" % "3.0.0", | |||
"com.gu" %% "fapi-client-play30" % "15.0.0", | |||
"com.gu" %% "fapi-client-play30" % "16.0.0-PREVIEW.fpadd-groups-config-field.2025-02-21T1227.15f48131", |
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.
Will need to swap out for 16.0.0 once guardian/facia-scala-client#345 is released.
564bf14
to
9f359da
Compare
app/model/frontsapi.scala
Outdated
@@ -421,8 +421,8 @@ trait UpdateActionsTrait extends Logging { | |||
collectionId: String, |
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'm confused about the relation between the config groups
field and the trail metadata group
field.
id: 'exampleCollection', | ||
displayName: 'Example Collection', | ||
type: 'any', | ||
groups: ['large', 'medium', 'small'], |
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.
Existing/legacy containers have a concept of groups. Is the plan to move to groupsConfig for all containers rather than just for "beta" containers? If so, will that require us to repress all fronts?
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.
ahh ignore the above, i see that we're supporting both here https://github.com/guardian/facia-scala-client/pull/345/files π
What's changed?
Implementation notes
Checklist
General
Client