LukePrior / LukePrior/nbn-upgrade-map
Make combined-results be a [state][suburb] nested dictionary, not a list-by-state
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 222
- Forks
- 28
- Avg merge
- 1m
- Merged PRs (30d)
- 2
Description
This would make lookup more direct, rather than searching, or having to make a lookup-table first. Could be implemented when support for duplicate state-names is added.
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 where combined-results is built and where callers search it. Read the handling for duplicate state names, then verify that the resulting structure is indexed first by state and then by suburb and that existing lookups still work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100