From de973a7ef6c565517e8ffb26066de0784ef9fdb3 Mon Sep 17 00:00:00 2001 From: Jenna Netland Date: Sat, 16 Mar 2019 16:24:17 -0700 Subject: [PATCH 1/3] launch settings --- ServerCore/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ServerCore/Properties/launchSettings.json b/ServerCore/Properties/launchSettings.json index 58ff0369..b8754ee6 100644 --- a/ServerCore/Properties/launchSettings.json +++ b/ServerCore/Properties/launchSettings.json @@ -14,7 +14,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } - },\ + }, "ServerCore": { "commandName": "Project", "launchBrowser": true, From 651d7143488a1f81851dc9d2767fdf3e19adbb6a Mon Sep 17 00:00:00 2001 From: Jenna Netland Date: Wed, 15 May 2019 21:39:04 -0700 Subject: [PATCH 2/3] Food updates to include desciptions --- ServerCore/Pages/Swag/Register.cshtml | 51 +++++++++++++++++---------- 1 file changed, 32 insertions(+), 19 deletions(-) diff --git a/ServerCore/Pages/Swag/Register.cshtml b/ServerCore/Pages/Swag/Register.cshtml index d8580a96..1abe1967 100644 --- a/ServerCore/Pages/Swag/Register.cshtml +++ b/ServerCore/Pages/Swag/Register.cshtml @@ -9,6 +9,12 @@ var isEditable = DateTime.UtcNow <= Model.Event.TeamMiscDataChangeEnd; } + +

Order T-Shirt and Lunch for @Html.DisplayFor(model => model.Event.Name)

@if (isEditable) @@ -28,27 +34,9 @@ else
-
- - - -
-
- - - -
- @@ -65,6 +53,31 @@ else
+
+ +
Smoked Turkey and Havarti Cheese +
Smoked turkey on freshly baked ciabatta with creamy havarti cheese, pesto-balsamic aioli, mixed greens and tomato.
+
Chipotle Chicken Sandwich +
Chicken breast, avocado and pepper jack cheese on a baguette with chipotle mayonnaise, roasted peppers, lettuce and onion.
+
Honey Mustard Chicken Club +
Roasted chicken breast with a creamy honey mustard sauce, crisp bacon, Swiss cheese, gourmet greens and sliced tomato. Comes on a fresh baked brioche roll.
+
Fully Loaded Sub +
Italian salami, roast turkey, ham, pepperjack cheese, cheddar cheese, sliced kalamata olives, sliced pepperoncini and tomato. Served on a fresh baguette with a side of Italian vinaigrette.
+
Tomato-Mozzarella-Avocado Sandwich (Vegetarian) +
Served on a freshly baked whole wheat ciabatta with pesto-balsamic aioli and leaf lettuce.
+
Cobb Salad +
Lemon and herb marinated chicken breast, avocado, bleu cheese, bacon, tomato, scallions, and hard-boiled egg on mixed greens. Served with vinaigrette dressing.
+
I cannot eat any of these +
If you cannot have any of the options offered due to dietary restrictions, please describe them in the box below and we'll reach out to you about an alternative. If modifying one of the above options will work for you, please select that option and describe the required changes in the box below.
+
I do not want any food, thanks +
If you choose this option you will NOT get food on the day of the event.
+ +
+
+ + + +
@if (isEditable) {
From 55dc4cb4531af3ecf7a30190db6704e3f5f1ce13 Mon Sep 17 00:00:00 2001 From: Jenna Netland Date: Wed, 15 May 2019 22:34:56 -0700 Subject: [PATCH 3/3] Fix to ensure unique values --- ServerCore/Pages/Swag/Register.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ServerCore/Pages/Swag/Register.cshtml b/ServerCore/Pages/Swag/Register.cshtml index 1abe1967..43d30b83 100644 --- a/ServerCore/Pages/Swag/Register.cshtml +++ b/ServerCore/Pages/Swag/Register.cshtml @@ -69,7 +69,7 @@ else
Lemon and herb marinated chicken breast, avocado, bleu cheese, bacon, tomato, scallions, and hard-boiled egg on mixed greens. Served with vinaigrette dressing.

I cannot eat any of these
If you cannot have any of the options offered due to dietary restrictions, please describe them in the box below and we'll reach out to you about an alternative. If modifying one of the above options will work for you, please select that option and describe the required changes in the box below.
-
I do not want any food, thanks +
I do not want any food, thanks
If you choose this option you will NOT get food on the day of the event.