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

Custom tags #197

Open
AnnaLuisaD opened this issue Jun 29, 2022 · 1 comment
Open

Custom tags #197

AnnaLuisaD opened this issue Jun 29, 2022 · 1 comment
Assignees

Comments

@AnnaLuisaD
Copy link
Collaborator

I don't have this idea fully fleshed out, but multiple dictionary managers have requested the ability to make their own custom tags. So they could:

  1. create a tag (so you would need a "create a tag" button)
  2. customize it to have it be called what they want
  3. the ability to tag entries with this tag
  4. it would show up in the right sidebar and you could filter by it (Diego says this step might be complicated)

I will try to add more details as I think this through.

@jacob-8 jacob-8 self-assigned this Aug 24, 2022
@jacob-8 jacob-8 changed the title Custom "tag" functionality in right sidebar Custom tags Aug 24, 2022
@Danble
Copy link
Collaborator

Danble commented Oct 7, 2022

I was thinking about this and my proposal is to add a new entry field in the entry.interface.ts file called: ct that stands for custom tags.

In our database this new field should be an array of documents: these new documents should have two keys: name and value name will be the custom tag name users want to call it and the value can be filled later on the normal entry view editor.

Example:
ct = [ { title: "my own custom tag", value: "" }, { title: "another custom tag", value: "example value" } ]

I'm just wondering if algolia can allow us to filter by those key names @jacob-8
I think it is possible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Preparing
Development

No branches or pull requests

3 participants