Refactored volunteer check_in as ready status.
This commit is contained in:
parent
e722ef055e
commit
4c462c9d47
7 changed files with 51 additions and 28 deletions
|
|
@ -31,7 +31,7 @@
|
|||
return vols
|
||||
})
|
||||
const volTotal = $derived(volunteers.length)
|
||||
const volCheckedIn = $derived(volunteers.filter(v => v.checked_in).length)
|
||||
const volCheckedIn = $derived(volunteers.filter(v => v.ready).length)
|
||||
const volLeads = $derived(volunteers.filter(v => v.is_lead).length)
|
||||
|
||||
// Shift stats (scoped for colead)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue