Student data import implementation: added tables, migration, import script, tests, and documentation.

This commit is contained in:
ijuanes 2026-06-23 19:57:49 +01:00
parent 9662f98169
commit 2959cd5299
19 changed files with 3186 additions and 79 deletions

View file

@ -194,6 +194,10 @@
class="px-3 py-2 text-sm sm:text-base text-white rounded hover:bg-cobalt-700 transition-colors whitespace-nowrap">
{{ _('User Loans') }}
</a>
<a href="/students"
class="px-3 py-2 text-sm sm:text-base text-white rounded hover:bg-cobalt-700 transition-colors whitespace-nowrap">
{{ _('Students') }}
</a>
<a href="/non_loanable_devices"
class="px-3 py-2 text-sm sm:text-base text-white rounded hover:bg-cobalt-700 transition-colors whitespace-nowrap">
{{ _('Non-Loanable Devices') }}