FrederikBaerentsen
  • Joined on 2022-02-22
FrederikBaerentsen pushed to master at FrederikBaerentsen/BrickTracker 2025-01-24 19:12:12 +01:00
d2fa72dc63 Merge pull request 'Database migration tool, deduplication of sets data, customizable checkboxes' (#44) from gregoo/BrickTracker:master into master
8b1df86f33 Update docker image version
2d3e8cdd8b Rename the bricktracker doc to overview
5ebdf89c85 Bump version to 1.1.0
3d878ea7c5 Add a changelog
Compare 52 commits »
FrederikBaerentsen commented on pull request FrederikBaerentsen/BrickTracker#44 2025-01-24 19:11:59 +01:00
Database migration tool, deduplication of sets data, customizable checkboxes

Sounds good! I'll go ahead and merge.

FrederikBaerentsen pushed to instructions at FrederikBaerentsen/BrickTracker 2025-01-24 17:20:57 +01:00
6320629b07 Moved code from views to instructions.py
FrederikBaerentsen pushed to instructions at FrederikBaerentsen/BrickTracker 2025-01-24 17:11:16 +01:00
4a785df532 Moved from code around
FrederikBaerentsen commented on issue FrederikBaerentsen/BrickTracker#45 2025-01-24 16:43:22 +01:00
Automatic Instructions Downloader

Sorry you feel this way. I'm really trying to learn and I wouldn't call my import code production ready. I had plans to go through it this weekend. Especially the things you mention (bs4) and…

FrederikBaerentsen commented on pull request FrederikBaerentsen/BrickTracker#44 2025-01-24 16:31:14 +01:00
Database migration tool, deduplication of sets data, customizable checkboxes

I'm thinking this would be good for a 1.1.0 and then instructions download could be 1.2.0, as I would like to improve it a bit.

Then we also don't get a monster release with too many changes…

FrederikBaerentsen commented on issue FrederikBaerentsen/BrickTracker#45 2025-01-24 16:27:50 +01:00
Automatic Instructions Downloader

Would be great if you could take a look.

What's implemented is:

  • A button on the set page like the upload button.
  • A button on the /instructions page
  • Prefill set-number when coming…
FrederikBaerentsen commented on issue FrederikBaerentsen/BrickTracker#25 2025-01-24 13:21:55 +01:00
Improvements

I did a couple of tests with ~8000 rows and loading time is ~7s. Which is pretty acceptable. So i think we are good there.

FrederikBaerentsen pushed to master at FrederikBaerentsen/ComicRack_Scripts 2025-01-24 12:15:44 +01:00
2debe8336a Updated 20250124
FrederikBaerentsen commented on issue FrederikBaerentsen/BrickTracker#45 2025-01-23 14:16:32 +01:00
Automatic Instructions Downloader

The downloader works and it is possible to select which instructions you want downloaded. They are downloaded to the correct folder and then the rename/delete works as with manually uploaded…

FrederikBaerentsen commented on issue FrederikBaerentsen/BrickTracker#48 2025-01-23 14:09:52 +01:00
Custom checkboxes for sets (and visibility on the grid)

Good idea. I was just thinking about the labels the other day and how they probably needed to be customized.

FrederikBaerentsen commented on issue FrederikBaerentsen/BrickTracker#25 2025-01-23 13:15:06 +01:00
Improvements

I must be blind. I see the search bar now. That’s fair enough. You are right, the parts page probably isn’t used that much (there’s also a long loading time for the page). I’ll close the…

FrederikBaerentsen commented on issue FrederikBaerentsen/BrickTracker#45 2025-01-23 12:34:06 +01:00
Automatic Instructions Downloader

I created an instructions branch and moved those two commits over there. Hopefully that should fix the issues. I'll work on that branch until i have a finished version.

FrederikBaerentsen created branch instructions in FrederikBaerentsen/BrickTracker 2025-01-23 12:32:19 +01:00
FrederikBaerentsen pushed to instructions at FrederikBaerentsen/BrickTracker 2025-01-23 12:32:19 +01:00
9aa5bd43ec Added bs4 to requirements.txt
053bf75e05 Added instructions downloader from Rebrickable.
Compare 2 commits »
FrederikBaerentsen pushed to master at FrederikBaerentsen/BrickTracker 2025-01-23 12:31:56 +01:00
FrederikBaerentsen commented on issue FrederikBaerentsen/BrickTracker#45 2025-01-23 12:25:36 +01:00
Automatic Instructions Downloader

Okay, i see. I'm not used to working with git and other people. I'll roll back and create a new branch for that code.

FrederikBaerentsen pushed to master at FrederikBaerentsen/ComicRack_Scripts 2025-01-23 12:15:42 +01:00
f90bdd1530 Updated 20250123
FrederikBaerentsen commented on issue FrederikBaerentsen/BrickTracker#25 2025-01-23 09:06:14 +01:00
Improvements

@gregoo What's your thought on a search far or filter on the parts page and the parts section of the sets page?

FrederikBaerentsen commented on issue FrederikBaerentsen/BrickTracker#8 2025-01-23 08:57:33 +01:00
Clean up code

@gregoo agreed. I was just going through and checking.