1
0
mirror of https://github.com/ToxicCrack/PrintABrick.git synced 2025-05-16 12:20:09 -07:00

313 Commits

Author SHA1 Message Date
David Hübner
ceda83225c Add part and model relations 2017-04-10 17:03:07 +02:00
David Hübner
8ddf1a7263 Update templates 2017-04-10 17:02:46 +02:00
David Hübner
9e9bcfe928 Add Inventory_Set Repository, Fix Set Entity 2017-04-10 17:01:35 +02:00
David Hübner
099b2f5d20 Add image lightbox 2017-04-10 17:00:37 +02:00
David Hübner
f5e2cbc61e Add Rebrickable Inventory Set entity 2017-04-10 17:00:09 +02:00
David Hübner
d9261ecd46 Remove unused Liip imagine loader 2017-04-10 16:58:47 +02:00
David Hübner
cf341d03aa Add Twig extensions 2017-04-10 16:57:47 +02:00
David Hübner
9929956786 Improve 3D view style 2017-04-10 16:56:39 +02:00
David Hübner
4e0fa748a6 Add Brickset set information actions 2017-04-10 16:56:15 +02:00
David Hübner
04a2754425 Fix LDraw entities persistence annotation 2017-04-10 16:54:36 +02:00
David Hübner
36a4e0e73d Recursive load ldraw model subparts, Enable single model load 2017-04-10 16:52:31 +02:00
David Hübner
88c443b4ed Add 3D view toggle 2017-04-08 11:24:20 +02:00
David Hübner
db7195e4d3 Add part model relations 2017-04-07 19:07:39 +02:00
David Hübner
2976f6b801 Update Controllers 2017-04-07 19:07:15 +02:00
David Hübner
61caac6f55 Improve ModelViewer 2017-04-07 19:05:34 +02:00
David Hübner
00e70875ff Setup Liip imagine budle to cache images 2017-04-07 03:01:32 +02:00
David Hübner
f79d63be1b WIP 2017-04-06 16:27:18 +02:00
David Hübner
f226447a36 Fix inventory_part entity 2017-04-06 12:31:15 +02:00
David Hübner
3540a203e3 Update controllers and views 2017-04-05 19:49:30 +02:00
David Hübner
436624f751 Fix service config 2017-04-05 19:31:56 +02:00
David Hübner
649121f1dc Add RelationLoader service
Service for loading relation between rebrickable parts and ldraw models
2017-04-05 19:30:06 +02:00
David Hübner
df1053dd92 Remove CollectionService 2017-04-05 19:24:01 +02:00
David Hübner
c3abee1eb8 Add RebrickableLoader
Add service for loading rebrickable csv files
2017-04-05 19:23:08 +02:00
David Hübner
b373ee94f7 Add Dat file parser 2017-04-05 17:07:45 +02:00
David Hübner
775af7c23b Update LDraw entites structure
Uprate LDraw Entity structure to store information about model alias ids and known subparts of model
2017-04-05 17:04:54 +02:00
David Hübner
6421ed66f2 Add getPartsByLDrawNumber api function
Add function to fetch rebrickable parts related to LDraw model by number
2017-04-05 16:57:45 +02:00
David Hübner
6fb797a124 Add ApiExceptions 2017-04-05 16:56:15 +02:00
David Hübner
4c78346c89 Fix LDrawLoader 2017-03-27 19:06:56 +02:00
David Hübner
3bd04a3b94 Update controllers 2017-03-27 18:33:17 +02:00
David Hübner
a6a8f9cd8c Define menu as service 2017-03-27 18:32:00 +02:00
David Hübner
f2cfaf197f Add LDraw Part filter 2017-03-27 18:30:23 +02:00
David Hübner
b6295d34ea Refactor data loaders 2017-03-27 18:25:49 +02:00
David Hübner
81094348bf Refactor services configuration 2017-03-27 18:25:08 +02:00
David Hübner
8ebde0c02f Add LDraw entity managers 2017-03-27 18:21:44 +02:00
David Hübner
a7a58764bf Add Lexik/form-filter-bundle 2017-03-27 18:20:24 +02:00
David Hübner
261e90b51f Use compiled semantic-ui assets 2017-03-27 18:17:46 +02:00
David Hübner
060e8ed0d3 Add traits 2017-03-24 15:34:59 +01:00
David Hübner
21df3fa58b Add repositories for rebrickable entities 2017-03-24 15:29:47 +01:00
David Hübner
35db648f5c Move ldraw entitty repositories to ldraw namespace 2017-03-24 15:27:46 +01:00
David Hübner
b1dfc3f5bc Do not load lodraw printed parts with standart id 2017-03-16 15:47:19 +01:00
David Hübner
97bae052ff Do not load ldraw shortcut parts of stickers 2017-03-16 02:49:15 +01:00
David Hübner
874d72c7bc Update Rebrickable API getPart 2017-03-16 02:48:08 +01:00
David Hübner
77f0e169c1 Add entity repositories 2017-03-16 02:43:10 +01:00
David Hübner
cb8ecfc66b Remove default sample test 2017-03-14 19:02:02 +01:00
David Hübner
7336250c53 Fix README 2017-03-14 19:00:48 +01:00
David Hübner
ebe636a324 Add debug views of parts/sets 2017-03-14 18:58:49 +01:00
David Hübner
979985759b Load png image of models
Load images of model with LDView
2017-03-14 18:56:14 +01:00
David Hübner
15089022f1 Add Part_Relation class
Add Part_Relation to store references between parts
2017-03-14 18:52:50 +01:00
David Hübner
e8d3c937d8 Load rebrickable csv files
Fast loag rebrickable csv files by running mysql LOAD DATA INFILE
2017-03-13 14:26:53 +01:00
David Hübner
6f33519ea9 Update Rebrickable entities
Update entities  to match Rebrickable v3 table structure
2017-03-13 14:12:35 +01:00