Startpage Clean up
This commit is contained in:
@ -517,7 +517,8 @@ Educator - Teachers looking for PD requirements
|
||||
- [X] Check with SE if we can hide activities based on role
|
||||
- [ ] Create flow chart of how to create courses
|
||||
- [ ] Annotated version of diagram - remove details
|
||||
- [ ] Go through Master Course and look for holes
|
||||
- [ ] Go through Master Course and look for holes
|
||||
- [ ] Review
|
||||
|
||||
## Integrations:
|
||||
|
||||
@ -726,6 +727,22 @@ Import errors from the SFDC side
|
||||
|
||||
# Flink
|
||||
|
||||
* MCA COLUMN ORDER:
|
||||
* School ID
|
||||
* Learner Name
|
||||
* Email
|
||||
* SSO UID
|
||||
* Groups
|
||||
* Course Name
|
||||
* Course Version
|
||||
* Enrollment Day
|
||||
* Attempt STart
|
||||
* Attempt End
|
||||
* Attempt Number
|
||||
* Course Progress
|
||||
* Last Activity
|
||||
* Last Activity Date
|
||||
|
||||
## Weekly Meetings with Camila and Soner
|
||||
Align on points of contact
|
||||
Concerns? They are the main contact for all back end structure and content
|
||||
@ -1003,6 +1020,13 @@ And 500 complete (this is a good number)
|
||||
Molly wants to try... 500 people get a message saying "you're going to see messages, please ignore"
|
||||
160 get invited to a group with the remaining courses
|
||||
|
||||
## Meeting with OpenSesame re: SCORM files
|
||||
* Possibly missed events!
|
||||
* Opensesame only sends complete/incomplete - values could be 0 or 1, or whatever the cmi.core.value are
|
||||
* Communicated via API
|
||||
* RPX now is OS' social sign on and SSO communication
|
||||
* Osano is used by OS but not sure how it would factor in
|
||||
|
||||
# Mark43
|
||||
|
||||
We need Northapss to be able to parse the group id information in the JWT
|
||||
|
||||
@ -37,6 +37,16 @@ const CARDS = [
|
||||
icon: "ri-calendar-2-line",
|
||||
link: "https://northpass.na.chilipiper.com/book/me/norm-rasmussen",
|
||||
},
|
||||
{
|
||||
name: "Looker - External",
|
||||
icon: "ri-bubble-chart-line",
|
||||
link: "https://northpass.looker.com/folders/4976"
|
||||
},
|
||||
{
|
||||
name: "Looker - Internal",
|
||||
icon: "ri-bubble-chart-fill",
|
||||
link: "https://northpasshq.looker.com/dashboards/21"
|
||||
},
|
||||
{
|
||||
name: "LinkedIn",
|
||||
icon: "ri-linkedin-fill",
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
<body>
|
||||
<header class="header">
|
||||
<div>
|
||||
<h1>Hello there, <span id="userName">Norm!</span>.</h1>
|
||||
<h1>Hello, <span id="userName">Norm!</span>.</h1>
|
||||
<p>Today is <span id="currentDate">Monday 1, January 2000</span>.</p>
|
||||
</div>
|
||||
<p id="currentTime">00:00 PM</p>
|
||||
@ -30,28 +30,3 @@
|
||||
<script src="./app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
<style>
|
||||
|
||||
body {
|
||||
margin-bottom: 0;
|
||||
flex-grow: 1;
|
||||
background: linear-gradient(145deg, #179160, #096F8E, #F7BB17, #D64A28, #00283C);
|
||||
background-size: 700% 550%;
|
||||
animation: gradient 7s ease-in-out infinite;
|
||||
height: 125vh;
|
||||
margin-top: -100px;
|
||||
padding-top: 100px;
|
||||
}
|
||||
@keyframes gradient {
|
||||
0% {
|
||||
background-position: 0% 79%;
|
||||
}
|
||||
50% {
|
||||
background-position: 100% 22%;
|
||||
}
|
||||
100% {
|
||||
background-position: 0% 79%;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
@ -16,6 +16,14 @@
|
||||
}
|
||||
|
||||
body {
|
||||
margin-bottom: 0;
|
||||
flex-grow: 1;
|
||||
background: linear-gradient(145deg, #179160, #096F8E, #F7BB17, #D64A28, #00283C);
|
||||
background-size: 700% 550%;
|
||||
animation: gradient 7s ease-in-out infinite;
|
||||
height: 125vh;
|
||||
margin-top: -100px;
|
||||
padding-top: 100px;
|
||||
color: var(--text-light);
|
||||
font-family: 'Inter', sans-serif;
|
||||
|
||||
@ -25,6 +33,18 @@ body {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@keyframes gradient {
|
||||
0% {
|
||||
background-position: 0% 79%;
|
||||
}
|
||||
50% {
|
||||
background-position: 100% 22%;
|
||||
}
|
||||
100% {
|
||||
background-position: 0% 79%;
|
||||
}
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 4rem;
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user