Fix lossy slug-to-name/name-to-slug round-tripping
Open
bug
- Dominant language
- Ruby
- Stars
- 5
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
We convert spaces to periods when slugifying, which means we have no way to differentiate between periods which are periods and periods which are spaces when make the reverse conversion.
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the slug-to-name and name-to-slug conversion entry points and inspect any existing tests covering them. Determine a reversible representation for spaces and literal periods, then add coverage showing that both conversions round-trip without ambiguity.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100