forked from gracelcai/HopHacks24
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefs.json
17 lines (16 loc) · 1.22 KB
/
defs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"categories": {
"urgency": "Does the message require an immediate response or action?",
"necessity": "Is the sender requesting something that they need?",
"want": "Is the user requesting something they want but don't necessarily need? These are optional and non urgent",
"informational": "Is this message purely informational? This could include a status update or news",
"planning": "Is the message related to scheduling or organizing an event, meeting, or other future activity?",
"career-related": "Is the message related to work, school, or other academic/professional activities?"
},
"modes": {
"Meeting": "The user is in a meeting or test or other situation where they should not be bothered unless a message is an emergency or extremely urgent.",
"Work": "The user is in a work or school setting and should only be notified for important matters, such as work and school related, or urgent messages.",
"Social": "The user is engaged in a social environment. Less critical messages such as updates and plans are allowed, unless the message is extremely low urgency.",
"Available": "Every message is allowed, regardless of urgency or necessity."
}
}