Issues to look into for fiksgatami.no ===================================== Must fix -------- * Write press releases announcing mapit.nuug.no and www.fiksgatami.no. Handled by Petter and Christer. * Backup of SQL database on production machine for mapit.nuug.no and www.fiksgatami.no. Handlet by Petter. New virtual machine with Debian/Squeeze set up as fiksgatami-prod.nuug.no. Should fix ---------- * Links to location based RSS streams some times fail. Nice to get fixed ----------------- * More branding on the page, adjusted colors, special logo, etc. would be nice. Need someone that is not aesthetically challenged to come up with a style sheet proposal and logo design. Christer check with his design capable friends. * Would be nice to get GeoRSS for the last N reports / reports last N days, to be able to see where in the country the service is in active use. The former is possible for the last 20 reports using . * Would be nice to get GeoRSS for a given category in an area or the entire country, allowing those handling for example the water supply to subscribe to "their" GeoRSS and track issues in their area. * One user asked for larger images when clicked on, to see more details. Larger images are not stored on disk today, the received images are scaled (down) to the right size before storing them. * One user asked for instant update of the front page when a new problem is submitted. At the moment the list of problems is cached by memcache for 1 hour, leading to slow update on the front page. The current setup is fine with Petter. * The GeoRSS feeds now include the category information, making it possible to filter out only some categories. It is still missing status (open/fixed) information, though. * Load the mapit database with postnumber coordinates from http://www.erikbolstad.no/geo/noreg/postnummer/. Should be possible by cloning and modifying code in mapit/pylib/mapit/postcodes/management/commands/import_bolstad_postcodes.py. * Correct postcode search on Google for a few selected post codes. 8540 should give same result as "Ballangen, Norway". 0032 should give the same result as "Statsministerens kontor, Akersgata, Oslo, Norway". 1479 should give a result in the same area as "Kurland, Lørenskog, Norway". Solvable by loading postcodes into mapit and modifying fixmystreet/perllib/FixMyStreet/Geocode.pm to use mapit for norwegian post codes. Fixed issues ============ Must fix -------- * need to be rewritten for Norway. Handled by Petter. Support for replacing it with branded page is already handled by mySociety. * Conclude which default categories to use at the start. Handlet by Petter. * Set up RT queue to receive messages from the contact page and bounces from fiksgatami.no, and change configuration to use this address. Handlet by Petter. Set up 2011-02-26. * give a perl error. * Alert pages some time give a database error. it only show up once and then disappears. See https://gist.github.com/832603 and for the database error. * Emails get the wrong character encoding, ISO-8859-1 and not UTF-8, causing norwegian characters to not show up correctly. This happen both for emails sent by send-reports and for the confirmation email sent to users. * The page for registring a new problem show the council names as double UTF-8 encoded charaters. An example can be seen by visiting and clicking on the map. It will show "Møre og Romsdal" while it should show "Møre og Romsdal". * Gather email addresses to all kommune and fylke in Norway. Handled by Petter, updated list on . * Admin pages need to be password protected (htaccess in apache config). Fixed by Petter, random password set during bootstrap. Should fix ---------- * A category 'Annet' (translation for Other) show up even if it is not defined for an area, but it can't be selected. Adding a 'Annet' category to the area solve the problem, but this seem like a bug in the translation handling of the 'Other' category. * Make sure fiksgatami.no redirects to www.fiksgatami.no. Handlet by Petter. * Find media contact addresses for local news papers, radio channels and TV stations to publish press release. Done by Petter, 300 addresses located. * The third box on the front page is not wide enough for the norwegian translation ("oppdateringer" get "er" outside the box). * Translated text on for example , show "Ørland or Sør-Trøndelag" while it should show "Ørland eller Sør-Trøndelag". The string is translated, so the problem must be in the code. * show 'Reported by' and not the Norwegian translation. * Category picking show untranslated text "-- Pick a category --", which need to be translated and properly handled. * The branding in the upper right corner (NUUG and mysociety) flow over the map. Should probably limit this to one line and only "NUUG". Handled by Petter in the translation. * The branding in the lower left corner should have a link to NUUG. Can be fixed in the translation, but should also be fixed in the code. Petter create patches and submit to mySociety. * Admin pages have wrong charset when listing names of kommune and fylke. Nice to get fixed ----------------- * Admin pages need to be made translatable. * Search for 0029 and 0032 show a map location outside Norway. Would be better if it reported that the point could not be found, or preferably that 0032 showed the government square the postcal code cover. * The link to OpenStreetmap.org under the map could include lat/lon, to make it easier to edit the area in question when one find bugs in the map. * Sorting order on is not according to Norwegian sorting rules. Norway sorts a-z æøå, not a-z åøæ. * Clicking on the small globe on the OSM map send the map to the South Pole. It should zoom out to the min zoom level, I suspect. * The Admin page claim Oslo the kommune lack contact address, while Oslo the Fylke got it. Matthew told Petter to only use the Fylke of Oslo, and the admin page is slightly misleading when it ask for more contact info. * The first entry in the list of how to report a problem on the front page have a colon at the end, while it should not have any punctuation like the other lines in the list. * give results outside Norway. It should just claim no match instead of listing foreign locations. * have English strings. They come from the database. * Every web page loads a 1 MB large file from , even though it is only needed on pages showing maps. This slow down loading for hosts with limited bandwidth. Petters browsers seem to download this every time a page is shown.