@extends('layouts.app') @section('title', 'Performance Intelligence Engine') @push('styles') @endpush @section('content') @include('components.page-header', [ 'title' => 'Performance Intelligence Engine', 'description' => 'Architect the workforce reward system using structural point logic and automated badge recognition.', 'breadcrumbs' => ['Home' => route('admin.dashboard'), 'Gamification' => '#', 'Settings' => '#'], 'actions' => '' ])

Reward Logic Architecture

RECALCULATION: REAL-TIME
@csrf
Points awarded per successfully closed task.
Bonus for exceeding individual daily quotas.
Minimum performance score to trigger bonus.
Reward for structural failure discovery.
Penalty weight for bugs returned to Dev.
Points for consistent shift login.
Points for early task delivery.
Deduction for missed target fix dates.
Points for cross-module code reviews.

Architectural Badge Registry

@foreach($badges as $badge)

{{ $badge->name }}

{{ $badge->rarity }} {{ $badge->min_points }} PTS
@endforeach

Calculation Engine

@csrf

Simulation Preview

01
JD
John Doe
1,240 Points • Architect Tier
02
SK
Sarah K.
1,180 Points • Senior Dev
03
MP
Mike P.
950 Points • Bug Hunter

MONTHLY REWARD ESTIMATE

₹ 1,54,000 RESERVE: 92%
@endsection