Check in and some other improvements
This commit is contained in:
@@ -231,7 +231,7 @@ Rails.application.config.sorcery.configure do |config|
|
||||
# How long in seconds the session length will be
|
||||
# Default: `604800`
|
||||
#
|
||||
user.remember_me_for = 2592000
|
||||
user.remember_me_for = 31556926
|
||||
|
||||
|
||||
# -- user_activation --
|
||||
|
||||
@@ -1569,6 +1569,8 @@ en:
|
||||
registrations: Modify Registrations
|
||||
broadcast: Contact Users
|
||||
broadcast_sent: Message Sent
|
||||
check_in: Check In
|
||||
check_in_user: Check in %{name}
|
||||
description: Open or close registration, view registration statistics, modify
|
||||
information submitted by registratnts and contact users.
|
||||
descriptions:
|
||||
@@ -1579,6 +1581,7 @@ en:
|
||||
process.
|
||||
broadcast: Send emails to targeted subsets of users.
|
||||
broadcast_sent: Your message has been sent.
|
||||
check_in: Check in attendees to the conference
|
||||
broadcast:
|
||||
heading: Broadcast
|
||||
description: The broadcast tool is used to contact users through email. You
|
||||
@@ -2124,8 +2127,10 @@ en:
|
||||
registration_status:
|
||||
unregistered: Unregistered
|
||||
preregistered: Preregistered
|
||||
incomplete: Incomplete
|
||||
registered: Registered
|
||||
cancelled: Cancelled
|
||||
checked_in: Checked in
|
||||
companion: Companion
|
||||
companion_email: Companion Email
|
||||
Preferred_Languages: Language
|
||||
@@ -2364,6 +2369,7 @@ en:
|
||||
no_file_selected: No file selected
|
||||
actions:
|
||||
generic:
|
||||
check_in: Complete check in
|
||||
reopen_registration: Re-open my registration
|
||||
cancel_registration: Cancel my registration
|
||||
organization_none: None of the above
|
||||
|
||||
@@ -29,6 +29,7 @@ BikeBike::Application.routes.draw do
|
||||
post 'update/:step' => 'conference_administration#admin_update', as: :administration_update
|
||||
get 'events/edit/:id' => 'conference_administration#edit_event', as: :edit_event
|
||||
get 'locations/edit/:id' => 'conference_administration#edit_location', as: :edit_location
|
||||
get 'check_in/:id' => 'conference_administration#check_in', as: :check_in, constraints: { id: /.+/ }
|
||||
end
|
||||
|
||||
# Workshops
|
||||
|
||||
Reference in New Issue
Block a user