Review Process
#2679
Replies: 2 comments 17 replies
-
Welcome to InvenTree! Please check the contributing docs on how to help.\nIf you experience setup / install issues please read all install docs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Martin2278 have you looked into Ki-nTree? |
Beta Was this translation helpful? Give feedback.
17 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This should not be a really feature request, but only an inspiration.
Problem
I would use InvenTree in a different usecase, so not for inventory management, but only as part database in combination with KiCad. So the idea is to store every part with a symbol (only the name of the symbol, not the definition it self) and a footprint in the database. When drawing in Kicad it can be accessed the database and when selecting a part, the assigned symbol can be placed in the schematic.
I would prefer to have a review process when creating a new part. So the idea is to modify the database locally and then adding it to a version control system. Then it can be reviewed normaly as normal source code.
Two problems there exist then:
So my idea would be creating a standalone application of InvenTree where the folder of the database can be choosen. I did already some investigation and it looks not that easy to create a standalone application because a webserver, python and so on must be packed into the application.
Maybe you have other proposals to manage this problem?
Beta Was this translation helpful? Give feedback.
All reactions