LukePrior / nbn-upgrade-map

Interactive map showing premises eligible for the NBN FTTP upgrade program.
https://lukeprior.github.io/nbn-upgrade-map/
MIT License
102 stars 11 forks source link

(feature request) Clear description of what conditions create which address-colours in README (and/or legend) #318

Open lyricnz opened 7 months ago

lyricnz commented 7 months ago

Current is counter-intuitive: committed addresses with dates mid next year are showing "red".

LukePrior commented 7 months ago

Good idea, I'm also open to reworking the legend as I don't think it's the clearest right now and some edge cases exist.

here is the current flow:

is tech='FTTP': FTTP is tech_change_status='Eligible To Order' && (tech='FTTN' || 'FTTC'): FTTP Upgrade is (tech_change_status='Build Finalised' || 'MDU Complex Eligible To Apply' || 'MDU Complex Premises In Build') && (tech='FTTN' || 'FTTC'): FTTP Soon is target_eligibility_quarter < 3 months from file generated && (tech='FTTN' || 'FTTC'): FTTP Soon is target_eligibility_quarter not provided (historical records) &&(upgrade='FTTP_SA': FTTP Upgrade is target_eligibility_quarter not provided (historical records) &&(upgrade='FTTP_NA': FTTP Soon finally simply match to corresponding current technology

lyricnz commented 7 months ago

Feels like an committed upgrade >3 months away should be some kind of green, rather than red...

image
kiwisg124 commented 7 months ago

Looking at combinations of variables for my town .. when TechChangeStatus has Eligible to Order Alt Reason Code shows FTTP_SA . When a number of addresses become orderable the TechChangeStatus toggles from Build Finalised to Eligible to Order.

kiwisg124 commented 6 months ago

For my street and town the following is evident.

Tech change status progress milestones roughly (some paths not shown for simplicity )

Not Planned -> In Design -> Committed -> Build Finalised -> Eligible to Order -> New Tech Connected -> Previous Tech Disconnected

During the progress from Committed to Build Finalised the targetEligibilityQuarter appears to be blanked out

Hopefully that does not indicate further delays.

kiwisg124 commented 6 months ago

After Build Finalised and before Eligible to Order set could see the future orderable date here https://www.telstra.com.au/internet/nbn-fibre-upgrade

LukePrior commented 6 months ago

Hey,

Thanks for your work on investing this, unfortunately I have limited capability to work on non-vital issues for this project currently.

If you would like to open a PR with changes to the site and documentation that would be welcomed, otherwise I may revisit in future.