NASA-AMMOS / NASA-AMMOS/AIT-GUI
Mnemonic word split is counterintuitive
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 31
- Forks
- 15
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
The current word splitting in the mnemonic search overlooks some expected cases when splitting words, such as CamelCasing, which makes it clunky to use.
For instance, AnalogsVoltage_PCE_VCC would not be located by searching for Voltage. However, searching for just V would pick it up due to VCC and the V in Voltage would be marked as part of search match (see below).
Expanding the above search to Vo would result in the result getting dropped from the results list
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the mnemonic search word-splitting entry point and reproduce the examples with AnalogsVoltage_PCE_VCC, searching for Voltage, V, and Vo. Done means expected CamelCase and underscore-separated matches are found and the matched characters are highlighted consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, search
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100