aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/actions/firebaseFirestore.js1
-rw-r--r--src/components/mao-competitions.js6
-rw-r--r--src/components/mao-home.js16
3 files changed, 12 insertions, 11 deletions
diff --git a/src/actions/firebaseFirestore.js b/src/actions/firebaseFirestore.js
index feea51e..10e285a 100644
--- a/src/actions/firebaseFirestore.js
+++ b/src/actions/firebaseFirestore.js
@@ -218,7 +218,6 @@ export const createComment = (postId, content) => (dispatch, getState) => {
user : getState().firebaseAuth.userEmail.replace('@communityschoolnaples.org', ''),
date: new Date()
});
- console.log(comments);
docRef.update({
comments
});
diff --git a/src/components/mao-competitions.js b/src/components/mao-competitions.js
index c86be4c..7ed5907 100644
--- a/src/components/mao-competitions.js
+++ b/src/components/mao-competitions.js
@@ -328,7 +328,7 @@ class MaoCompetitions extends connect(store)(PageViewElement) {
name = "Fml"
information = "The Florida Math Leauge is a state-wide exam.
- It has three parts, each being 30 minutes long."
+ It has six parts, each being 30 minutes long."
dates = ${["October 16th", "November 13th", "December 11th", "January 8th", "February 12th", "March 19th"]}
signedIn="${props.signedIn}"
@@ -344,8 +344,8 @@ class MaoCompetitions extends connect(store)(PageViewElement) {
elevation="0"
name = "Logs"
- information = "The LOGS test is a 2 part exam that compares your statewide and nationally based on your math subject. With registration, you must be able to attend all test dates."
- dates = ${["To Be Determined"]}
+ information = "The LOGS test is a 3 part exam that compares your statewide and nationally based on your math subject. With registration, you must be able to attend all test dates."
+ dates = ${["November 30!", "To Be Determined", "To Be Determined"]}
signedIn="${props.signedIn}"
isRegistered="${props.registeredComps.includes('Logs')}"
on-register-comp="${() => store.dispatch(registerComp('Logs'))}">
diff --git a/src/components/mao-home.js b/src/components/mao-home.js
index f848e7f..7aa52e5 100644
--- a/src/components/mao-home.js
+++ b/src/components/mao-home.js
@@ -90,8 +90,10 @@ class MaoHome extends PageViewElement {
<div>
<h3>Upcoming Dates</h3>
<ul>
- <li>First Meeting:\tSeptember 12th</li>
- <li><strong>Welcome Letter Due</strong>:\tSeptember 28th</li>
+ <li><strong>T-shirt Designs Due</strong>:\tNovember 9th (emailed to Mrs. Coombs)</li>
+ <li><strong>ARML</strong>:\tNovember 9th (during Lunch and Flex)</li>
+ <li><strong>FGCU Registration Due</strong>:\tNovember 20th</li>
+ <li><strong>1st LOGS Test Date</strong>:\tNovember 30th</li>
</ul>
</div>
</div>
@@ -101,14 +103,14 @@ class MaoHome extends PageViewElement {
<paper-card elevation=0 class='welcomeCard'>
<div class="card-content">
<h2 class="underline">
- Welcome Letter
+ Competitions Starting Soon
</h2>
<p>
- Welcome Letters mark the beginning of each MAO year. Please read it and complete it by September 28th.
+ The FGCU competition marks the beginning of competitions. Now is the time to figure out your schedules and register here online. Earlier the better!
+ </p>
+ <p>
+ The ARML competition is this Friday, and we need a team! There is no limit on how many people can come, so we need everyone we can get. It is during lunch and flex in Mrs. Gardener's Room.
</p>
- </div>
- <div class="card-actions">
- <a href="https://drive.google.com/open?id=1mnDjeSlxE6aXzTbPwr4JW7KRV6GlaYaV" target="_blank"><paper-button class="info" raised>Welcome Letter</paper-button></a>
</div>
</paper-card>