-
-
Notifications
You must be signed in to change notification settings - Fork 908
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Templating #1158
Comments
@bogdanvaduva did you see https://github.com/frangoteam/FUXA/wiki/HowTo-use-same-view you can use the same view as a pop up etc |
Yes @MatthewReed303, I did see it (Thanks). The multiview container required me to define the 200 views and assign each view an actual tag which would be quite a task. I wanted something easier like a data source (for the 200 tags) and a way of assigning that data source to a View. Thats the way I did it and I don't say it's perfect, I just wanted to share. |
Hi, @bogdanvaduva. Thanks for this interesting sharing. Can you share the details of the steps in a video on how this feature works? I'm still not clear on this. Thank you so much in advance. |
Hi @Jue07 , I've made a short video. Hope it helps! |
Thank you so much @bogdanvaduva. May I know which version of Fuxa you are using? because I am using Fuxa 1.1.18 there is no Repeater Data Settings feature. |
@Jue07 it was built by me. The code is in my repository, feel free to check it, but like I said before it's far from production standards (not to be used in any production environment without the proper warning). |
@bogdanvaduva why not create a custom Fuxa Branch for your features and then create a pull request and then @unocelli can look at them and merge them into the master branch? |
I will start to say what a great project it is!
Describe the feature
Being a SCADA application it would be great to have some way of building templates. Let's say we have one item (IoT or something similar) that is replicated for 200 times (as an example). At this point the only way of doing it it is to create 200 identical Views which is not great.
Describe the solution you'd like
The way I did it was to branch your project and change a few things.
Additional context
The text was updated successfully, but these errors were encountered: