Matthias Mair

Results 587 comments of Matthias Mair

As part of https://github.com/inventree/InvenTree/pull/6543 / https://github.com/matmair/InvenTree/pull/174 I have tried to factor out and remove CUI to discover dependencies between REST API, CUI and tests. Overall we are pretty good decoupled,...

Suggested additions for 1.0 or beyond: - Add permissions view/edit to groups - Add public "profile" pages for users/groups with basic info about the object - Add hover cards for...

Maybe this should be a dev call and a task list

Let's move this to 0.17.x

Regarding templates in database we could either use https://django-dbtemplates.readthedocs.io/en/latest/; it is not Dj 4.2 ready but looks nice otherwise or roll our own based on it's idea https://github.com/jazzband/django-dbtemplates/blob/233a401e75d9b6133dd4c9fdc17bf85d2660cc41/dbtemplates/loader.py

.github/workflows/do_release.yaml would be run by manually dispatching it. You could select if you wanted to release from master or stable and the action would then gather the auto-generated changelog, add...

Hi there @martonmiklos! 1) Is this done / ready for final review? 2) Please stop force pushing/rebasing, this makes reviewing useless

@cpattersonic2 invenTree is not a purchasing software. We do not handle any form of accounting so you will still need a solution for that even if this FR is implemented....

1. caddy support http fine if configured by passing a http site url instead of https 2. Thank you for your pointing out how well behaved apps work - I...

@SchrodingersGat If this is implemented I would suggest to directly build it as a new app so that aprovals are first-class citizens (at first probably just with API endpoints). That...