-
Notifications
You must be signed in to change notification settings - Fork 780
Conversation
I am using the Paper UI most of time to configure and control my things. So I do not get the point why we should remove this function from the Paper UI as long as there is no other grouping mechanism added. |
As a developer point of view, I get the point that this will lead to a miss-understanding of the current internals. |
Note that this issue is a preparation for #1013.
The Paper UI should only support the concepts of ESH. If the solution that you as a user are using has additional features, it is up to the solution to deal with them. For organizing UI content, ESH has the concept of sitemaps (for which a more modern version is under discussion. The "control" section of the Paper UI should make use of this instead of inventing its own mechanisms (by introducing custom tags for items). We can think of a new optional service that allows auto-creation of items for things. We can also think about having introducing a "physical location" for Things (maybe in line with #582), but the current item groups are functional locations and thus it is conceptionally something different that should not be mixed. |
@maggu2810 Are you ok with merging this? It will increase the pressure to work on #1083 and others :-) |
Only if some of the web guys does need this and will implement the UI part.
Progress can not be stopped. |
Signed-off-by: Aoun Bukhari <[email protected]>
Thanks for rebasing! |
Just to be sure: |
So, I don't talk about location groups or something similar. IMHO the Paper UI miss a item configuration page where you can add new items (e.g. group items), edit the group membership of items etc. |
What about the app.js entry: }).when('/configuration/groups', {
templateUrl : 'partials/configuration.html',
controller : 'ConfigurationPageController',
title : 'Configuration' I think this could be removed, too. |
Yes, this route should also be removed. |
So will you remove it, @aounhaider1? |
I can remove it, too. It's just about removing four lines. |
Correct for this temporary situation, indeed. Together with #1039, I would think that we can have a "simple mode", which allows you to show Things in the control ui in some default (and not individually adjustable) way (e.g. only using labels as defined on the channels, etc.). |
Related to: eclipse-archived#1019 (comment) Signed-off-by: Markus Rathgeb <[email protected]>
Related to: eclipse-archived#1019 (comment) Signed-off-by: Markus Rathgeb <[email protected]>
Haven't tested it, but this sounds great 😉 |
It is ;-) |
Related to: eclipse-archived#1019 (comment) Signed-off-by: Markus Rathgeb <[email protected]>
Related to: eclipse-archived#1019 (comment) Signed-off-by: Markus Rathgeb <[email protected]>
Groups are removed from things as described here #1014.
Signed-off-by: Aoun Bukhari [email protected]