• Mahmoud Aglan's avatar
    feat(participants): record shirt name, school and previous clubs · 25e2be96
    Mahmoud Aglan authored
    Three things a football academy keeps about a player that had nowhere to live,
    found while mapping a 495-row roster exported from a club's previous system.
    
    jersey_name is not the player's name. "Mohamed Sherif Mikkawi" wears "Mikkawi",
    and across 495 players not one shirt name equalled the full name — so it cannot
    be derived and has to be stored. product_customizations can already ask for it
    at the till, but that answer belongs to one sale and freezes onto that invoice;
    the club still needs to know what this player's shirt says, before and after any
    particular kit is bought.
    
    school_name is asked at registration everywhere and is what an academy plans
    term times and school fixtures around.
    
    previous_clubs is free text on purpose. A transfer history is a sentence —
    "Wadi Degla then Zed" — not a foreign key, and a clubs table would force the
    desk to resolve every spelling before it could record anything at all. The same
    roster spells one club four ways.
    
    Full slice: migration, model, service, form, show view. All three nullable and
    additive, each guarded by hasColumn, so the migration is safe against every
    populated tenant and nothing reads them until something writes them.
    Co-Authored-By: 's avatarClaude Opus 5 (1M context) <noreply@anthropic.com>
    25e2be96
Name
Last commit
Last update
..
Activities Loading commit data...
Admin Loading commit data...
Assignments Loading commit data...
Attendance Loading commit data...
Audit Loading commit data...
Auth Loading commit data...
Branches Loading commit data...
CashSessions Loading commit data...
Components Loading commit data...
Concerns Loading commit data...
Dashboard Loading commit data...
Documents Loading commit data...
Enrollments Loading commit data...
Evaluations Loading commit data...
Events Loading commit data...
Facilities Loading commit data...
Financial Loading commit data...
Groups Loading commit data...
Guardian Loading commit data...
HR Loading commit data...
Inventory Loading commit data...
Invoices Loading commit data...
Messaging Loading commit data...
Notifications Loading commit data...
POS Loading commit data...
Parent Loading commit data...
Participants Loading commit data...
People Loading commit data...
Portal Loading commit data...
Pricing Loading commit data...
Profile Loading commit data...
Programs Loading commit data...
Public Loading commit data...
Receptionist Loading commit data...
Reports Loading commit data...
Requests Loading commit data...
Roles Loading commit data...
Schedule Loading commit data...
Settings Loading commit data...
Trainer Loading commit data...
Training Loading commit data...
Users Loading commit data...
Wallets Loading commit data...
Website Loading commit data...
WhatsApp Loading commit data...
Wizards Loading commit data...
BranchSwitcher.php Loading commit data...
Dashboard.php Loading commit data...
GlobalSearch.php Loading commit data...