-
Notifications
You must be signed in to change notification settings - Fork 0
/
plan.txt
56 lines (49 loc) · 978 Bytes
/
plan.txt
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
Models:
User
name:string
callsign:string
deleted:boolean
EventStation
event_name:string
callsign:string
start_time:datetime
end_time:datetime
exchange:string
location:string
section:string
category:string
category_power:string
wfd_bonus_offgrid:boolean
wfd_bonus_outdoor:boolean
wfd_bonus_remote:boolean
wfd_bonus_satellite:boolean
contact_name:string
contact_address:string
contact_city:string
contact_state:string
contact_postal_code:string
contact_country:string
contact_email:string
Station
description:string
uuid:string
LogEntry
event_id
contact_at:datetime
callsign:string
category:string
section:string
station_id
user_id
frequency:integer # in khz
mode:string
deleted:boolean
Controllers:
UserController
index, create, log_out, log_in
StationController
index, create, edit, show
EventController
index, create, edit, view, export_log
Classes/Service:
CabrilloFormatter