{% extends "base.html" %} {% block big-links %} {% endblock %} {% block content %}

Alpha test code

This is a voter intention information system intended to be used by the 'Yes' side in the next independence referendum. Design documentation is here.

Although addresses in the database mostly are real, all personal data in the database is randomly generated and does not represent real people.

The Canvasser app

Because the canvasser app now loads data from the database and uses your current location, and the database currently only holds data for the Castle Douglas area, you're unlikely to see any actual data in the app. A dummy of the app in which you can see data is here.

The app currently works on the Chrome browser, and on Android phones. I don't yet know whether it works on iPhones. It does not at present work with Firefox.

The Admin system

'Save' and 'Delete' buttons on administrative pages do not work; this is intentional at this stage. I want you to be able to see what different roles in the project can see, without actually being able to mess up the database.

If you encounter problems, please submit a report here. General feedback on usability is also appreciated.

{% endblock %}