Philipp Metzner
Philipp Metzner
> additionally, if you want you can try to ignore this warning which makes pre-commit fail: > > 0:0 warning File ignored by default. Use a negated ignore pattern (like...
@aerinsol @HaGuesto I've updated this ADR with a bit of my latest research involving potentially hosting an ASGI server on Google App Engine. I suggest to merge it in its...
> @jamescrowley did you hear back from him? NVM, found [this on Slack](https://boxwise.slack.com/archives/CB1UYDGLU/p1708928741687409)
related BE item: #1161
Not sure if it's a placeholder for FE or BE, or user story. For the BE I noticed I have to add the `productName`, `gender`, and `sizeId` fields to the...
@seinig I think I get the basic idea, though I have some questions: 1. Should the sunburst diagram contain multiple rings for product name, gender, size each? A sketch about...
@MaikNeubert @HaGuesto I propose the following interface: ```graphql type Query { stockOverview(baseId: Int!): StockOverviewData } type StockOverviewData implements DataCube { facts: [StockOverviewResult!]! dimensions: StockOverviewDataDimensions! } type StockOverviewResult { categoryId: Int!...
This is a duplicate of #914 and can be closed @seinig ?
@aerinsol can you define the user story, or link one from the [spreadsheet](https://docs.google.com/spreadsheets/d/1BGRHsgQsOMS8QahhsivA7yB_ayR9TJiGn5AJF2uJgX0/edit#gid=431000046). IIRC it's about flow of boxes from one location to others, comparable to what was originally written...
@aerinsol using ProductId and CategoryId is by intention. Using a star-like data format the corresponding names can be looked up in dimension tables as described in #950 .