Content Controller 4.1 has arrived! This release includes new features that improve on cataloging and sharing content.
NEW FEATURES
Content Portal
You can now create and customize a web portal for each account that exists within Content Controller. Your clients can sign in to a portal with a one-time-password. Once signed in, your client can download dispatches of the content you have added to the linked account.
Custom IDs
Custom IDs allow you to change the default identifier on accounts, courses, equivalents and bundles to match identification you have within other systems. This is part of a larger effort to make Content Controller integrate into your existing eLearning ecosystem.
Frontend Migrated to Vue 3
The frontend of Content Controller has been moved to the latest version of Vue to provide better security and minor visual improvements. This includes some icon redesigns, paging within some grids and new wording on informational text.
Reporting Changes
The Content Usage Overview report page is now two separate pages. These pages cover course and equivalent usage. This change will help you report on usage for large numbers of content or equivalents.
Breaking Changes
Due to the addition of Custom IDs any account, content, bundle or equivalent ID that is returned as part of a Public API call will now be a STRING. Previously each ID was returned as an INTEGER.
To match the naming convention of the rest of the data returned, course_version has been renamed to CourseVersion in the usage report endpoints. These endpoints are usage/InteractionHistory, usage/LearnerHistory and usage/RegistrationHistory.