- A student should be able to view events happening in each week so they can anticipate what's coming up.
- Created a SQL database for storing events.
- Added ability for student to add events with the name of the event and the time the event starts.
- Created list view that displays the events this week, sorted by start time.
- Built an event component in React.
- Built a weekly display component in React.
- A student user should be able to send questions about an assignment to a teacher so that they can better understand what they need to accomplish.
- I don't know how to send an email from inside the application.
- I need to look up how to switch from one mounted component in React to another.
- I'm going to be absent for most of next week, so I don't know how much I will be able to accomplish.