[Feature] Checklist Mode for Inventory Parts #70
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm very often using the "Checklist Mode" on Rebrickable to keep track of my progress while searching all parts for a set. It's very useful, when your kids messed up and "stored" the set inside the box full of loose parts, so basically all parts are missing :)
(Sadly Rebrickable is only storing these only for the current session, after a refresh of the page, the information is gone. Also the page gets really laggy while using it.)
Would be awesome to have this feature in BrickTracker too, just with persisting the information on the server.
Feature could include the following:
I would love this feature.
This could be implemented as a small hamburger menu:
Then as items are found, the existing clear button can be used.
@bitkraken @deadbattery @RegShoe
Something like this? The formatting will be fixed though, just needed a proof-of-concept with a working backend.
The dropdown will mark all parts as missing or clear all parts from being missing. It has does not clear or touch the checkmarks. Is this the wanted functionality?
My thought was to save some work and not implement the checkbox but instead use the existing "missing" field.
However, if the checkboxes are there, it makes sense to me to have "select all" and "clear all" options as well as the implemented "Mark all as missing" and "Clear all missing" in the hamburger menu.
Okay so there should be:
a. Mark all parts as missing
b. Clear all parts as missing
c. Check all checkboxes
d. Clear all checkboxes
If i understand, it is kind of two different features (checkboxes and marking all parts as missing), but it could be fixed using a single hamburger menu?
That’s my understanding. You could add an environmental variable to hide checkboxes if some users didn’t want to see them
@FrederikBaerentsen Looking awesome. Thanks for your work!
Checklist Mode for Inventory Partsto [Feature] Checklist Mode for Inventory Parts@bitkraken @RegShoe @deadbattery This feature is available for testing on the
:checkboxbranch. Please let me know how it works for you.New env vars are:
If both
BK_HIDE_TABLE_MISSING_PARTSandBK_HIDE_TABLE_CHECKED_PARTSaretruethe hamburger-menu is hidden, as it wont do anything.The menu does not contain a mark all parts as damaged, since i can't see how that would ever be a case.
EDIT: Make a backup of your db, as we need to upgrade to v18 for the new checkmark column
Implemented. Will be released with version 1.3.0. Testing on
:checkboxWorks great!
I'm so sorry for my very late response! but THANK YOU SO MUCH! I was scraping together some 1000+ sets from a big box of mixed LEGO and this new feature made this so much more enjoyable :)