@extends('layouts.app') @section('title', 'Global System Settings') @section('content')
@if(Session::has('success') OR isset($success)) @endif
@csrf
System Information
@if(!Setting::get('_updateAvailable')) @else @endif
@if(\Carbon\Carbon::parse(Setting::get('_lastCronRun', '2000-01-01')) > \Carbon\Carbon::now()->subMinutes(5)) @else @endif
Training

Link to PDF or webpage to make student accept when applying for training
@error('trainingSOP') {{ $errors->first('trainingSOP') }} @enderror
Link to examination template for examiners. Leave blank to disable.
@error('trainingExamTemplate') {{ $errors->first('trainingExamTemplate') }} @enderror
List subdivisions separated by comma, e.g. SCA, ITA
@error('trainingSubDivisions') {{ $errors->first('trainingSubDivisions') }} @enderror
Text displayed in FAQ and e-mails. Keep it short.
@error('trainingQueue') {{ $errors->first('trainingQueue') }} @enderror
Input number of days required, used to mark stalled trainings
@error('trainingInterval') {{ $errors->first('trainingInterval') }} @enderror
Used to confirm solo endorsement creation.
@error('trainingSoloRequirement') {{ $errors->first('trainingSoloRequirement') }} @enderror
ATC Activity
Input number of months
@error('atcActivityQualificationPeriod') {{ $errors->first('atcActivityQualificationPeriod') }} @enderror
Input number of months
@error('atcActivityGracePeriod') {{ $errors->first('atcActivityGracePeriod') }} @enderror
Input number of hours
@error('atcActivityRequirement') {{ $errors->first('atcActivityRequirement') }} @enderror
Write who the user should contact regarding refresh or transfer trainings. This text links to your contact list.
@error('atcActivityContact') {{ $errors->first('atcActivityContact') }} @enderror
Enabled: ATC Active status is granted based on total controlling hours across all areas
Disabled: ATC Active status is granted if the activity requirement is met in one or more individual areas.
When a controller logs on the network as inactive, a warning email is sent to the controller with a copy to area staff.
Enabled: Allow a controller to collect enough hours as inactive to automatically become active
Disabled: Only a training marked as completed will reactivate a controller as ATC Active
Enabled: When going inactive, we tell the controller that controlling is still allowed.
Disabled: When going inactive, we tell the controller that controlling is no longer allowed prior of refresh training.
Links
Enter domain without http or any slashes
@error('linkDomain') {{ $errors->first('linkDomain') }} @enderror
Enter full homepage url
@error('linkHome') {{ $errors->first('linkHome') }} @enderror
Enter link to a page explaining on how to join your division. Shown in FAQ
@error('linkJoin') {{ $errors->first('linkJoin') }} @enderror
Enter link to staff or contact list. Shown in FAQ and inactivity warning
@error('linkContact') {{ $errors->first('linkContact') }} @enderror
Enter link to webpage informing about visiting controlling. Shown in FAQ
@error('linkVisiting') {{ $errors->first('linkVisiting') }} @enderror
Enter Discord invite link. Shown in e-mails to contact mentor on assignment
@error('linkDiscord') {{ $errors->first('linkDiscord') }} @enderror
Enter full link to Moodle or leave blank to disable
@error('linkMoodle') {{ $errors->first('linkMoodle') }} @enderror
Division API
Automatic calls based on the environmental configuration.
Feedback
Forward feedback to the provided address. Leave blank to disable.
@error('feedbackForwardEmail') {{ $errors->first('feedbackForwardEmail') }} @enderror
Telemetry
This is used to prioritise development based on stats and who is using Control Center. Telemetry only sends the url, version and division name.
@endsection