replaysMike / Binner

Open source parts inventory system for makers, electronics hobby, and professional engineers
https://binner.io
GNU General Public License v3.0
268 stars 41 forks source link

Add upload images picture parts and authorization #71

Closed Dozentz closed 1 year ago

Dozentz commented 1 year ago

Add the ability to download image picture as well as the ability to hide the site without authorization

replaysMike commented 1 year ago

The first part of your request will most likely make it into next week's release. I think it will be a useful update, though in the most recent release we added the public Swarm API to automate product picture and datasheets so it may be used less. Nonetheless, I would like to have the option for users to upload their own datasheets locally.

I'm not quite sure what you are referring to regarding hiding the site without authorization. Could you clarify?

Dozentz commented 1 year ago

The idea is that if there is a check mark, then authorization is required when entering the portal. binner1 If there is no checkmark, then the standard panel without adding elements, because authorization is needed binner

replaysMike commented 1 year ago

I'm assuming you're requesting this as you're making your server open for use to multiple users. It's already supported on https://binner.io but this is something I'm considering though. It's a fair bit of effort to go through at the moment as it would take at least a week to implement all the appropriate UI, and extend the various data providers.

I'll likely assign this for v2.2 and get the low hanging fruit first that has been requested.

replaysMike commented 1 year ago

Closing this authorization is covered in #53 and file uploads are now accepted as of v2.2.0