@extends('admin.admin_master') @section('admin')

Department Setup Questionnaire

Collect users, folder structure, access permissions, and workflow routing before go-live.

Instructions
  • Complete one form per department.
  • Add all staff who need access at launch.
  • Use the permission checklist to define exactly what each user can do in each folder.
  • For workflows, list all steps from initiator to final approval and confirm the final step returns to the initiator.
@if(session('message')) @endif @if($errors->any()) @endif
@csrf
1) Department Information
2) Department Users

Add all users in this department who require access.

3) Main Folder Structure Required
4) Folder Access and Permissions Matrix

For each user and folder, tick the permissions required at go-live.

User Name Folder Name Access Shared Folders Create My Folder (Create Subfolders) View Folder View Folder Contents Manage Folder Permissions Upload My Files Download My Files Delete My Files Share Folder
5) Workflow Definitions

Capture each workflow from initiating staff to final approval and include the return-to-initiator step.

6) Final Confirmation
@endsection