OpenChirp / website

Angular 7 based web-frontend for OpenChirp.
3 stars 6 forks source link

Display properties of devices/transducers as key value pair #25

Closed khush-bhatia closed 7 years ago

khush-bhatia commented 7 years ago

Almost all resources ( devices, transducers, services, gateway) have a properties object that can contain any number of key: value pairs. Need an elegant solution on the website to add/update/remove these properties.

sandershihacker commented 7 years ago

Need more insight on what "elegant means."

khush-bhatia commented 7 years ago

@sandershihacker Sander, for now can you show all the properties in one input box (The content would be a json)? We can make it better later.

sandershihacker commented 7 years ago

I have an idea on how to design a component for all properties, the only problem is that none of the data seems to have the properties field, and I cannot add that field to them.