BrickTracker/bricktracker
2025-02-03 18:07:56 +01:00
..
migrations Rename checkboxes (too generic) to status (and some bug fixes) 2025-01-31 20:57:06 +01:00
sql Set storage 2025-02-03 16:46:45 +01:00
views Add missing metadata for set loaded from minifigures or parts 2025-02-03 17:38:39 +01:00
__init__.py Massive rewrite 2025-01-17 11:03:00 +01:00
app.py Set storage 2025-02-03 16:46:45 +01:00
config.py Collapsible sort on the grid 2025-02-03 18:07:56 +01:00
configuration_list.py Don't store complex objects in Flash config that could mask existing config items, rather store the values and handle the actual list of conf differently 2025-01-20 15:20:07 +01:00
configuration.py Fix functions definition with stricter positional or keyword restrictions 2025-01-22 16:36:35 +01:00
exceptions.py Massive rewrite 2025-01-17 11:03:00 +01:00
fields.py Fix BrickRecordFields failing on KeyError instead of AttributeError when used with hasattr() 2025-01-24 10:09:50 +01:00
instructions_list.py Separate bricktracker sets from rebrickable sets (dedup), introduce custom checkboxes 2025-01-24 10:36:24 +01:00
instructions.py Trim the url in the progress message to make it more legible 2025-01-25 22:48:10 +01:00
login.py Don't store complex objects in Flash config that could mask existing config items, rather store the values and handle the actual list of conf differently 2025-01-20 15:20:07 +01:00
metadata_list.py Set storage 2025-02-03 16:46:45 +01:00
metadata.py Set storage 2025-02-03 16:46:45 +01:00
minifigure_list.py Support for damaged parts 2025-01-31 20:57:07 +01:00
minifigure.py Compute and display number of parts for minifigures 2025-02-03 10:48:19 +01:00
navbar.py Allow hiding the damaged and missing columns from the parts table 2025-02-03 09:52:33 +01:00
parser.py Move parse_number out of RebrickableSet as it imports way too much for such a simple function 2025-01-25 19:02:38 +01:00
part_list.py Compute and display number of parts for minifigures 2025-02-03 10:48:19 +01:00
part.py Support for damaged parts 2025-01-31 20:57:07 +01:00
rebrickable_image.py Deduplicated parts and missing parts 2025-01-31 20:57:06 +01:00
rebrickable_minifigure.py Add a refresh mode for sets 2025-01-31 20:57:06 +01:00
rebrickable_part.py Use badge macros in the card header 2025-01-31 20:57:07 +01:00
rebrickable_set_list.py Separate bricktracker sets from rebrickable sets (dedup), introduce custom checkboxes 2025-01-24 10:36:24 +01:00
rebrickable_set.py Theme override nobody cares actually 2025-01-31 20:57:06 +01:00
rebrickable.py Separate bricktracker sets from rebrickable sets (dedup), introduce custom checkboxes 2025-01-24 10:36:24 +01:00
record_list.py Set storage 2025-02-03 16:46:45 +01:00
record.py Add a refresh mode for sets 2025-01-31 20:57:06 +01:00
reload.py Set storage 2025-02-03 16:46:45 +01:00
retired_list.py Fix functions definition with stricter positional or keyword restrictions 2025-01-22 16:36:35 +01:00
retired.py Massive rewrite 2025-01-17 11:03:00 +01:00
set_list.py Add missing metadata for set loaded from minifigures or parts 2025-02-03 17:38:39 +01:00
set_owner_list.py Simplify the instantiation of metadata list 2025-02-03 12:25:42 +01:00
set_owner.py Set owners 2025-01-31 20:57:07 +01:00
set_status_list.py Simplify the instantiation of metadata list 2025-02-03 12:25:42 +01:00
set_status.py Move from_form function about name to the base metadata class 2025-01-31 20:57:06 +01:00
set_storage_list.py Set storage 2025-02-03 16:46:45 +01:00
set_storage.py Set storage 2025-02-03 16:46:45 +01:00
set_tag_list.py Simplify the instantiation of metadata list 2025-02-03 12:25:42 +01:00
set_tag.py Set tags 2025-01-31 20:57:07 +01:00
set.py Set storage 2025-02-03 16:46:45 +01:00
socket_decorator.py Provide decorator for socket actions, for repetitive tasks like checking if authenticated or ready for Rebrickable actions 2025-01-31 20:57:05 +01:00
socket.py Additional socket debug messages 2025-02-03 16:47:09 +01:00
sql_counter.py Fix set storages and purchase locations to be normal metadata 2025-02-03 11:03:54 +01:00
sql_migration_list.py Remove debug prints 2025-01-21 17:25:36 +01:00
sql_migration.py Remove debug print from BrickSQLMigration 2025-01-24 11:52:46 +01:00
sql_stats.py Massive rewrite 2025-01-17 11:03:00 +01:00
sql.py Rename checkboxes (too generic) to status (and some bug fixes) 2025-01-31 20:57:06 +01:00
theme_list.py Theme override nobody cares actually 2025-01-31 20:57:06 +01:00
theme.py Theme override nobody cares actually 2025-01-31 20:57:06 +01:00
version.py Compute and display number of parts for minifigures 2025-02-03 10:48:19 +01:00
wish_list.py Move parse_number out of RebrickableSet as it imports way too much for such a simple function 2025-01-25 19:02:38 +01:00
wish.py Remove confusing reference to number for sets 2025-01-31 20:57:05 +01:00