Bug: should not assume preferred list name is 'dev'
Open
- Dominant language
- JavaScript
- Stars
- 80
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
The code at
https://github.com/apache/incubator-ponymail/blob/master/site/js/ponymail.js#L4008
assumes that the preferred list name is 'dev'. This name should not be hard-coded as it depends on the installation.
Instead it should be a configuration item; better yet the config should have a default but allow overrides for individual domains within the installation.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at site/js/ponymail.js around line 4008 and trace how configuration is loaded. Done means the preferred list name is no longer hard-coded, has a default, and supports overrides for individual installation domains.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100