Skip to content

Instantly share code, notes, and snippets.

@urbanautomaton
Created June 19, 2018 14:30
Show Gist options
  • Save urbanautomaton/ad622a50a4d52339b82255a1bc276f68 to your computer and use it in GitHub Desktop.
Save urbanautomaton/ad622a50a4d52339b82255a1bc276f68 to your computer and use it in GitHub Desktop.
Viewing your learning
as a learner
I see recommended courses if I have no enrolments
Warning: Failed prop type: The prop `onBeforeFilter` is marked as required in `CourseEnrolmentFilterForm`, but its value is `undefined`.
in CourseEnrolmentFilterForm
in ContextProvider
Warning: Failed prop type: The prop `onFilter` is marked as required in `CourseEnrolmentFilterForm`, but its value is `undefined`.
in CourseEnrolmentFilterForm
in ContextProvider
viewing your programs page
as a learner
when I am enrolled on a program
leaving a course in a program
Warning: Failed prop type: The prop `onBeforeFilter` is marked as required in `CourseEnrolmentFilterForm`, but its value is `undefined`.
in CourseEnrolmentFilterForm
in ContextProvider
Warning: Failed prop type: The prop `onFilter` is marked as required in `CourseEnrolmentFilterForm`, but its value is `undefined`.
in CourseEnrolmentFilterForm
in ContextProvider
enrolling in invite-only runs
as a learner
Following the invite link to see the details of the invite
Enrolling on an invite-only course with a previously accepted invitation
Enrolling on an invite-only course
as a visitor
Warning: Failed prop type: The prop `onBeforeFilter` is marked as required in `CourseEnrolmentFilterForm`, but its value is `undefined`.
in CourseEnrolmentFilterForm
in ContextProvider
Warning: Failed prop type: The prop `onFilter` is marked as required in `CourseEnrolmentFilterForm`, but its value is `undefined`.
in CourseEnrolmentFilterForm
in ContextProvider
Enrolling on degrees externally
as a learner
Warning: Failed prop type: The prop `description` is marked as required in `FactSheet`, but its value is `null`.
in FactSheet
in ContextProvider
Warning: Failed prop type: The prop `description` is marked as required in `Overview`, but its value is `null`.
in Overview
in FactSheet
in ErrorBoundary
in ContextProvider
administering learners
as an admin
Enrolling a learner on a course run
removing an learners facebook link
when the learner has not connected their Facebook account
when the learner has connected their Facebook account
deleting a user
when that user has active program enrolments
when that user has not participated on a course run
when the user has inactive enrolments
when that user has been suspended
when that user has active course enrolments
Reviewing a published run
with no start date
as a learner
does not allow access
does not allow access even if they are enrolled
Warning: Failed prop type: The prop `onBeforeFilter` is marked as required in `CourseEnrolmentFilterForm`, but its value is `undefined`.
in CourseEnrolmentFilterForm
in ContextProvider
Warning: Failed prop type: The prop `onFilter` is marked as required in `CourseEnrolmentFilterForm`, but its value is `undefined`.
in CourseEnrolmentFilterForm
in ContextProvider
does not link to the todo list on the "your courses" page
as an organisation admin
marking a step as complete
does not allow access for runs outside their organisation
assignment submission
assignment review
asks for enrolment
as an organisation admin
has a fuzzy date on the "upcoming courses" page
unpublished with no start date
as an organisation admin
Warning: Failed prop type: The prop `onBeforeFilter` is marked as required in `CourseEnrolmentFilterForm`, but its value is `undefined`.
in CourseEnrolmentFilterForm
in ContextProvider
Warning: Failed prop type: The prop `onFilter` is marked as required in `CourseEnrolmentFilterForm`, but its value is `undefined`.
in CourseEnrolmentFilterForm
in ContextProvider
has a fuzzy date on the "unpublished courses" page
as an organisation admin
assignment review
does not allow access for runs outside their organisation
asks for enrolment
assignment submission
marking a step as complete
as a learner
does not allow access even if they are enrolled
does not allow access
does not list the course on the "your courses" page
with a future start date
as an organisation admin
has the right date on the "upcoming courses" page
as an organisation admin
asks for enrolment
assignment review
assignment submission
does not allow access for runs outside their organisation
marking a step as complete
as a learner
does not allow access even if they are enrolled
Warning: Failed prop type: The prop `onBeforeFilter` is marked as required in `CourseEnrolmentFilterForm`, but its value is `undefined`.
in CourseEnrolmentFilterForm
in ContextProvider
Warning: Failed prop type: The prop `onFilter` is marked as required in `CourseEnrolmentFilterForm`, but its value is `undefined`.
in CourseEnrolmentFilterForm
in ContextProvider
does not link to the todo list on the "your courses" page
does not allow access
administering course run permissions
as an organisation admin
inviting an author
inviting without selecting a type
inviting a reviewer
removing an author permission
removing a reviewer permission
ensure application features used for caching/performance aren't changed by accident
visiting the courses index whilst signed in
visiting the homepage
visiting the courses index whilst signed out
as a learner
viewing a quiz step
viewing a step with comments and replies avoids n+1 queries
visiting the site sets the 'session_last_active_at' cookie which is used to define caching rules in nginx
performance of the "your courses" page
Warning: Failed prop type: The prop `onBeforeFilter` is marked as required in `CourseEnrolmentFilterForm`, but its value is `undefined`.
in CourseEnrolmentFilterForm
in ContextProvider
Warning: Failed prop type: The prop `onFilter` is marked as required in `CourseEnrolmentFilterForm`, but its value is `undefined`.
in CourseEnrolmentFilterForm
in ContextProvider
viewing degree index
Warning: Failed prop type: The prop `card.imageUrl` is marked as required in `CardWithMinimalDetail`, but its value is `null`.
in CardWithMinimalDetail
in CardGrid
in ErrorBoundary
in ContextProvider
Warning: Failed prop type: The prop `src` is marked as required in `Image`, but its value is `null`.
in Image
in CardWithMinimalDetail
in div
in LazyLoadProvider
in CardGrid
in ErrorBoundary
in ContextProvider
view available degree disciplines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment