Skip to content

Commit

Permalink
Added Forms category
Browse files Browse the repository at this point in the history
  • Loading branch information
stvnbash committed Aug 3, 2022
1 parent 046dad3 commit fc35f01
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/Category.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function Category({ title, oid, cards, role, search, compactmode
title={card.title ? card.title : "None"}
description={card.roles[ role[0] ].description ? card.roles[ role[0] ].description : "#"}
url={card.roles[ role[0] ].url ? card.roles[ role[0] ].url : "#"}
icon={card.icon ? card.icon : "./icon/ECRslant.png"}
icon={card.icon ? card.icon : "./icon/Bear-Crest.svg"}
name={oid}
key={card.title}
/>)
Expand Down
41 changes: 39 additions & 2 deletions db.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,21 @@
},
{
"id": 4,
"oid": "FRM",
"title": "Forms"
},
{
"id": 5,
"oid": "INS",
"title": "Instruction"
},
{
"id": 5,
"id": 6,
"oid": "PAR",
"title": "Parent Center"
},
{
"id": 6,
"id": 7,
"oid": "OFF",
"title": "Offices"
}
Expand Down Expand Up @@ -425,6 +430,38 @@
}
}
},
{
"title": "Intervention Referral Form",
"priority": true,
"roles": {
"TCH": {
"description": "",
"url": "https://docs.google.com/forms/d/e/1FAIpQLSd7l9Om0FQFdldc4CvmthHXZKjzq3pmuG2roWTa5Wl-QawPlQ/viewform",
"category": ["FRM"]
},
"STF": {
"description": "",
"url": "https://docs.google.com/forms/d/e/1FAIpQLSd7l9Om0FQFdldc4CvmthHXZKjzq3pmuG2roWTa5Wl-QawPlQ/viewform",
"category": ["FRM"]
}
}
},
{
"title": "Dean's Office Referral Form",
"priority": true,
"roles": {
"TCH": {
"description": "",
"url": "https://docs.google.com/forms/d/e/1FAIpQLSdzciG_4h3cpMeW4y3JBOAFXPD98wuhetl2s8EBLy8VAv1sSA/viewform",
"category": ["FRM"]
},
"STF": {
"description": "",
"url": "https://docs.google.com/forms/d/e/1FAIpQLSdzciG_4h3cpMeW4y3JBOAFXPD98wuhetl2s8EBLy8VAv1sSA/viewform",
"category": ["FRM"]
}
}
},
{
"title": "Gimkit",
"icon": "./icon/Gimkit.jpg",
Expand Down
1 change: 1 addition & 0 deletions public/icon/Bear-Crest.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/logo/ECR-StudentLife-SVG/Bear-Crest.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/logo/ECR-StudentLife-SVG/Full-Logo-w-Bear.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

1 comment on commit fc35f01

@vercel
Copy link

@vercel vercel bot commented on fc35f01 Aug 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

myecr – ./

myecr.vercel.app
myecr-git-main-bash.vercel.app
myecr-bash.vercel.app

Please sign in to comment.