-
Notifications
You must be signed in to change notification settings - Fork 0
/
.todo
63 lines (63 loc) · 2.33 KB
/
.todo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0"?>
<todo version="0.1.20">
<note priority="veryhigh" time="1275905377" done="1276102491">
Figure out importing - server side includes, .execute method, <script> tag?
<comment>
I think I got it - #include does what I want.
</comment>
</note>
<note priority="veryhigh" time="1275956518" done="1276888545">
Add an on_start function that initializes the mappings (mappings.js)? Revisit scopes: Application object == global scope?
<comment>
This is fucked, cannot work.
</comment>
</note>
<note priority="veryhigh" time="1276335191" done="1276888590">
Form: add action check, throw exception if no action
<comment>
Done.
</comment>
</note>
<note priority="veryhigh" time="1277281598" done="1277294559">
add to cart
<comment>
Done!
</comment>
</note>
<note priority="high" time="1275773038" done="1277338426">
On insert/update of event, if duration is zero, set to sport's default duration.
<comment>
Done, I think.
</comment>
</note>
<note priority="high" time="1275773231" done="1276888627">
add unique constraint on (price,EventId) of TicketCategory
<comment>
I don't think this is needed. It is perfectly acceptable to have to different categories of tickets with the same price.
</comment>
</note>
<note priority="medium" time="1275761707" done="1275762768">
Add trigger on new orderitem to mark corresponding ticket as unavailable.
</note>
<note priority="medium" time="1275761808" done="1276892890">
Add trigger on new/deleted administrator to mark corresponding user as admin/not admin.
<comment>
Done.
</comment>
</note>
<note priority="medium" time="1276102473" done="1276335292">
Figure out how to get the key attributes of a table.
<comment>
With OpenSchema and code 28
</comment>
</note>
<note priority="veryhigh" time="1277281625" done="1277338446">
delete in admin
<comment>
Done
</comment>
</note>
<note priority="medium" time="1276334858">
in form.inc, Field constructor, should fix logical || and braces
</note>
</todo>