Replace hardcoded logic for the "profile" index level with a member variable #232
Labels
area-thicket
Issues and PRs involving Thicket's core Thicket datastructure and associated classes
priority-normal
Normal priority issues and PRs
type-internal-cleanup
PRs or Issues related to the structure of the codebase, directories, and refactors
Right now, a lot of the logic around the "profile" index level is hardcoded based on the "profile" name. Instead, the logic should be based around a member variable, such as
Thicket.profile_idx_name
. This will give us more flexibility to handle alternate names/name changes in the future. It will also allow us to handle replacing the "profile" index level with another.The text was updated successfully, but these errors were encountered: