Michael Bromley
|
ebf402d700
feat(server): Populate country & tax data via CLI
|
7 years ago |
Michael Bromley
|
3b06331874
feat(server): Create Populator class for populating initial data
|
7 years ago |
Michael Bromley
|
09e89f2dc2
fix(server): Fix failing e2e test with ugly hack
|
7 years ago |
Michael Bromley
|
330c8fa67b
chore(server): Default to a subset of countries when populating db
|
7 years ago |
Michael Bromley
|
24ae1342c6
feat(server): Create a CLI program to simplify starting a new project
|
7 years ago |
Michael Bromley
|
51b9c957fe
feat(server): Create barrel files for public exports
|
7 years ago |
Michael Bromley
|
3572cde85d
refactor(server): Move config helpers into own file
|
7 years ago |
Michael Bromley
|
61a2f947c1
refactor(server): Remove ts path mapping for shared files
|
7 years ago |
Michael Bromley
|
46ae227ff3
feat(server): Initial implementation of product data import
|
7 years ago |
Michael Bromley
|
4452220622
feat(server): Add descendantFacetValues property to ProductCategory type
|
7 years ago |
Michael Bromley
|
c7351e68d5
refactor(server): Remove unused imports
|
7 years ago |
Michael Bromley
|
f7269ca0a6
fix(server): Fix missing Facet join
|
7 years ago |
Michael Bromley
|
a8acb4b60c
refactor: Remove API method applyFacetValuesToProductVariants
|
7 years ago |
Michael Bromley
|
4c3be676e4
feat(admin-ui): Improve styling of facet values
|
7 years ago |
Michael Bromley
|
4629f0251a
feat(admin-ui): Add & remove FacetValue to ProductCategory
|
7 years ago |
Michael Bromley
|
b93565ba56
fix(server): Join facet with create/update ProductCategory
|
7 years ago |
Michael Bromley
|
5ce1c4a83b
refactor(admin-ui): Improve handling & display of FacetValues
|
7 years ago |
Michael Bromley
|
3147cdf170
feat(server): Expose Facet relation on FacetValue type
|
7 years ago |
Michael Bromley
|
b089c59e5d
feat(server): Set FacetValues on ProductCategory
|
7 years ago |
Michael Bromley
|
732d1b6c4f
feat(server): applyFacetValuesToProductVariants: do not throw
|
7 years ago |
Michael Bromley
|
64ce452626
feat(admin-ui): Persist changes to category tree, simplify list comp
|
7 years ago |
Michael Bromley
|
3d4a8b9fe9
feat(server): Implement ProductCategory moving & ordering, e2e tests
|
7 years ago |
Michael Bromley
|
778855dc61
refactor(server): Alter API of ListQueryBuilder.build() method
|
7 years ago |
Michael Bromley
|
e1b4d8781f
feat(admin-ui): Create tree view for ProductCategoryList
|
7 years ago |
Michael Bromley
|
ecf392835d
feat(server): Ensure root category exists for each node
|
7 years ago |
Michael Bromley
|
ba88611017
feat(admin-ui): Create list/detail components for ProductCategory
|
7 years ago |
Michael Bromley
|
cd4c87f521
feat(server): create ProductCategory entity, service, resolver
|
7 years ago |
Michael Bromley
|
ea8338882b
refactor(admin-ui): Simplify API interceptor to work with new errors
|
7 years ago |
Michael Bromley
|
2e92fc123f
feat(server): Improved error handling
|
7 years ago |
Michael Bromley
|
a70abacfd8
chore(server): Attempt to speed up Jest tests in Travis CI
|
7 years ago |