MakeMonmouth / mventory

An API-driven solution for Makerspaces, Tinkerers, and Hackers.
MIT License
116 stars 7 forks source link

Add barcode/QRCode support #11

Open proffalken opened 3 years ago

proffalken commented 3 years ago

Not too sure how this would be implemented, but being able to send barcode/QRCode data to the platform and have it look up the appropriate bin and return the relevant component would be awesome!

proffalken commented 3 years ago

Looks like Django can do this quite easily with the model.ImageField() setting - need to investigate how we would return this on the API