tl-its-umich-edu / canvas-app-explorer

A Web application that presents a list of Canvas external (LTI) tools with details. When integrated within Canvas, the user can search for specific LTI tool(s), and add or remove those tools from Canvas courses.
Apache License 2.0
4 stars 6 forks source link

Add admin button on navigation bar linking to UI, only available to super users #207

Closed ssciolla closed 2 years ago

ssciolla commented 2 years ago

With #182 completed, we can look into adding a link in the navigation bar to the Django page, that only superusers (admins) can see. We'll need to send some basic user info from the backend with this, probably via a context processor and a globals object (in the same vein as MyLA or ROHQ).

This is somewhat related to (but not blocked by) #147 and may help enable #27.