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

Display how many of this item are found by us #3

Open
Kimi-Arthur opened this issue Jan 28, 2017 · 2 comments
Open

Display how many of this item are found by us #3

Kimi-Arthur opened this issue Jan 28, 2017 · 2 comments

Comments

@Kimi-Arthur
Copy link

This can be a number over the upper right corner of the item.

We can show the exact count of the item being collected or "999+" if it's just too many.

@JavidPack
Copy link
Owner

This one is a maybe. It adds save bloat, but is kinda interesting. Needs more thought.

@Kimi-Arthur
Copy link
Author

It shouldn't be a too big bloat.
Storage side, add another list in storage similar to "FoundItems", which when put side by side with it, can be extracted as item's count.
For itemsFound (of type List), use a new custom type to store it (of type List maybe), which contains the original Item, plus found count etc.
The same applies to the found date thing in the other issue.

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

No branches or pull requests

2 participants