FrederikBaerentsen
  • Joined on 2022-02-22
FrederikBaerentsen closed issue FrederikBaerentsen/BrickTracker#49 2025-01-24 23:50:13 +01:00
Can't search the part "Brick" with links on
FrederikBaerentsen closed issue FrederikBaerentsen/BrickTracker#48 2025-01-24 21:29:20 +01:00
Custom checkboxes for sets (and visibility on the grid)
FrederikBaerentsen commented on issue FrederikBaerentsen/BrickTracker#48 2025-01-24 21:29:17 +01:00
Custom checkboxes for sets (and visibility on the grid)

Closed as it's live in v1.1.0

FrederikBaerentsen commented on issue FrederikBaerentsen/BrickTracker#45 2025-01-24 21:28:38 +01:00
Automatic Instructions Downloader

@gregoo Thanks for pushing me to read the code again. I pushed changes to the instructions branch.

Notes

  • Added link in /template/set/card.html to the download page.
  • Updated…
FrederikBaerentsen pushed to instructions at FrederikBaerentsen/BrickTracker 2025-01-24 21:23:13 +01:00
52f73d5bf9 Moved code and added env variables
FrederikBaerentsen pushed to instructions at FrederikBaerentsen/BrickTracker 2025-01-24 19:41:14 +01:00
6abf4a314f Merge remote-tracking branch 'origin/master' into instructions
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
Compare 53 commits »
FrederikBaerentsen pushed tag v1.1.0 to FrederikBaerentsen/BrickTracker 2025-01-24 19:29:33 +01:00
FrederikBaerentsen commented on issue FrederikBaerentsen/BrickTracker#45 2025-01-24 19:13:47 +01:00
Automatic Instructions Downloader

Thank you 😃 I moved some code around, but there's still a few things i need sorted. I'll work on it tonight and see how it goes.

FrederikBaerentsen merged pull request FrederikBaerentsen/BrickTracker#44 2025-01-24 19:12:12 +01:00
Database migration tool, deduplication of sets data, customizable checkboxes
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…