Billing Stripe, link regia mobile e staff solo trasmissione.
Aggiunge fatturazione club, pagina regia condivisibile senza account, roster squadre e rimuove la modalità controller dall'app (v1.1.0). Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
9
backend/app/helpers/staff_helper.rb
Normal file
9
backend/app/helpers/staff_helper.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
module StaffHelper
|
||||
def staff_role_label(membership, team)
|
||||
Teams::StaffCoverage.new(team).role_label_for(membership)
|
||||
end
|
||||
|
||||
def staff_coverage_for(team)
|
||||
Teams::StaffCoverage.new(team)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user