Replies: 5 comments 5 replies
-
@12rambau thank you for the code reviewing and the new implementation, the new cosmetic table interface looks very sepal.
I think that's all... |
Beta Was this translation helpful? Give feedback.
-
To have more people advice on this matter I took the liberty to show the final product to Rémi and Yelena. Of course Rémi like this implementation (as it was one of his suggestion) and Yelena prefers yours. 2 VS 2 that's what we call a draw... BUT if that's the QGIS way then we align on QGIS, there are more people out there that know how to use it. I'll rollback to the initial order with a
I didn't think about this application. So someone is using the same classification but on different places right ?
So this one is tricky because my objective was to reuse this component in other app. Let's take sdg as an example: the destination is known: it's IPCC. So whatever your input I want to force the user to use IPPC a a destination. As a developer you set the But in apps with more liberty people may like to use default one. A first trick is to use when clicked the btn would force set the value in the file selector. My guess is that whatever the application there won't be more than 4-5 defaults so it will fit the display addition from @yfinegold:
Long story short, I'll code again in this branch today ;-) |
Beta Was this translation helpful? Give feedback.
-
Yes, definitely we don't want to force users to reclassify all the values, so we can set them as no-data, I agree with that, but perhaps would be nice to have a message alerting the user that.
Right! the option was in the reclassify pop-up dialog, so after someone finished the reclassification process, there was the option to save it in a file, and use it later with a new dataset having the same values (by changing its v_model)...
Well, I think that this implementation is very nice ;), easy and useful. |
Beta Was this translation helpful? Give feedback.
-
I'm not sure if here would be the best place to comment this or if I should open an issue (you'll tell me). By reviewing the code I noticed that the schema is stored in the translation, I think that we should avoid using translated keys as variables, so in that case, we could define the scheme in the |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@dfguerrerom, first thank you for what you did, I love the idea of stand alone tiles.
I have done several refactoring steps that I will list here (I may forget some of them):
home()
for nearly everythingQuestion:
I'll continue playing with it but I think we should use this conversation to see where we want to go
Beta Was this translation helpful? Give feedback.
All reactions