In another thread? I talk about technical debt and how Docebo works to resolve aspects of it with the community.
An important point that a spin on technical debt is the amount of overhead an implementation builds into its workflows to support its business.
Let me mention 5 tips to minimize your overhead and maybe others can add on to the thread over time.
- integrate your user creation and termination (minimizing user creation)
- Leverage an SSO if your organization has one (minimizing authentication concerns)…login will always be the highest level concern with a system - if you can offload this to your IT / Service Desk folk - that is one less concern to come to you.
- Leverage PUs - give out roles to people to minimize and decentralize common operations (course curation, “lookup and assist”, and reporting roles are three common ones…)
- Leverage Enrollment Rules - minimizing your deploying by hand learning for roaming scenarios like new hire training..
- As you aim to implement? Host a master document to reflect your configuration on paper of your users and groups.