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

Provide autocomplete functionality for draft names #107

Closed
SlavomirMazurPantheon opened this issue Sep 21, 2022 · 2 comments
Closed

Provide autocomplete functionality for draft names #107

SlavomirMazurPantheon opened this issue Sep 21, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request Priority: Medium

Comments

@SlavomirMazurPantheon
Copy link
Contributor

Draft names are a well-known set of the file names that can be indexed into the ES index.
This can be used in YANG Validator UI for autocomplete functionality while validating draft by its name.
This task consists of following:

  • UI changes: display suggestions fetched from backend
  • backend: provide endpoint to get suggestions
  • elasticsearch: create new ES index and index draft names
  • crontab: create new script which will regularly check whether there are some new drafts to be indexed
@SlavomirMazurPantheon
Copy link
Contributor Author

Backend functionality implemented here: YangCatalog/backend#618

@SlavomirMazurPantheon
Copy link
Contributor Author

UI functionality implemented here: YangCatalog/frontend#1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Priority: Medium
Projects
None yet
Development

No branches or pull requests

2 participants