roadmap
[angular-drzb] / TODO
1 - registration.type report with edit link
2 - organization auto-complete
3 - localistation filter
4 - e-mail report of registration to user
5         - mime html from template
6 - admin ident by userid (e-mail address) in browser cookie
7 - add audit traces to every store: _last_modified: timestamp, _ip: ip, _userid: userid
8 - count by orgnization, user.name, edit links
9 - print works.summary by registration.type
10 - registration.accepted: checkbox
11 ? registration.review = {
12         - accpeted: checkbox
13         - persons: {
14                 comment: textarea
15         },
16         - feedback
17 - server side generated json for
18         fees = {
19                 from: date,
20                 to:date,
21                 participant: money,
22                 hpd_member: moeny,
23                 student: money,
24                 accomp: money,
25         }
26
27 - registration.payment:
28         {
29                 amount: money,
30                 expected: money,
31                 date: now,
32                 receipt: file
33         }
34
35 - if fee.amount > 0 printanje akreditacija (pdfnup)
36
37 - registration.attended_conference: checkbox,
38
39 - if attended_conference pdf attendence confirmation on-demand link via e-mail
40
41 - registration.certificate: {
42         sent: date,
43         download: date,
44 }
45