-
Notifications
You must be signed in to change notification settings - Fork 83
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
Better import for Plan Builder #254
Comments
Hi! I'd like to work on this issue. |
Hi @Chamodii, welcome to Polypheny! Thank you for taking care of this. I have assigned the issue to you. Please follow this on how to set up Polypheny-DB in your favorite IDE and this guide on how to manually build Polypheny-UI. Feel free to ask here or open a thread in the discussion forum if you have any questions or experience any issues with setup. |
Hi @Chamodii, is everything working fine? If you have any issues or need help getting started, please do not hesitate to either ask here or open a thread in the discussion forum. |
If @Chamodii is not working on the issue, Can I work on it? |
Yes, of course. Thank you for taking care of it. |
Hi @vogti, I am little stuck and need some help currently prompt() method is used to display the input field and it doesn't allow changing the field size or adding additional button for file input so a custom prompt would need to be created, I am not sure whether I am right or not also if it has to be created I haven't found the right approach so if you can guide me a little that would be helpful. |
Hey @S-Harshit This modal is used throught the UI of Polypheny, for example, for the deployment of the adapters: To make it work, you would need to add the modal in the html code and place it according to your needs and add the desired fields, and hide it. I hope, I could give you some good pointers, if you have any questions, feel free to ask again. |
@vogti Hi, can you assign me this issue, I believe i can solve it |
Add a larger text field and add support for uploading a file containing the JSON.
This should be handled completely within the UI.
The text was updated successfully, but these errors were encountered: