Compare commits

..

100 Commits

Author SHA1 Message Date
e9e44f4804 Update changelog 2025-01-31 20:56:10 +01:00
d24eb302ce Add missing database counters 2025-01-31 20:53:53 +01:00
f6f3124a93 Fix database counters layout 2025-01-31 20:51:34 +01:00
386a1396da Remove unused html_id for sets 2025-01-31 20:50:08 +01:00
17d1bc8fc3 Fix management always opened for sets 2025-01-31 20:49:55 +01:00
47358d0a54 Support for damaged parts 2025-01-31 20:46:36 +01:00
2ee8fdb058 Leaner card dataset 2025-01-31 18:38:03 +01:00
9436888d63 Fix broken set status 2025-01-31 18:37:44 +01:00
74f25031cd Add missing set owners SQL drop 2025-01-31 18:09:06 +01:00
a7dd96c8e4 Set tags 2025-01-31 18:08:53 +01:00
9a9ea0a392 Don't toggle the no confirm button in bulk mode 2025-01-31 17:56:51 +01:00
70c74c84ea Fix broken list filtering on the grid 2025-01-31 17:52:51 +01:00
43736f47de Disable no confirm checkbox when toggling the form 2025-01-31 16:38:06 +01:00
cffe844d79 Fix functions definition 2025-01-31 16:37:42 +01:00
7047a28845 Set owners 2025-01-31 16:34:59 +01:00
2a12889695 Merge add and bulk add templates 2025-01-31 15:45:28 +01:00
66bcc9ce14 Fix socket always in refresh mode 2025-01-31 15:43:32 +01:00
5aade60219 Missing quotes around SQL identifier 2025-01-31 15:29:32 +01:00
d5b419162e Display color and print for part cards not solo 2025-01-31 14:57:16 +01:00
26e3678c75 Fix print badge for elements no having this field 2025-01-31 14:54:00 +01:00
68fd7abf2d Use badge macros in the card header 2025-01-31 14:46:50 +01:00
7775e30bed Fix the similar prints icon 2025-01-31 11:44:37 +01:00
e509e6b0bb Make the default collapsed state of grid filters configurable through a variable 2025-01-31 11:31:38 +01:00
4a6f5592c7 Make filters collapsible 2025-01-31 11:23:38 +01:00
366df9d5c6 Make the grid controls normal sized 2025-01-31 11:22:50 +01:00
73fa71e380 Use a with block rather than set to avoid leaking variables 2025-01-31 11:05:19 +01:00
4278e088a4 Rename solo and attribute to value and metadata in grid filter 2025-01-31 10:54:11 +01:00
2c90afb644 Configure the Grid search through data- attributes 2025-01-31 10:19:59 +01:00
d91dd128ae Cosmetics 2025-01-30 23:35:51 +01:00
399daa375a Make checkbox clickable in the entire width of their container 2025-01-30 23:34:47 +01:00
bd21803298 Fix database counters display 2025-01-30 23:25:42 +01:00
6f0e132a36 Make grid filters controlled through data- fields 2025-01-30 23:24:22 +01:00
ccbc904a25 Create dedicated object for Grid filter 2025-01-30 22:40:53 +01:00
fca69aca7c Create dedicated javascript object for Grid sort 2025-01-30 22:30:14 +01:00
3af89ad558 Split the grid javascript code 2025-01-30 22:10:47 +01:00
4ca7a50492 Remove sort-target attribute, handle it internally 2025-01-30 22:07:09 +01:00
1213e9e176 Separate the filters from the search and sort in the set grid 2025-01-30 21:57:42 +01:00
a6f0bdafa0 Move the checkbox logic inside the macro 2025-01-30 17:39:55 +01:00
3a6e1ac9c9 Fix admin status error 2025-01-30 16:54:22 +01:00
db0c6a2ff0 Move from_form function about name to the base metadata class 2025-01-30 16:38:11 +01:00
7b775e3db6 Remove metadata prefix, it's identical to kind 2025-01-30 16:35:26 +01:00
23a1e2efbd Metadata list 2025-01-30 16:23:47 +01:00
cd70fb28dc Rename checkboxes (too generic) to status (and some bug fixes) 2025-01-30 15:03:16 +01:00
26d4860bcc Don't rely on SQL files for migration patches as their existence is not guaranteed 2025-01-30 12:56:14 +01:00
6e0c4775d1 Remove the 404 code from post redirect as it will cause the browser to not redirect 2025-01-30 12:42:37 +01:00
4e88b33c1f Create a Metadata object as a base for checkboxes 2025-01-30 12:27:21 +01:00
a3cb409749 Rename checkox_error 2025-01-30 09:33:54 +01:00
3550d7a867 Rename database_error 2025-01-29 22:49:17 +01:00
8fdeb47c80 Parametrable error names 2025-01-29 22:44:08 +01:00
40142b7e62 Theme override nobody cares actually 2025-01-29 21:27:58 +01:00
c9da6a67d8 Fix variable type hint 2025-01-29 19:28:23 +01:00
0ad9cff7a0 Set theme override 2025-01-29 19:28:00 +01:00
a79f0ffd6a Move set management to its own file 2025-01-29 18:14:44 +01:00
5a45cb3549 Fix functions definition 2025-01-29 18:12:39 +01:00
066843fc3c url_for_missing should be part of BrickPart, not RebrickablePart 2025-01-29 17:59:59 +01:00
14e75fc1e4 Update container versions 2025-01-29 17:44:46 +01:00
b0327d9771 Don't display the set management section when deleting it 2025-01-29 17:42:13 +01:00
e5ab8d7758 Add missing @login_required for set deletion 2025-01-29 17:41:34 +01:00
9607562e5f Add a tooltip with an error message on the visual status 2025-01-29 17:35:54 +01:00
1a53801955 Fix undefined id variable used when a checkbox does not exist 2025-01-29 17:35:15 +01:00
bfae90c247 Add a clear button for dynamic input 2025-01-29 16:14:52 +01:00
e8a8899b3c Rename read_only_missing to a more generic read_only 2025-01-29 16:11:48 +01:00
a97a542e68 Fix missing logic to handle empty string from dynamic input 2025-01-29 15:59:00 +01:00
fd479d40f9 Move dynamic input to BrickChanger 2025-01-29 15:58:41 +01:00
ead0b1f90d Add visually hidden label for dynamic input, move read-only logic in the macro 2025-01-29 15:57:19 +01:00
cc87495aba Move the dynamic input into a macro 2025-01-29 15:12:10 +01:00
f32ea0b1b3 Display prints based on a part 2025-01-29 14:03:48 +01:00
bb096f76d6 Visual fix for Any/No color 2025-01-29 11:43:18 +01:00
5dfa1d5fba Use data-sort to sort colums with complex data 2025-01-29 10:37:22 +01:00
75f730ae7f Display RGB color, transparency and prints for parts 2025-01-29 10:36:43 +01:00
8b5784bc9e Use Rebrickable URL for cosmetics if available 2025-01-29 09:04:09 +01:00
deb4a36604 Collapsible grid controls 2025-01-28 23:31:20 +01:00
7eb87dc90c Remove leftover debug prints 2025-01-28 23:07:54 +01:00
b55999327b Add a refresh mode for sets 2025-01-28 23:07:12 +01:00
3d896c6d65 Add purchase location to the database 2025-01-28 21:10:14 +01:00
d541b1b351 Deduplicated parts and missing parts 2025-01-28 19:48:14 +01:00
0070780164 Garbage leftover from copy-paste 2025-01-28 14:19:26 +01:00
de2477afb0 Remove unused socket 2025-01-28 14:09:14 +01:00
096bb754de Cosmetics 2025-01-28 11:00:39 +01:00
872dfc0e2e Documentation touch up 2025-01-28 10:49:47 +01:00
e78a919072 Add extra fields to set for the future while we are refactoring it 2025-01-28 10:49:16 +01:00
5615ebf40c Update versions and changelog 2025-01-27 23:24:16 +01:00
f12d608738 Properly use the _listener variables as expected, and allow Enter key to execute the action 2025-01-27 23:19:42 +01:00
cf6d5f43c0 Simplify fields name in the database 2025-01-27 23:19:42 +01:00
0beb1147b9 Allow more advanced migration action through a companion python file 2025-01-27 23:19:26 +01:00
6b9e1c2cfd Add remixicon in the libraries 2025-01-27 23:19:26 +01:00
3c05bfa9fc Documentation about base SQL files 2025-01-27 23:19:26 +01:00
5a99161e96 Add missing checkboxes counter alias 2025-01-27 23:19:26 +01:00
426f0bb123 Fix hide instructions block placement 2025-01-27 23:19:26 +01:00
cbf2b5b582 Remove confusing reference to number for sets 2025-01-27 23:19:26 +01:00
1519f33e98 Deduplicate minifigures 2025-01-27 23:19:26 +01:00
ebf291b7b8 Rename load to from_set for clarity 2025-01-27 23:17:31 +01:00
29bb92ef93 Inject the socket only where necessary 2025-01-27 23:17:31 +01:00
f8ba0abbbe Provide decorator for socket actions, for repetitive tasks like checking if authenticated or ready for Rebrickable actions 2025-01-27 23:17:31 +01:00
579ec88629 Remove confusing reference to number for sets 2025-01-27 23:17:31 +01:00
9c925b56da Rename routes 2025-01-27 23:17:31 +01:00
5f847168f4 Remove unused insert_rebrickable 2025-01-27 23:17:31 +01:00
35208fec8a Rename download_rebrickable to insert_rebrickable and make it return if an insertion occured 2025-01-27 23:17:31 +01:00
fa44b31f51 Grey out legacy database tables in the admin 2025-01-27 23:17:31 +01:00
3bbcf2c21c Add a flag to hide instructions in a set card 2025-01-27 23:17:31 +01:00
6 changed files with 3 additions and 224 deletions

View File

@ -18,9 +18,7 @@ A web application for organizing and tracking LEGO sets, parts, and minifigures.
Use the provided [compose.yaml](compose.yaml) file.
See [Quickstart](docs/quickstart.md) to get up and running right away.
See [Setup](docs/setup.md) for a more setup guide.
See [setup](docs/setup.md).
## Usage

View File

@ -9,7 +9,6 @@ This page helps you navigate the documentation of BrickTracker.
## Installation
- [Setup](setup.md)
- [Variables overview](env.md)
## Usage

View File

@ -1,108 +0,0 @@
# Environment Variables Reference
## Essential Variables
| Variable | Purpose | Default | Required |
|----------|---------|----------|-----------|
| `BK_REBRICKABLE_API_KEY` | Rebrickable API key | None | Yes |
## Common Configuration
| Variable | Purpose | Default | Required |
|----------|---------|----------|-----------|
| `BK_DATABASE_PATH` | SQLite database path | `./app.db` | No |
| `BK_PORT` | Server port | `3333` | No |
| `BK_HOST` | Server host address | `0.0.0.0` | No |
| `BK_DEBUG` | Enable debug mode | `false` | No |
| `BK_USE_REMOTE_IMAGES` | Use remote images | `false` | No |
| `BK_DEFAULT_TABLE_PER_PAGE` | Items per page | `25` | No |
| `BK_TIMEZONE` | Timezone | `Etc/UTC` | No |
## UI Customization
| Variable | Purpose | Default | Required |
|----------|---------|----------|-----------|
| `BK_HIDE_ADMIN` | Hide admin menu entry | `false` | No |
| `BK_HIDE_ADD_SET` | Hide 'Add' menu entry | `false` | No |
| `BK_HIDE_ADD_BULK_SET` | Hide bulk add option | `false` | No |
| `BK_HIDE_ALL_SETS` | Hide sets menu entry | `false` | No |
| `BK_HIDE_ALL_PARTS` | Hide parts menu entry | `false` | No |
| `BK_HIDE_ALL_MINIFIGURES` | Hide minifigures menu entry | `false` | No |
| `BK_HIDE_ALL_INSTRUCTIONS` | Hide instructions menu entry | `false` | No |
| `BK_HIDE_MISSING_PARTS` | Hide missing parts menu entry | `false` | No |
| `BK_HIDE_WISHES` | Hide wishlist menu entry | `false` | No |
| `BK_INDEPENDENT_ACCORDIONS` | Make accordions independent | `false` | No |
## Sort Order Configuration
| Variable | Purpose | Default | Required |
|----------|---------|----------|-----------|
| `BK_SETS_DEFAULT_ORDER` | Default set sorting | `"rebrickable_sets"."number" DESC` | No |
| `BK_PARTS_DEFAULT_ORDER` | Default part sorting | `"inventory"."name" ASC` | No |
| `BK_MINIFIGURES_DEFAULT_ORDER` | Default minifig sorting | `"minifigures"."name" ASC` | No |
| `BK_WISHES_DEFAULT_ORDER` | Default wishlist sorting | `"bricktracker_wishes"."rowid" DESC` | No |
## External Links Configuration
| Variable | Purpose | Default | Required |
|----------|---------|----------|-----------|
| `BK_REBRICKABLE_LINKS` | Show Rebrickable links | `false` | No |
| `BK_BRICKLINK_LINKS` | Show BrickLink links | `false` | No |
| `BK_BRICKLINK_LINK_PART_PATTERN` | BrickLink part URL pattern | `https://www.bricklink.com/v2/catalog/catalogitem.page?P={number}` | No |
| `BK_REBRICKABLE_LINK_PART_PATTERN` | Rebrickable part URL pattern | `https://rebrickable.com/parts/{number}/_/{color}` | No |
| `BK_REBRICKABLE_LINK_MINIFIGURE_PATTERN` | Rebrickable minifig URL pattern | `https://rebrickable.com/minifigs/{number}` | No |
| `BK_REBRICKABLE_LINK_INSTRUCTIONS_PATTERN` | Rebrickable instructions URL pattern | `https://rebrickable.com/instructions/{path}` | No |
## File Storage Configuration
| Variable | Purpose | Default | Required |
|----------|---------|----------|-----------|
| `BK_INSTRUCTIONS_FOLDER` | Instructions storage path | `instructions` | No |
| `BK_MINIFIGURES_FOLDER` | Minifigures storage path | `minifigs` | No |
| `BK_PARTS_FOLDER` | Parts storage path | `parts` | No |
| `BK_SETS_FOLDER` | Sets storage path | `sets` | No |
| `BK_INSTRUCTIONS_ALLOWED_EXTENSIONS` | Allowed instruction file types | `.pdf` | No |
## API and Network Configuration
| Variable | Purpose | Default | Required |
|----------|---------|----------|-----------|
| `BK_DOMAIN_NAME` | CORS origin restriction | None | No |
| `BK_REBRICKABLE_PAGE_SIZE` | Items per API call | `100` | No |
| `BK_SOCKET_NAMESPACE` | Socket.IO namespace | `bricksocket` | No |
| `BK_SOCKET_PATH` | Socket.IO path | `/bricksocket/` | No |
| `BK_NO_THREADED_SOCKET` | Disable socket threading | `false` | No |
| `BK_REBRICKABLE_USER_AGENT` | Custom User-Agent | `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36` | No |
## External Data Sources
| Variable | Purpose | Default | Required |
|----------|---------|----------|-----------|
| `BK_RETIRED_SETS_FILE_URL` | Retired sets list URL | `https://docs.google.com/spreadsheets/d/1rlYfEXtNKxUOZt2Mfv0H17DvK7bj6Pe0CuYwq6ay8WA/gviz/tq?tqx=out:csv&sheet=Sorted%20by%20Retirement%20Date` | No |
| `BK_RETIRED_SETS_PATH` | Local retired sets file path | `./retired_sets.csv` | No |
| `BK_THEMES_FILE_URL` | Themes list URL | `https://cdn.rebrickable.com/media/downloads/themes.csv.gz` | No |
| `BK_THEMES_PATH` | Local themes file path | `./themes.csv` | No |
| `BK_REBRICKABLE_IMAGE_NIL` | Missing image placeholder | `https://rebrickable.com/static/img/nil.png` | No |
| `BK_REBRICKABLE_IMAGE_NIL_MINIFIGURE` | Missing minifig placeholder | `https://rebrickable.com/static/img/nil_mf.jpg` | No |
## Behavior Configuration
| Variable | Purpose | Default | Required |
|----------|---------|----------|-----------|
| `BK_RANDOM` | Shuffle front page lists | `false` | No |
| `BK_SKIP_SPARE_PARTS` | Ignore spare parts | `false` | No |
| `BK_DATABASE_TIMESTAMP_FORMAT` | Backup timestamp format | `%Y-%m-%d-%H-%M-%S` | No |
| `BK_AUTHENTICATION_KEY` | Secret key for auth tokens | None | If using authentication |
| `BK_AUTHENTICATION_PASSWORD` | Admin area password | None | No |
## Sort Order Examples
```bash
# Sort sets by year ascending
BK_SETS_DEFAULT_ORDER="rebrickable_sets"."year" ASC
# Sort parts by missing count descending
BK_PARTS_DEFAULT_ORDER="total_missing" DESC, "inventory"."name" ASC
# Sort minifigures by ID
BK_MINIFIGURES_DEFAULT_ORDER="minifigures"."fig_num" ASC
# Sort wishlist by set number
BK_WISHES_DEFAULT_ORDER="bricktracker_wishes"."set" ASC
```
## File Extensions Example
```bash
# Allow multiple instruction file types
BK_INSTRUCTIONS_ALLOWED_EXTENSIONS=.pdf, .docx, .png
```

View File

@ -1,7 +1,7 @@
# First steps
> **Note**
> The following page is based on version `1.1.1` of BrickTracker.
> The following page is based on version `1.0.0` of BrickTracker.
## Database initialization

View File

@ -1,90 +0,0 @@
# Quickstart
> **Note**
> The following page is based on version `1.1.1` of BrickTracker.
## Prerequisites
- Docker and Docker Compose installed
- A Rebrickable API key from https://rebrickable.com/users/profile/
- curl or wget (for downloading configuration files)
## Note on Environment Configuration
BrickTracker can be configured using either:
- A `.env` file (recommended and shown in this guide)
- Environment variables in compose.yaml
This guide uses the `.env` file approach for better maintainability. The environment variables in the compose.yaml file are kept minimal and only reference the essential paths.
## Directory Setup
1. Create the project directory and structure:
```bash
mkdir -p bricktracker/{data,static/{instructions,minifigures,parts,sets}}
cd bricktracker
```
2. Download the sample configuration files:
```bash
# Get the environment file template
curl -o env.sample https://raw.githubusercontent.com/FrederikBaerentsen/BrickTracker/main/env.sample
# Or with wget:
# wget -O env.sample https://raw.githubusercontent.com/FrederikBaerentsen/BrickTracker/main/env.sample
```
## Docker Compose Configuration
Create `compose.yaml` with this content:
```yaml
services:
bricktracker:
container_name: BrickTracker
restart: unless-stopped
image: gitea.baerentsen.space/frederikbaerentsen/bricktracker:1.1.1
ports:
- "3333:3333"
volumes:
- ./data:/data
- ./static/instructions:/app/static/instructions
- ./static/minifigures:/app/static/minifigures
- ./static/parts:/app/static/parts
- ./static/sets:/app/static/sets
env_file: ".env"
```
## Starting BrickTracker
1. Start the application:
```bash
docker compose up -d
```
2. Access BrickTracker at `http://localhost:3333`
Please refer to [Environment Variables Reference](docs/env.md) for a list of available variables.
3. Read more in [First steps](docs/first-steps.md)
## Troubleshooting
1. If the application won't start:
- Check if port 3333 is available
- Check logs with `docker compose logs -f`
- Ensure `.env` file is properly formatted
2. If images aren't appearing:
- Verify write permissions on static directories
- Ensure network connectivity to Rebrickable
3. If you can't add sets:
- Verify your Rebrickable API key
- Check the application logs for API errors
4. Environment configuration issues:
- Make sure `.env` file exists and is readable
- Check for any syntax errors in `.env` file
- Verify no conflicting environment variables are set in the shell
For more troubleshooting, take a look at [Common Errors](docs/common-errors.md)
Please refer to [Setup](docs/setup.md) for more information.

View File

@ -1,7 +1,7 @@
# Setup
> **Note**
> The following page is based on version `1.1.1` of BrickTracker.
> The following page is based on version `1.0.0` of BrickTracker.
## Prerequisites
@ -53,8 +53,6 @@ services:
The [.env.sample](../.env.sample) file provides ample documentation on all the configurable options. Have a look at it.
You can make a copy of `.env.sample` as `.env` with your options or create an `.env` file from scratch.
[Environment Variables Reference](docs/env.md) contains a table of the available variables.
## Database file
To accomodate for the original version of BrickTracker, the default database path is `./app.db`.
@ -91,24 +89,6 @@ In the original version of BrickTracker they were either shipped with the contai
You can use the `BK_RETIRED_SET_PATH` and `BK_THEMES_PATH` to relocate them into a volume.
## Directory Structure
Updated directory structure showing data volume organization:
```
bricktracker/
├── data/ # Persistent data
│ ├── app.db # Database file
│ ├── retired_sets.csv # Retired sets data
│ └── themes.csv # Themes data
├── static/ # Static files
│ ├── instructions/ # PDF and other instruction files
│ ├── minifigures/ # Minifigure images
│ ├── parts/ # Part images
│ └── sets/ # Set images
├── .env # Environment configuration
└── compose.yaml # Docker compose configuration
```
## Authentication
See [authentication](authentication.md)