lolmaus / lolmaus/ember-dialogs
Namespace helpers
- Dominant language
- JavaScript
- Stars
- 12
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Helpers `alert`, `confirm` and `prompt` have too generic names. Including the addon to an app breaks the app when it uses local properties `alert`, `confirm` or `prompt` in templates.
To resolve the issue, we should rename helpers to `ember-dialogs-alert`, `ember-dialogs-confirm` and `ember-dialogs-prompt`.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the addon’s `alert`, `confirm`, and `prompt` helper entry points and their template usages. Rename those helpers to `ember-dialogs-alert`, `ember-dialogs-confirm`, and `ember-dialogs-prompt`, then verify that applications with local properties of the original names no longer conflict.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100