NASA-AMMOS / NASA-AMMOS/AIT-GUI
Command argument capitalization is a bit odd
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 31
- Forks
- 15
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
Our current command argument handing does its best to convert the name into a more human-readable title. This works ok but is sometimes confusing for users when our attempt at capitalization results in incorrect acronym names and the like.
E.g., psu_status -> Psu Status
We should consider alternative ways of handling the argument name and formatting. Maybe doing nothing with the name is cleaner? Or just replace _ with spaces?
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
No file, test, or entry point is named. Locate the command-argument title formatting and inspect how psu_status becomes Psu Status; clarify whether names should remain unchanged or only replace underscores before implementing the agreed behavior and adding coverage for acronym-like names.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100