sillsdev / sillsdev/TheCombine
Improve Sense, Gloss field names
Open
Nobody has claimed this yet.
maintenance
- Dominant language
- TypeScript
- Stars
- 22
- Forks
- 10
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 9
Description
- Rename
Sense.Accessiblityas is has nothing to do with the usual meaning of accessibility. It could possibly be changed toSense.Statusto match the fact that its type is theStatusenum - Rename the
Stateenumused for Words and Senses toStatusas it's unrelated to the central react/redux concept of state. (#2019) - Rename
Gloss.Def, since "Gloss" and "Definition" are related but distinct linguistic terms, and we may need to support both in the future.
These will require global updates to database entries.
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 by locating all uses of Sense.Accessiblity, the State enum, and Gloss.Def in TheCombine, including the database entries mentioned in the issue. Confirm the intended replacement names for the remaining two fields, then update every reference and verify that existing database data remains consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- database
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100