Skip to content

feat: get by subkeyword and add transform links#735

Merged
koubaa merged 9 commits into
mainfrom
add-transform-links
Feb 20, 2025
Merged

feat: get by subkeyword and add transform links#735
koubaa merged 9 commits into
mainfrom
add-transform-links

Conversation

@koubaa

@koubaa koubaa commented Feb 20, 2025

Copy link
Copy Markdown
Collaborator

Fixes #606

Also introduces the concept of "links". Some keywords refer to each other using ids like "lcid, "pid", "tranid", etc.

The keyword class should have a way of getting the keyword associated with that ID in the same deck without having to search through all keywords of the deck.

I added this to the code generation system (the concept of "link" already existed in kwd.json with some predefined link types, there 40 meant DEFINE_TRANSFORMATION)

@koubaa koubaa requested a review from a team as a code owner February 20, 2025 17:15
@github-actions github-actions Bot added the testing Anything related to testing label Feb 20, 2025
@koubaa koubaa changed the title feat: get by subkeyword and add transform "links" feat: get by subkeyword and add transform links Feb 20, 2025
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Feb 20, 2025
@koubaa koubaa merged commit 4fa63c0 into main Feb 20, 2025
@koubaa koubaa deleted the add-transform-links branch February 20, 2025 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation testing Anything related to testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Checking subkeywords in deck.get_kwds_by_type()

2 participants