-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnotes.txt
More file actions
62 lines (43 loc) · 821 Bytes
/
notes.txt
File metadata and controls
62 lines (43 loc) · 821 Bytes
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
1. Who We Are
2. Next Gathering
3. Follow us on Instagram
4. Faith & Work Forum GroupMe
5. Resources
6. Contact Us
admin page
- links (crud)
- about (crud)
- contacts (crud)
- gatherings (crud)
- sending mass emails to subscribers
contacts:
### For Resources Page ###
contactDetail = {
image:"/Michael_Froedge.jpg",
firstName:'Michael',
lastName:'Froedge',
phone: ###-###-####
email: michael.froedge@gmail.com
},
### For events ###
Event = {
dateStart: Date,
dateEnd:Date
when: string,
where: string,
extraRequests: list? string?
}
attendees = {
eventId: objectid
firstName: string,
lastName: string
}
### For Links ###
Link = {
title: string,
link: string
}
### For About ###
About = {
description: string
}