-
Notifications
You must be signed in to change notification settings - Fork 1
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
Query Creator GUI as extra component #25
Comments
I'm not entirely sure if I understand this issue. On a concept base, lens is intended completely as a library, which will be available for other frontends via the npm registry (https://npmjs.org). The code for the library lives in this repositories packages/lib directory. All components in the lib directory should be useable and should interact with each other even when they are used in another application. |
Is it then compatible with any other frontend framework? For example, with Vue.js (Negotiator)? |
As the Svelte Version of Lens is based on Web Components, it should be importable to all other Frameworks (e.g. Vue.js, Angular or React). @MatsJohansen87 in the starting of the svelte version already created a proof of concept that integrated a svelte web components library in Angular, so I think it should be possible. |
Maybe, you could help us to integrate it in the Project Manager (Negotiator) or even in the Teiler. It was not planned, because it was not clear how to implement it. However, if it is not complicated, it would be interesting to have some tool in those components to modify the query, if it is necessary. @MLambarki , @thkoehler11: What do you think? @MatsJohansen87 , @torbrenner : Could you please help us calculate the required time to integrate it? @MLambarki : Of course, this would be nice to have, there are other features with more priority. |
Would it be possible to isolate the part of the GUI for creating a query in an extra component, so that it could be used in Lens, but also in other Frontends?
The text was updated successfully, but these errors were encountered: