Delete the rotation queue; sponsors.json stays as the member directory
Marty (2026-09-19): delete it if it no longer serves a purpose. The public link has run on the chain walk since the mode flip and the queue's active head never received a join. Gone: active/waiting/qualified statuses, normalizeStatuses, activeSponsor, publicSponsorPayload, the increment/activate/qualify/reset actions, the click counter, the auto-count/auto-advance/ level-sync block, the legacy queue branches in current-sponsor and the submit-id classifier, the chatbot's "placements waiting" facts, and the queue columns and buttons in admin. What stays is a member directory (name, parent, level, notes, contact email) because the payout alerts and the feed's name map read it. The chain walk is the only company rotation now. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
+1
-2
@@ -76,8 +76,7 @@ async function load(){
|
||||
{const dl=document.getElementById('dappJoinLink');if(dl&¤tSponsor.referralUrl){dl.href=currentSponsor.referralUrl;dl.classList.remove('hidden');}}
|
||||
// the company-queue line only means anything on the company-rotation path
|
||||
// only on the company-rotation path — the invited path already wrote its own line here
|
||||
if(!ref)document.getElementById('queueText').textContent=(c.showQueueProgress&&s.waitingCount!==undefined)
|
||||
?`${s.waitingCount} team placement${s.waitingCount===1?'':'s'} waiting behind the current sponsor.`:'';
|
||||
if(!ref)document.getElementById('queueText').textContent='The company rotation offers the next open position in the tree; it moves the moment that spot fills.';
|
||||
document.getElementById('supportBox').textContent=c.supportLabel||'Contact your team sponsor if you need help before joining.';
|
||||
if(c.telegramUrl){const w=document.getElementById('supportLinkWrap'),a=document.getElementById('supportLink');a.href=c.telegramUrl;w.classList.remove('hidden')}
|
||||
}catch(e){
|
||||
|
||||
Reference in New Issue
Block a user