youyesyet/resources/templates/auto/application-index.html
Simon Brooke a00da8079c #47, #48, #49, #50: Auto-generated admin system largely done
This work is closely coupled with work on [ADL](https://github.com/simon-brooke/adl), q.v. At present ADL largely supports this project.
2018-06-10 22:45:58 +01:00

205 lines
2.7 KiB
HTML

{% extends "templates/base.html" %}
<!-- File application-index.html generated 2018-06-10T21:17:47.127Z by adl.to-selmer-templates.
See [Application Description Language](https://github.com/simon-brooke/adl).-->
{% block content %}
<dl class='index'>
<dt>
<a href='list-electors-Electors'>
Elector
</a>
</dt>
<dd>
<p>
All electors known to the system; electors are people believed to be entitled to vote in the current campaign.
</p>
</dd>
<dt>
<a href='list-genders-Genders'>
Gender
</a>
</dt>
<dd>
<p>
All genders which may be assigned to electors.
</p>
</dd>
<dt>
<a href='list-dwellings-Dwellings'>
Dwelling
</a>
</dt>
<dd>
<p>
All dwellings within addresses in the system; a dwelling is a house, flat or appartment in which electors live.
</p>
</dd>
<dt>
<a href='list-addresses-Addresses'>
Address
</a>
</dt>
<dd>
<p>
Addresses of all buildings which contain dwellings.
</p>
</dd>
<dt>
<a href='list-visits-Visits'>
Visit
</a>
</dt>
<dd>
<p>
All visits made by canvassers to dwellings in which opinions were recorded.
</p>
</dd>
<dt>
<a href='list-authorities-Authorities'>
Authority
</a>
</dt>
<dd>
<p>
Authorities which may authenticate canvassers to the system.
</p>
</dd>
<dt>
<a href='list-issues-Issues'>
Issue
</a>
</dt>
<dd>
<p>
Issues believed to be of interest to electors, about which they may have questions.
</p>
</dd>
<dt>
<a href='list-intentions-Intentions'>
Intention
</a>
</dt>
<dd>
<p>
Link table.
</p>
</dd>
<dt>
<a href='list-canvassers-Canvassers'>
Canvasser
</a>
</dt>
<dd>
<p>
Primary users of the system: those actually interviewing electors.
</p>
</dd>
<dt>
<a href='list-followuprequests-Followuprequests'>
Followuprequest
</a>
</dt>
<dd>
<p>
Requests for a followup with an issue expert
</p>
</dd>
<dt>
<a href=''>
Rolemembership
</a>
</dt>
<dd>
<p>
Link table
</p>
</dd>
<dt>
<a href='list-roles-Roles'>
Role
</a>
</dt>
<dd>
<p>
A role (essentially, the same as a group, but application layer rather than database layer) of which a user may be a member.
</p>
</dd>
<dt>
<a href='list-teams-Teams'>
Team
</a>
</dt>
<dd>
</dd>
<dt>
<a href='list-districts-Districts'>
District
</a>
</dt>
<dd>
<p>
Electoral districts
</p>
</dd>
<dt>
<a href=''>
Teamorganisership
</a>
</dt>
<dd>
<p>
Link table
</p>
</dd>
<dt>
<a href='list-followupactions-Followupactions'>
Followupaction
</a>
</dt>
<dd>
<p>
Actions taken on followup requests.
</p>
</dd>
<dt>
<a href=''>
Issueexpertise
</a>
</dt>
<dd>
<p>
Link table
</p>
</dd>
<dt>
<a href='list-options-Options'>
Option
</a>
</dt>
<dd>
<p>
Options in the election or referendum being canvassed on
</p>
</dd>
<dt>
<a href=''>
Teammembership
</a>
</dt>
<dd>
<p>
Link table
</p>
</dd>
<dt>
<a href='list-followupmethods-Followupmethods'>
Followupmethod
</a>
</dt>
<dd>
</dd>
</dl>
{% endblock %}