Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 992 Bytes

weekly_report_example.md

File metadata and controls

20 lines (14 loc) · 992 Bytes

Weekly Report 2019-04-16

User stories and tasks completed or in progress since last report

  • 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.

User stories and tasks planned next

  • 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.

Challenges and obstacles

  • 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.