It would be nice to be able to set a quantity of a set owned, so that can be shown more cohesively rather than them all being separate sets in the set view.
EX: I own 3 of a set, rather than showing all 3 entries on the set page, you show one entry.
Then once you go into that set, you can select different properties/attributes for each sets, if you need to do so.
It would be nice to be able to set a quantity of a set owned, so that can be shown more cohesively rather than them all being separate sets in the set view.
EX: I own 3 of a set, rather than showing all 3 entries on the set page, you show one entry.
Then once you go into that set, you can select different properties/attributes for each sets, if you need to do so.
To add some more ideas to this:
I have multiple Galaxy explorer sets, each build into different version or MOCS using only parts from this set.
Main build
A alt build
B alt Build
Mech MOC
Walker MOC
2 combined into one larger ship
one un-built
Being able to have these represented as one set on the top level page, then go into the set and see all the copies of the set would make more sense then having all of the sets like this:
To add some more ideas to this:
I have multiple Galaxy explorer sets, each build into different version or MOCS using only parts from this set.
- Main build
- A alt build
- B alt Build
- Mech MOC
- Walker MOC
- 2 combined into one larger ship
- one un-built
Being able to have these represented as one set on the top level page, then go into the set and see all the copies of the set would make more sense then having all of the sets like this:

I understand, but then missing pieces wont work. The reason for having each individual set is to be able to track missing pieces for each set.
BrickTracker isn't really aimed at MOC builds.
I understand, but then missing pieces wont work. The reason for having each individual set is to be able to track missing pieces for each set.
BrickTracker isn't really aimed at MOC builds.
Hmmm, I'm not saying getting rid of the missing pieces. More like reorganize the UI.
Instead of having each set at the top level and having a card for each individual set there, have a single card for all instances of the same kit and break it down so show each individual set for that specific kit under it on a different page. Reducing clutter at the top level.
Does that make more sense?
Basically the functionality stay the same, just reorganize the UI to be less cluttered by duplicate sets at the top level
Also, not being aimed at MOCs is excluding a majority of the community around LEGO and building block/bricks
Hmmm, I'm not saying getting rid of the missing pieces. More like reorganize the UI.
Instead of having each set at the top level and having a card for each individual set there, have a single card for all instances of the same kit and break it down so show each individual set for that specific kit under it on a different page. Reducing clutter at the top level.
Does that make more sense?
Basically the functionality stay the same, just reorganize the UI to be less cluttered by duplicate sets at the top level
Also, not being aimed at MOCs is excluding a majority of the community around LEGO and building block/bricks
# Optional: Enable set consolidation/grouping on the main sets page
# When enabled, multiple copies of the same set are grouped together showing instance count
# When disabled, each set copy is displayed individually (original behavior)
# Default: false
# BK_SETS_CONSOLIDATION=true
See the other issues for their specific environment variables.
Please report back any bug or feature requests.
@aronwk The feature is available for testing using the docker label `:consolidation`.
Please do a database backup, as we are upgrading to version 18. Other features in this label includes:
1. Checkmarks (see #70)
2. Peeron instructions download (see #56)
3. Pagination (see #84)
New environment variables for consolidation:
```
# Optional: Enable set consolidation/grouping on the main sets page
# When enabled, multiple copies of the same set are grouped together showing instance count
# When disabled, each set copy is displayed individually (original behavior)
# Default: false
# BK_SETS_CONSOLIDATION=true
```
See the other issues for their specific environment variables.
Please report back any bug or feature requests.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
It would be nice to be able to set a quantity of a set owned, so that can be shown more cohesively rather than them all being separate sets in the set view.
EX: I own 3 of a set, rather than showing all 3 entries on the set page, you show one entry.
Then once you go into that set, you can select different properties/attributes for each sets, if you need to do so.
To add some more ideas to this:
I have multiple Galaxy explorer sets, each build into different version or MOCS using only parts from this set.
Being able to have these represented as one set on the top level page, then go into the set and see all the copies of the set would make more sense then having all of the sets like this:

I understand, but then missing pieces wont work. The reason for having each individual set is to be able to track missing pieces for each set.
BrickTracker isn't really aimed at MOC builds.
Hmmm, I'm not saying getting rid of the missing pieces. More like reorganize the UI.
Instead of having each set at the top level and having a card for each individual set there, have a single card for all instances of the same kit and break it down so show each individual set for that specific kit under it on a different page. Reducing clutter at the top level.
Does that make more sense?
Basically the functionality stay the same, just reorganize the UI to be less cluttered by duplicate sets at the top level
Also, not being aimed at MOCs is excluding a majority of the community around LEGO and building block/bricks
feat: Add Quantity for Setsto [Feature] Add Quantity for SetsLooking at different implementation options. How does something like this look?
yep! that looks great!!!
Using Tags to display the "name" of each copy.
@aronwk The feature is available for testing using the docker label
:consolidation.Please do a database backup, as we are upgrading to version 18. Other features in this label includes:
New environment variables for consolidation:
See the other issues for their specific environment variables.
Please report back any bug or feature requests.
Implemented in #106. Testing on
:consolidationuntil release.