Skip to content
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

Include missing identifiers in the list of suggestions of the SQL query console #43

Open
vogti opened this issue Sep 26, 2019 · 3 comments · May be fixed by #475 or polypheny/Polypheny-UI#88
Open
Labels
A-ui Area: UI C-enhancement Category: An issue proposing an enhancement E-good-first-issue P-low Priority: Low

Comments

@vogti
Copy link
Member

vogti commented Sep 26, 2019

Add constraint, index, adapter and query interface names to the list of suggested names in the auto-completion provided in the SQL query console of the Polypheny-UI.

There is an editor component int the UI (src/app/components/editor). It most probably makes sense to add a new method in the backend in Polypheny-DB (webui/src/main/java/org/polypheny/db/webui/Crud.java) which returns a list of all names to names / identifiers to be considered.

@vogti vogti added the C-enhancement Category: An issue proposing an enhancement label Sep 26, 2019
@vogti vogti added the A-ui Area: UI label Sep 26, 2019
@vogti vogti added this to Backlog in UI Improvements Nov 5, 2019
@vogti vogti removed this from Backlog in UI Improvements Nov 5, 2019
@vogti vogti added E-medium P-medium Priority: Medium P-low Priority: Low and removed P-medium Priority: Medium labels Dec 13, 2019
@vogti vogti added this to Backlog in UI Improvements via automation Mar 5, 2021
@vogti vogti moved this from Backlog to General in UI Improvements Mar 5, 2021
@vogti vogti changed the title Include constraint and index names in SQL suggestions Include missing identifiers in the list of suggestions of the SQL query console Mar 10, 2021
@99Nistha
Copy link

Hello @vogti I would like you to assign me this task, I know I am late in this game, but I have a good understanding of SQL as I had been working around the same in my internship with Walmart labs.

@vogti
Copy link
Member Author

vogti commented Apr 13, 2021

Hi @99Nistha, 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.

@nilshansen94
Copy link
Member

To extend the REST interface between Polypheny-DB and Polypheny-UI yon can edit the Polypheny-DB/webui/src/main/java/org/polypheny/db/webui/HttpServer.java in the backend and the Polypheny-DB-UI/src/app/services/crud.service.ts in the UI.

@alyaa999 alyaa999 linked a pull request Mar 9, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ui Area: UI C-enhancement Category: An issue proposing an enhancement E-good-first-issue P-low Priority: Low
Projects
No open projects
UI Improvements
  
General
3 participants