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

Added category-alias related changes #18

Merged
merged 2 commits into from
Jun 29, 2021
Merged

Conversation

vibharaj
Copy link
Contributor

@vibharaj vibharaj commented Jun 26, 2021

Hello Matt,

I am working on Issue #5: Users should have some way to edit keyword aliases.
I have done the following:

  1. I created a service called databaseCategoryAliasesService and added the CRUD operations for category-aliases.
    This service operates on a separate json file called category-aliases-db.
  2. I updated the routes.js and json-routes files as well
  3. I created a component called CategoryAliasesDatabaseComponent and that helps edit the category-aliases
  4. Now, there is an additional table of category and aliases in the Database tab and there is a place to add category and aliases in the Add Snippets tab.
  5. I also modified the current parse description service to integrate aliases.

Per my last email, I finished the following:

  • Create a separate JSON file for the category-alias mapping.
  • Create a new component to do CRUD operations for the category-alias mapping
  • Provide a way to go and edit aliases from the database view
  • Modify the current parser to look up aliases when it considers keywords

Please review and let me know your thoughts on what I have completed.

Thanks!

@mattcheah mattcheah merged commit 549632c into mattcheah:master Jun 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants