Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
W
A
add_table() (in module chefboyrd.views.table_manager)
after_request() (in module chefboyrd)
AuthTest (class in chefboyrd.tests.test_int_auth)
auto_generate_sms_data() (in module chefboyrd.tests.test_fb_data)
B
BaseModel (class in chefboyrd.models.base_model)
before_request() (in module chefboyrd)
body (chefboyrd.models.sms.Sms attribute)
,
[1]
(chefboyrd.views.feedbackM.ItemTable attribute)
book_restaurant_table() (in module chefboyrd.controllers.booking_controller)
Booking (class in chefboyrd.models.tables)
booking_date_time_end (chefboyrd.models.tables.Booking attribute)
booking_date_time_start (chefboyrd.models.tables.Booking attribute)
booking_set (chefboyrd.models.tables.Tables attribute)
C
cancel (chefboyrd.views.reservationH.ItemTable attribute)
(chefboyrd.views.table_manager.ItemTable attribute)
cancel() (in module chefboyrd.views.reservationH)
(in module chefboyrd.views.table_manager)
cancel_reservation() (chefboyrd.models.reservation.Reservation class method)
(chefboyrd.models.tables.Booking class method)
change_table() (in module chefboyrd.views.table_manager)
chefboyrd (module)
chefboyrd.auth (module)
chefboyrd.controllers (module)
chefboyrd.controllers.booking_controller (module)
chefboyrd.controllers.customer_controller (module)
chefboyrd.controllers.data_controller (module)
chefboyrd.controllers.feedback_controller (module)
chefboyrd.controllers.model_controller (module)
chefboyrd.controllers.prediction_controller (module)
chefboyrd.models (module)
chefboyrd.models.base_model (module)
chefboyrd.models.customers (module)
chefboyrd.models.reservation (module)
chefboyrd.models.sms (module)
chefboyrd.models.statistics (module)
chefboyrd.models.tables (module)
chefboyrd.models.user (module)
chefboyrd.tests (module)
chefboyrd.tests.test_app (module)
chefboyrd.tests.test_fb (module)
chefboyrd.tests.test_fb_data (module)
chefboyrd.tests.test_int (module)
chefboyrd.tests.test_int_auth (module)
chefboyrd.tests.test_predict (module)
chefboyrd.tests.test_reservation (module)
chefboyrd.views (module)
chefboyrd.views.feedbackM (module)
chefboyrd.views.prediction_dash (module)
chefboyrd.views.reservationH (module)
chefboyrd.views.root (module)
chefboyrd.views.stat_dash (module)
chefboyrd.views.table_manager (module)
ChefBoyRDTest (class in chefboyrd.tests.test_app)
clamp_rng() (in module chefboyrd.controllers.data_controller)
closing_time (chefboyrd.models.tables.Restaurant attribute)
confirm (chefboyrd.views.table_manager.ItemTable attribute)
confirm() (in module chefboyrd.views.table_manager)
create_booking() (chefboyrd.models.tables.Booking class method)
create_jinja_object() (in module chefboyrd.views.stat_dash)
create_reservation() (chefboyrd.models.reservation.Reservation class method)
create_restaurant() (chefboyrd.models.tables.Restaurant class method)
create_tables() (chefboyrd.models.tables.Tables class method)
create_user() (chefboyrd.models.user.User class method)
Customer (class in chefboyrd.models.customers)
D
dash_index() (in module chefboyrd.views.stat_dash)
date_time_from (chefboyrd.views.feedbackM.DateSpecifyForm attribute)
date_time_to (chefboyrd.views.feedbackM.DateSpecifyForm attribute)
DateSpecifyForm (class in chefboyrd.views.feedbackM)
del_table() (in module chefboyrd.views.table_manager)
delete_feedback() (in module chefboyrd.views.feedbackM)
delete_twilio_feedback() (in module chefboyrd.controllers.feedback_controller)
(in module chefboyrd.views.feedbackM)
delTable() (chefboyrd.models.tables.Tables class method)
description (chefboyrd.models.tables.Restaurant attribute)
DoesNotExist (chefboyrd.models.base_model.BaseModel attribute)
(chefboyrd.models.customers.Customer attribute)
(chefboyrd.models.reservation.Reservation attribute)
(chefboyrd.models.sms.Sms attribute)
(chefboyrd.models.statistics.Ingredients attribute)
(chefboyrd.models.statistics.MealIngredients attribute)
(chefboyrd.models.statistics.Meals attribute)
(chefboyrd.models.statistics.Orders attribute)
(chefboyrd.models.statistics.Quantities attribute)
(chefboyrd.models.statistics.Tabs attribute)
(chefboyrd.models.tables.Booking attribute)
(chefboyrd.models.tables.Restaurant attribute)
(chefboyrd.models.tables.Tables attribute)
(chefboyrd.models.user.User attribute)
E
email (chefboyrd.models.user.User attribute)
exception_flag (chefboyrd.models.sms.Sms attribute)
,
[1]
F
fb_key (chefboyrd.models.statistics.Tabs attribute)
feedback_analysis() (in module chefboyrd.controllers.feedback_controller)
feedback_table() (in module chefboyrd.views.feedbackM)
food_flag (chefboyrd.models.sms.Sms attribute)
,
[1]
G
generate_data() (in module chefboyrd.controllers.data_controller)
get_customers() (in module chefboyrd.controllers.customer_controller)
get_datauri() (in module chefboyrd.views.stat_dash)
get_dollars_in_range() (in module chefboyrd.controllers.data_controller)
get_dotw_orders() (in module chefboyrd.controllers.data_controller)
get_earliest_datetime() (in module chefboyrd.controllers.model_controller)
get_first_table_available() (in module chefboyrd.controllers.booking_controller)
get_last_datetime() (in module chefboyrd.controllers.model_controller)
get_meals_in_range() (in module chefboyrd.controllers.data_controller)
get_orders_date_range() (in module chefboyrd.controllers.data_controller)
get_reservations_on_dotw() (in module chefboyrd.controllers.data_controller)
get_tabs_range() (in module chefboyrd.controllers.data_controller)
guests (chefboyrd.views.reservationH.ItemTable attribute)
(chefboyrd.views.table_manager.ItemTable attribute)
H
had_reservation (chefboyrd.models.statistics.Tabs attribute)
html_attrs (chefboyrd.views.reservationH.ItemTable attribute)
(chefboyrd.views.table_manager.ItemTable attribute)
I
id (chefboyrd.models.base_model.BaseModel attribute)
(chefboyrd.models.customers.Customer attribute)
(chefboyrd.models.reservation.Reservation attribute)
(chefboyrd.models.sms.Sms attribute)
(chefboyrd.models.statistics.Ingredients attribute)
(chefboyrd.models.statistics.MealIngredients attribute)
(chefboyrd.models.statistics.Meals attribute)
(chefboyrd.models.statistics.Orders attribute)
(chefboyrd.models.statistics.Quantities attribute)
(chefboyrd.models.statistics.Tabs attribute)
(chefboyrd.models.tables.Booking attribute)
(chefboyrd.models.tables.Restaurant attribute)
(chefboyrd.models.tables.Tables attribute)
(chefboyrd.models.user.User attribute)
index() (in module chefboyrd)
ingredient_id (chefboyrd.models.statistics.MealIngredients attribute)
ingredient_id_id (chefboyrd.models.statistics.MealIngredients attribute)
Ingredients (class in chefboyrd.models.statistics)
init_db() (in module chefboyrd)
invalid_field (chefboyrd.models.sms.Sms attribute)
ItemTable (class in chefboyrd.views.feedbackM)
(class in chefboyrd.views.reservationH)
(class in chefboyrd.views.table_manager)
L
length (chefboyrd.views.reservationH.ReservationForm attribute)
login() (chefboyrd.tests.test_int.PageTest method)
(chefboyrd.tests.test_int_auth.AuthTest method)
(in module chefboyrd.auth)
logout() (chefboyrd.tests.test_int.PageTest method)
(chefboyrd.tests.test_int_auth.AuthTest method)
(in module chefboyrd.auth)
M
meal (chefboyrd.models.statistics.Orders attribute)
meal_id (chefboyrd.models.statistics.MealIngredients attribute)
(chefboyrd.models.statistics.Orders attribute)
meal_id_id (chefboyrd.models.statistics.MealIngredients attribute)
MealIngredients (class in chefboyrd.models.statistics)
mealingredients_set (chefboyrd.models.statistics.Ingredients attribute)
(chefboyrd.models.statistics.Meals attribute)
(chefboyrd.models.statistics.Quantities attribute)
Meals (class in chefboyrd.models.statistics)
ModelTest (class in chefboyrd.tests.test_predict)
(class in chefboyrd.tests.test_reservation)
MyModuleTest (class in chefboyrd.tests.test_fb)
N
name (chefboyrd.models.customers.Customer attribute)
(chefboyrd.models.reservation.Reservation attribute)
(chefboyrd.models.statistics.Ingredients attribute)
(chefboyrd.models.statistics.Meals attribute)
(chefboyrd.models.statistics.Quantities attribute)
(chefboyrd.models.tables.Booking attribute)
(chefboyrd.models.tables.Restaurant attribute)
(chefboyrd.models.user.User attribute)
(chefboyrd.views.reservationH.ItemTable attribute)
(chefboyrd.views.reservationH.ReservationForm attribute)
(chefboyrd.views.table_manager.ItemTable attribute)
neg_flag (chefboyrd.models.sms.Sms attribute)
,
[1]
new_cust() (in module chefboyrd.views.root)
new_customer() (in module chefboyrd.controllers.customer_controller)
num (chefboyrd.models.reservation.Reservation attribute)
(chefboyrd.views.reservationH.ReservationForm attribute)
O
occupied (chefboyrd.models.tables.Tables attribute)
opening_time (chefboyrd.models.tables.Restaurant attribute)
Orders (class in chefboyrd.models.statistics)
orders_set (chefboyrd.models.statistics.Meals attribute)
(chefboyrd.models.statistics.Tabs attribute)
orders_to_list() (in module chefboyrd.controllers.model_controller)
P
PageTest (class in chefboyrd.tests.test_int)
party_size (chefboyrd.models.statistics.Tabs attribute)
password (chefboyrd.models.user.User attribute)
people (chefboyrd.models.tables.Booking attribute)
people_in_range() (in module chefboyrd.controllers.data_controller)
phone (chefboyrd.models.reservation.Reservation attribute)
(chefboyrd.models.tables.Booking attribute)
(chefboyrd.views.reservationH.ItemTable attribute)
(chefboyrd.views.reservationH.ReservationForm attribute)
(chefboyrd.views.table_manager.ItemTable attribute)
phone_num (chefboyrd.models.sms.Sms attribute)
,
[1]
polynomialModel() (in module chefboyrd.controllers.model_controller)
pos_flag (chefboyrd.models.sms.Sms attribute)
,
[1]
posX (chefboyrd.models.tables.Tables attribute)
posY (chefboyrd.models.tables.Tables attribute)
predict_regression() (in module chefboyrd.controllers.prediction_controller)
prediction_index() (in module chefboyrd.views.prediction_dash)
price (chefboyrd.models.statistics.Meals attribute)
process_incoming_sms() (in module chefboyrd.controllers.feedback_controller)
Q
Quantities (class in chefboyrd.models.statistics)
quantity_amt (chefboyrd.models.statistics.MealIngredients attribute)
quantity_meas_id (chefboyrd.models.statistics.MealIngredients attribute)
quantity_meas_id_id (chefboyrd.models.statistics.MealIngredients attribute)
R
randbool() (in module chefboyrd.controllers.data_controller)
random_word() (in module chefboyrd.tests.test_fb_data)
req_login() (in module chefboyrd.tests.test_int_auth)
req_multi_role() (in module chefboyrd.tests.test_int_auth)
req_roles() (in module chefboyrd.tests.test_int_auth)
require_login() (in module chefboyrd.auth)
require_role() (in module chefboyrd.auth)
Reservation (class in chefboyrd.models.reservation)
ReservationForm (class in chefboyrd.views.reservationH)
resH_index() (in module chefboyrd.views.reservationH)
restaurant (chefboyrd.models.tables.Tables attribute)
Restaurant (class in chefboyrd.models.tables)
restaurant_id (chefboyrd.models.tables.Tables attribute)
role (chefboyrd.models.user.User attribute)
S
send_sms_route() (in module chefboyrd.views.feedbackM)
service_flag (chefboyrd.models.sms.Sms attribute)
,
[1]
setUp() (chefboyrd.tests.test_app.ChefBoyRDTest method)
(chefboyrd.tests.test_int.PageTest method)
(chefboyrd.tests.test_int_auth.AuthTest method)
(chefboyrd.tests.test_predict.ModelTest class method)
(chefboyrd.tests.test_reservation.ModelTest class method)
shape (chefboyrd.models.tables.Tables attribute)
show() (in module chefboyrd.views.root)
showhello() (in module chefboyrd.views.root)
sid (chefboyrd.models.sms.Sms attribute)
,
[1]
sinusoidalModel() (in module chefboyrd.controllers.model_controller)
size (chefboyrd.models.tables.Tables attribute)
Sms (class in chefboyrd.models.sms)
start (chefboyrd.models.reservation.Reservation attribute)
(chefboyrd.views.reservationH.ReservationForm attribute)
submission_time (chefboyrd.models.sms.Sms attribute)
,
[1]
T
tab (chefboyrd.models.statistics.Orders attribute)
tab_id (chefboyrd.models.statistics.Orders attribute)
table (chefboyrd.models.tables.Booking attribute)
(chefboyrd.views.reservationH.ItemTable attribute)
(chefboyrd.views.table_manager.ItemTable attribute)
table_id (chefboyrd.models.tables.Booking attribute)
table_manager_index() (in module chefboyrd.views.table_manager)
Tables (class in chefboyrd.models.tables)
tables_set (chefboyrd.models.tables.Restaurant attribute)
Tabs (class in chefboyrd.models.statistics)
tearDown() (chefboyrd.tests.test_app.ChefBoyRDTest method)
(chefboyrd.tests.test_int.PageTest method)
(chefboyrd.tests.test_int_auth.AuthTest method)
(chefboyrd.tests.test_predict.ModelTest class method)
(chefboyrd.tests.test_reservation.ModelTest class method)
test_book_first_available_table() (chefboyrd.tests.test_reservation.ModelTest method)
test_book_table_for_2_hours() (chefboyrd.tests.test_reservation.ModelTest method)
test_create_foreign_key_obj() (chefboyrd.tests.test_predict.ModelTest method)
test_create_meal() (chefboyrd.tests.test_predict.ModelTest method)
test_create_tab() (chefboyrd.tests.test_predict.ModelTest method)
test_dashboard() (chefboyrd.tests.test_int.PageTest method)
test_dashboard_post() (chefboyrd.tests.test_int.PageTest method)
test_delete_twilio_feedback() (chefboyrd.tests.test_fb.MyModuleTest method)
test_feedback_analysis() (chefboyrd.tests.test_fb.MyModuleTest method)
test_generate_data() (chefboyrd.tests.test_predict.ModelTest method)
test_get_dotw() (chefboyrd.tests.test_predict.ModelTest method)
test_get_earliest_datetime() (chefboyrd.tests.test_predict.ModelTest method)
test_get_first_table_available() (chefboyrd.tests.test_reservation.ModelTest method)
test_get_first_table_available_unavailable_1() (chefboyrd.tests.test_reservation.ModelTest method)
test_get_first_table_available_unavailable_2() (chefboyrd.tests.test_reservation.ModelTest method)
test_get_first_table_available_unavailable_3() (chefboyrd.tests.test_reservation.ModelTest method)
test_get_first_table_available_unavailable_4() (chefboyrd.tests.test_reservation.ModelTest method)
test_get_meals() (chefboyrd.tests.test_predict.ModelTest method)
test_get_tab_range() (chefboyrd.tests.test_predict.ModelTest method)
test_hello() (chefboyrd.tests.test_app.ChefBoyRDTest method)
test_homepage() (chefboyrd.tests.test_int.PageTest method)
test_login() (chefboyrd.tests.test_int_auth.AuthTest method)
test_multi_role() (chefboyrd.tests.test_int_auth.AuthTest method)
test_order_range() (chefboyrd.tests.test_predict.ModelTest method)
test_polynomialModel() (chefboyrd.tests.test_predict.ModelTest method)
test_prediction() (chefboyrd.tests.test_int.PageTest method)
test_roles() (chefboyrd.tests.test_int_auth.AuthTest method)
test_sinusoidalModel() (chefboyrd.tests.test_predict.ModelTest method)
test_sms_data() (in module chefboyrd.tests.test_fb_data)
test_table_manager() (chefboyrd.tests.test_int.PageTest method)
test_unavailable_tables_1_hour_before_closing() (chefboyrd.tests.test_reservation.ModelTest method)
test_unavailable_tables_1_hour_before_opening() (chefboyrd.tests.test_reservation.ModelTest method)
test_update_db() (chefboyrd.tests.test_fb.MyModuleTest method)
test_word_freq_counter() (chefboyrd.tests.test_fb.MyModuleTest method)
TestMessages (class in chefboyrd.tests.test_fb_data)
time (chefboyrd.views.feedbackM.ItemTable attribute)
(chefboyrd.views.reservationH.ItemTable attribute)
(chefboyrd.views.table_manager.ItemTable attribute)
timestamp (chefboyrd.models.statistics.Tabs attribute)
train_regression() (in module chefboyrd.controllers.model_controller)
train_regression_single() (in module chefboyrd.controllers.model_controller)
U
unauth() (in module chefboyrd.auth)
update_all_sms() (in module chefboyrd.views.feedbackM)
update_db() (in module chefboyrd.controllers.feedback_controller)
update_db_rating() (in module chefboyrd.controllers.feedback_controller)
update_table() (in module chefboyrd.views.table_manager)
User (class in chefboyrd.models.user)
user_loader() (in module chefboyrd.auth)
W
word_freq_counter() (in module chefboyrd.controllers.feedback_controller)
Related Topics
Documentation overview
Quick search