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

Item name in the statistics section should not contain number of items and item code #201

Open
valdisz opened this issue Jul 12, 2024 · 1 comment
Labels

Comments

@valdisz
Copy link
Contributor

valdisz commented Jul 12, 2024

Statistics items must follow the same structure as items in any other place.

Example:

{
  "amount": 2,
  "rank": 1,
  "max": 2,
  "name": "leader",
  "plural": "leaders",
  "tag": "LEAD"
}

Right now it is like this:

{
  "item_name": "2 leaders [LEAD]",
  "max": 2,
  "rank": 1,
  "total": 2
}
@valdisz valdisz added the bug label Jul 12, 2024
@jt-traub
Copy link
Contributor

Agreed that would be better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants