feat: add Sveden update feature
- SvedenController: upload zip and extract to public/sveden - UpdateSvedenAction: orchestrates temp file handling and extraction - ExtractSvedenArchiveTask: validates and extracts sveden/abitur folders with security checks - Sveden.vue: upload UI with progress indicator - Added routes: GET/POST /dashboard/sveden - Added quick action: Обновить Sveden
This commit is contained in:
@@ -25,4 +25,10 @@ export const quickActions = [
|
||||
href: null,
|
||||
icon: 'upload',
|
||||
},
|
||||
{
|
||||
label: 'Обновить Sveden',
|
||||
route: 'dashboard.sveden',
|
||||
href: null,
|
||||
icon: 'cog',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user