Open teolemon opened 1 year ago
@teolemon @alexfauquette can't we unify URL params that would make things easier to implement? eg:
unify URL
I'm not sure to understand the example you provided. Could you please propose a diff about what are and should be URL params? For example if it's currently value
and you would like it to work with value_tag
. It would help to know how problematic it is
-type=category&value=en:beers
+type=category&value_tag=en:beers
make things easier to implement
To give you some context from hunger games side, some games are more than 4 years old, so I don't know who linked to them, so I need them to stay consistent over time.
Depending on how many modifications are to do, it could be easier to have a getLinksToHungerGame
function that translates your internal data to url params than to support multiple params naming for a same value in hunger games.
I'm not sure to understand the example you provided. Could you please propose a diff about what are and should be URL params? For example if it's currently
value
and you would like it to work withvalue_tag
. It would help to know how problematic it is-type=category&value=en:beers +type=category&value_tag=en:beers
I mean to say having the same parameter pattern maybe this one
type=category&value_tag=en:beers
for logo and product game.
The blocking PR has been merged. We just agreed with @raphael0202 that this feature would be really nice to have
Problem
Add deep links to the Hunger Games logo game, now that it's really performant
What