Duplicate definition of index names
Open
bug
- Dominant language
- Python
- Stars
- 45
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
The database index names are defined in two places:
plugins/elastic.py (class Elastic)
plugins/database.py (class DBNames)
Such duplication should be avoided
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by comparing the index-name definitions in plugins/elastic.py (class Elastic) and plugins/database.py (class DBNames), then inspect their callers to understand which source should remain authoritative. The work is done when the index names have one definition and both database paths continue to resolve the expected names.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- databases
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100