Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 2.1 KB

feedback.md

File metadata and controls

47 lines (33 loc) · 2.1 KB

Timeline

Major Learning Goals/Code Review

Criteria yes/no, and optionally any details/lines of code to reference
Understands key concepts for making API requests in JavaScript, and gives reasonable definitions to components and prompts in the reflection questions ✔️?
Practices git with at least 2 small commits and meaningful commit messages ✔️?

Functional Requirements

Functional Requirement yes/no
Implements the TimelineEvent component ✔️?
Implements the Timeline component ✔️?
Implements the App component ✔️?
Data is passed to subcomponents through props overall ✔️?

Overall Feedback

Overall Feedback Criteria yes/no
Green (Meets/Exceeds Standards) 2 in Code Review && 4 in Functional Requirements
Yellow (Approaches Standards) 1 in Code Review && 2+ in Functional Requirements, or the instructor judges that this project needs special attention
Red (Not at Standard) 0,1 in Code Review or 0,1 in Functional Reqs, or assignment is breaking/doesn’t run with less than 5 minutes of debugging, or the instructor judges that this project needs special attention

Code Style Bonus Awards

Was the code particularly impressive in code style for any of these reasons (or more...?)

Quality Yes?
Perfect Indentation
Elegant/Clever
Descriptive/Readable
Concise
Logical/Organized