createcandle / candleappstore

An app store addon for the Candle Controller / Webthings Gateway
https://www.candlesmarthome.com
Other
1 stars 1 forks source link

sorting #1

Open arist0v opened 2 years ago

arist0v commented 2 years ago

It would be nice if the app could be sort by :

createcandle commented 2 years ago

The first one would actually be harder to implement, as the data currently doesn't distinguish between the two systems.

Adapter vs extension vs notifier data is available to the app store already, so would be easier to add. I just didn't see the value for two reasons:

In the end I worry that it might be confusing to some people.

arist0v commented 2 years ago

`The first one would actually be harder to implement, as the data currently doesn't distinguish between the two systems.

What would be value of this be to a user who only every uses Candle? The target audience will likely never use the Webthings Gateway.`

the value could be for developper but yeah it may be just for me can forget this one

`Adapter vs extension vs notifier data is available to the app store already, so would be easier to add. I just didn't see the value for two reasons:

It only seems a useful distinction if you know a bit more about how the technology works? Do normal users understand the difference? Practically, most Candle addons are both adapters and extensions at the same time, muddying the distinction even more. In the end I worry that it might be confusing to some people.`

for advanced user it can be a must, to help easily sort stuff(and i often user adapter to discover new brand of devices)

an addon that provide an adapter is adapter even if it use extension to provide adapter configuration, the type in the manifest should be the valide one

createcandle commented 2 years ago

an addon that provide an adapter is adapter even if it use extension to provide adapter configuration, the type in the manifest should be the valide one

That's true. Still, I'm worries it just adds something new that new users will feel they have to learn/understand.

The app store has a tagging system and one of the tags has sort of the same function.

arist0v commented 2 years ago

wich tags?

createcandle commented 2 years ago

When you click on an addon to see its details you will see some tags in the rop-right corner

arist0v commented 2 years ago

yeah but you still can't browse only adapter addon or extension addon or notifier addon

and the use for a end user could be:

what kind of notification is available?

browse notifier addons

Le mar. 17 mai 2022, à 09 h 22, Candle - the privacy friendly smart home < @.***> a écrit :

When you click on an addon to see its details you will see some tags in the rop-right corner

— Reply to this email directly, view it on GitHub https://github.com/createcandle/candleappstore/issues/1#issuecomment-1128863752, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSPAADN66YYH22J3LQFUW3VKOMQBANCNFSM5VZG562Q . You are receiving this because you authored the thread.Message ID: @.***>

createcandle commented 2 years ago

The next version of the Candle Apl Store will have extra tags indicating extension type if developer mode is active.