Skip to content
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

Change amc plugin interface to take item_ids list instead of filter #5929

Open
wants to merge 2 commits into
base: 5826-Plugin-base
Choose a base branch
from

Conversation

jmbrunskill
Copy link
Contributor

Fixes #5826

πŸ‘©πŸ»β€πŸ’» What does this PR do?

Removes the ItemStatsFilter type, replacing my a list of item_ids
This makes the calling service for the AMC Plugin simplier and less risk of changes not being covered correctly.

πŸ’Œ Any notes for the reviewer?

This means that callers of item_stats will need to know the items in advance but that seems to be the case in all our use cases.

πŸ§ͺ Testing

  • Check AMC plugin works.

πŸ“ƒ Documentation

  • Part of an epic: documentation will be completed for the feature as a whole
  • No documentation required: no user facing changes or a bug fix which isn't a change in behaviour
  • These areas should be updated or checked:
    1.
    2.

@github-actions github-actions bot added this to the v2.5.0 milestone Jan 7, 2025
@github-actions github-actions bot added enhancement New feature or request Team Ruru πŸ¦‰ Andrei, Roxy, Ferg feature: plugin labels Jan 7, 2025
@jmbrunskill jmbrunskill requested a review from andreievg January 7, 2025 03:51
@jmbrunskill jmbrunskill mentioned this pull request Jan 7, 2025
3 tasks
Copy link
Contributor

@roxy-dao roxy-dao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me!

Thanks James (:

@roxy-dao roxy-dao self-assigned this Jan 8, 2025
@jmbrunskill
Copy link
Contributor Author

@andreievg happy for me to merge this or are you wanting to keep that base clean?

@roxy-dao roxy-dao modified the milestones: v2.5.0, V2.5.0-RC1 Jan 8, 2025
@jmbrunskill jmbrunskill modified the milestones: V2.5.0-RC2, v2.6.0 Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature: plugin Team Ruru πŸ¦‰ Andrei, Roxy, Ferg
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants