-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Need easy way to search for senators #1198
Comments
This issue has been raised again via an email to the contact address (dated 27 Aug). In respect to how to solve it, the writer suggested that:
|
This issue has been automatically marked as stale because there has been no activity on it for about six months. If you want to keep it open please make a comment and explain why this issue is still relevant. Otherwise it will be automatically closed in a week. Thank you! |
This is something we should address |
In If instead this was broken out in to own controller/view this allows a list of senators per state (for example). Code is here: bobsbarrels@5baf204 This also would provide a place for "history" of electorates, though still a problem with how to manage redistribution. But actually creating this view was only incidental to trying to insert a map (using leaflet, D3js and openstreetmaps). It'd be nice to discuss the map work further as there's also a version of this for electorates (based on data provided by AEC) which is pretty cool and alleviates a bunch of other issues. |
This issue has been automatically marked as stale because there has been no activity on it for about six months. If you want to keep it open please make a comment and explain why this issue is still relevant. Otherwise it will be automatically closed in a week. Thank you! |
hmm sounds like "current" senators could be defined somewhere in that mix, either in the search terms, so only current senators are returned if that term is used, or that the search results distinguish separate current and past senators clearly. |
Also seems like #1329 (awaiting conflicts to be resolved before merge) only solves a part of this issue |
This issue has been automatically marked as stale because there has been no activity on it for about six months. If you want to keep it open please make a comment and explain why this issue is still relevant. Otherwise it will be automatically closed in a week. Thank you! |
This issue has been automatically marked as stale because there has been no activity on it for about six months. If you want to keep it open please make a comment and explain why this issue is still relevant. Otherwise it will be automatically closed in a week. Thank you! |
This issue has been automatically marked as stale because there has been no activity on it for about six months. If you want to keep it open please make a comment and explain why this issue is still relevant. Otherwise it will be automatically closed in a week. Thank you! |
This issue has been automatically marked as stale because there has been no activity on it for about six months. If you want to keep it open please make a comment and explain why this issue is still relevant. Otherwise it will be automatically closed in a week. Thank you! |
There is currently no easy way to search for senators.
If you search by state/territory, both past and present senators appear, though only if a particular search term is used. Since we describe senators as "Senator for Queensland", you need to search by "Queensland" rather than "QLD". But since we use "Senator for NSW", you need to search by "NSW" rather than "New South Wales".
When a user searches by postcode, only their MP's record will show up.
A solution:
When a user searches by postcode, both their MP and their senators should be listed.
We should also make sure senators can be searched by their state/territory's long- and short-form names (i.e. "Northern Territory" + "NT"; "Tasmania" + "Tas")
The text was updated successfully, but these errors were encountered: