Skip to content

Commit 19c86ed

Browse files
committed
draft of canvas knowledge
1 parent 68142a6 commit 19c86ed

4 files changed

Lines changed: 43 additions & 0 deletions

File tree

canvas/dev-keys.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: page
3+
title: Developer Keys
4+
parent: Canvas
5+
nav_order: 2
6+
---
7+
8+
# Developer Keys

canvas/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,18 @@ nav_order: 3
66

77
# Canvas
88

9+
10+
911
## Quick Links
12+
### Canvas Documentation
1013
* [Community Page](https://community.instructure.com/en/categories/canvas)
1114
* [Resource Page](https://community.instructure.com/en/kb/canvas-resource)
1215
* [Developer Documentation](https://developerdocs.instructure.com/services/canvas)
16+
17+
### UC Berkeley Documentation
18+
* [How do I request an administrator role in bCourses?](https://berkeley.service-now.com/kb_view.do?sysparm_article=KB0011247)
19+
* [bCourses Roles and Permissions Summary Matrix](https://docs.google.com/spreadsheets/u/0/d/e/2PACX-1vSz0eGkR8ZobudN62PsXyohlO1gHX8_3oE28SOngVhyxHvzWbixMMHE76wYBtYUwn024rtWi6l0OcWL/pubhtml?pli=1) Toggle between "course roles" and "account roles."
20+
* [bCourses Admin Roles and Permissions](https://berkeley.service-now.com/kb/en/bcourses-admin-roles-and-permissions?id=kb_article_view&sysparm_article=KB0011079)
21+
22+
## More Questions?
23+
You can ask on the `#cavnas-dev-support` channel in EECS Crossroads for help from CDSS faculty, staff, and TAs. You can also open a ServiceNow ticket by emailing bcourseshelp AT berkeley DOT edu.

canvas/misc-knowledge.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: page
3+
title: Misc Knowledge
4+
parent: Canvas
5+
nav_order: 3
6+
---
7+
8+
# Miscellaneous Canvas Knowledge
9+
10+
## Student ID Numbers
11+
* Student IDs (SIDs) are found in canvas under "SIS User ID" or "SIS ID." Sometimes, a SID is unavailable so the value will be "UID:*******" (canvas login ID).
12+
* Not all SIDs are 10 digits, but all newly issued ones are.

canvas/sandbox.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: page
3+
title: Sandbox
4+
parent: Canvas
5+
nav_order: 1
6+
---
7+
8+
# Canvas Sandbox
9+
We have access to a [canvas sandbox environment](https://ucberkeleysandbox.instructure.com/login/canvas). This is a separate, development canvas instance from the production [bCourses](https://bcourses.berkeley.edu/) canvas instance. This separate environment allows for fast development work, not gated by communication with the bCourses team.
10+
11+
To be added to the sandbox, message in the `#cavnas-dev-support` channel in EECS Crossroads. Be sure to include what kind of development work you're planning on so we can add you as an admin if necessary.
12+

0 commit comments

Comments
 (0)