TheThingsNetwork / lorawan-stack

The Things Stack, an Open Source LoRaWAN Network Server
https://www.thethingsindustries.com/stack/
Apache License 2.0
954 stars 302 forks source link

Add End Device pictures via the Console #6205

Open KrishnaIyer opened 1 year ago

KrishnaIyer commented 1 year ago

Summary

Add End Device pictures via the Console

Current Situation

https://github.com/TheThingsNetwork/lorawan-stack/pull/3701 from a long time ago adds Console support for user-uploaded Profile pictures (And Gravatar).

We have similar API and backend support for user-uploaded picture for an End Device, presumably to keep track of where/how the device was installed.

We currently support uploading end device pictures via the CLI and the API.

Why do we need this? Who uses it, and when?

For users to actually use this feature. Currently, no one seems uses this since there is no Console support.

Proposed Implementation

Contributing

Code of Conduct

johanstokking commented 1 year ago

Just like QR code scanning, can we use the phone's camera to take a picture when using the Console on mobile?

kschiffer commented 12 months ago

Currently working on this as part of my current bigger UX refactor.