trilogy-data / trilogy-data/pytrilogy

Pseudonym Parsing Improvements

Open
#304 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
61
Forks
3
Avg merge
7h 18m
Merged PRs (30d)
43

Description

Problem Statement

Pseudonyms aren't flexible enough to optimize for all future cases, which might result in more costly discovery or inefficient query shapes.

Proposed Solution

We should capture enough information at merge time to know when a psuedonym is complete - eg a struct member access that is also a key - vs a partial, such as from a merge.

We may want to split merge handling and direct pseudonym handling entirely to some degree.

Alternatives Considered

Additional Context

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue does not name files, tests, or an entry point. First locate pseudonym and merge handling in the Python codebase, then clarify how complete versus partial pseudonyms should be represented and define tests for struct-member, key, and merge cases.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.