-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help me tell PlanningAlerts who my local councillors are, so I can start asking them about planning proposals in PlanningAlerts #1160
Comments
So the initial steps with this are:
|
Thinking some more about how we can simplify this, I think the very first version people can only submit one councillor at a time. I think we'll want to enhance that so people can make one contribution with all the councillors to reduce steps and allow them to check them all more easily—but let's start with the simplest possible thing (this was @henare’s idea really 😉). Also, we don't have to take people’s emails yet. We don't have any contributors that we don't know about so we don't have to introduce that immediately. I'm going to reduce that scope above. So the first version is:
|
Here's two integration tests that cover the stories described above:
We can work on these on the When we're happy with that, we can add a feature flag, merge it into master and deploy! Using the feature flag we can view the form on the staging server and have it completely switched off in production. That way we get to test it in the wild (not on our development machines) and also don't have to make it public till we're happy for people to see it 🍰 |
@hisayohorie has implemented the in-scope parts of this 🎆 in #1174 and ea92d1a...9a277e7 We're now going to extract new issues from the out-of-scope section for the next steps and close this. |
We're moved this to a milestone https://github.com/openaustralia/planningalerts/milestone/7 closing |
The Ask Your Councillors option is only available for about 50 authorities, because we don't have councillors, or current councillors, for them.
Currently it's very hard for people to contribute information about who their local councillors are openaustralia/australian_local_councillors_popolo#98 (comment) .
https://github.com/openaustralia/australian_local_councillors_popolo is the data store and source of truth for information about Australian Local Councillors.
Following our project principles, we thought it made most sense for people to be able to contribute information without leaving PlanningAlerts. These contributions would be approved and then sent to the data store. PlanningAlerts then pulls the data back from there and runs some other processes so people can start writing to their councillors.
This issue is just about enabling people to contribute the data.
In scope
This is a kind of wizard of oz approach to allow us to start building the hardest bit, the system that contributors will use.
Out of scope
The text was updated successfully, but these errors were encountered: