Skip to content

Commit

Permalink
Merge pull request #13 from CMU-313/melody/qacategory
Browse files Browse the repository at this point in the history
Add "Questions & Answers" category & corresponding subcategories
  • Loading branch information
shinyumh authored Sep 20, 2024
2 parents b859768 + a555146 commit cd9f005
Showing 1 changed file with 55 additions and 2 deletions.
57 changes: 55 additions & 2 deletions install/data/categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,67 @@
"icon" : "fa-comments-o",
"order": 2
},
{
"name": "Questions & Answers",
"description": "Have a question for the professors or TAs about the class? Ask here!",
"descriptionParsed": "<p>Have a question for the professors or TAs about the class? Ask here!</p>\n",
"bgColor": "#A020F0",
"color": "#ffffff",
"icon" : "fa-otter",
"order": 3
},
{
"name": "Projects",
"description": "Questions about projects",
"descriptionParsed": "<p>Questions about projects</p>\n",
"bgColor": "#A020F0",
"color": "#ffffff",
"icon" : "fa-cat",
"parentCid" : 3,
"order": 1,
"cloneChildren": true
},
{
"name": "Exams",
"description": "Questions about exams",
"descriptionParsed": "<p>Questions about exams</p>\n",
"bgColor": "#A020F0",
"color": "#ffffff",
"icon" : "fa-dog",
"parentCid" : 3,
"order": 2,
"cloneChildren": true
},
{
"name": "Logistics",
"description": "Questions about logistics",
"descriptionParsed": "<p>Questions about logistics</p>\n",
"bgColor": "#A020F0",
"color": "#ffffff",
"icon" : "fa-dragon",
"parentCid" : 3,
"order": 3,
"cloneChildren": true
},
{
"name": "Lectures",
"description": "Questions about lectures",
"descriptionParsed": "<p>Questions about lectures</p>\n",
"bgColor": "#A020F0",
"color": "#ffffff",
"icon" : "fa-hippo",
"parentCid" : 3,
"order": 4,
"cloneChildren": true
},
{
"name": "Blogs",
"description": "Blog posts from individual members",
"descriptionParsed": "<p>Blog posts from individual members</p>\n",
"bgColor": "#86ba4b",
"color": "#ffffff",
"icon" : "fa-newspaper-o",
"order": 4
"order": 5
},
{
"name": "Comments & Feedback",
Expand All @@ -33,6 +86,6 @@
"bgColor": "#e95c5a",
"color": "#ffffff",
"icon" : "fa-question",
"order": 3
"order": 4
}
]

0 comments on commit cd9f005

Please sign in to comment.