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

Independent connector's opinion about the entity #10168

Open
lydiym opened this issue Mar 7, 2025 · 0 comments
Open

Independent connector's opinion about the entity #10168

lydiym opened this issue Mar 7, 2025 · 0 comments
Labels
feature use for describing a new feature to develop needs triage use to identify issue needing triage from Filigran Product team

Comments

@lydiym
Copy link

lydiym commented Mar 7, 2025

Use case

When connector creates/edits an entity, it replaces fields content instead of appending it. For example Description is replaced every time, when any connector (with description information) writes it. It's might be very useful to store all opinions of connectors (feeds) instead of replace field content every time.

Current Workaround

There is no workarounds

Proposed Solution

Variants of solution

  1. Merge in ingestion:

    • make mapping of every "opinion" field with something like:
      {"description":  {"connector1": "opinion", "connector2": "opinion"}}
    • adapt workers/backend/frontend to working with new mapping
  2. Merge in retrieving:

    • make new doc version for every connector ( connector's opinion about specific entity)
    • merge docs versions in backend to single doc? (or not???)
  3. ???

@lydiym lydiym added feature use for describing a new feature to develop needs triage use to identify issue needing triage from Filigran Product team labels Mar 7, 2025
@lydiym lydiym changed the title FEATURE: Independent connector's opinion about the entity Independent connector's opinion about the entity Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature use for describing a new feature to develop needs triage use to identify issue needing triage from Filigran Product team
Projects
None yet
Development

No branches or pull requests

1 participant