Open Ant11234 opened 8 months ago
Grade: 2.7/3.0
Anthony showed consistent Github commits and showed a lot of analytics that show favorably on his work last trimester. He had meetings with teammates, showing collaboration and effective communication within the group. He shows his key commits an the work he put in for the group project last tri. He also had AP Preparation work done throughout the tri and he had blogs about his project. But, he ended his last trimester with a 92%, and can only receive a max score of 90%.
Grade: 2.0/2.0
Anthony completed al the requirements for the debugging. He has breakpoints in the frontend and backend, and shows the frontend paused at each breakpoint. He also has the backend showing the data when the frontend is run. Overall, his debugging shows understanding and he completed all requirements but he could have organized better - he has videos that require downloading instead of just screenshots.
[X] Start backend using Debugging
[X] Set break point at the beginning of endpoint code
[X] Start in frontend with split screen loading source for an API fetch using get
[X] Set break point on fetch, inside .then, inside .fetch
[X] Run frontend, screen capture break at fetch while examining body https://github.com/Ant11234/BazhRepo/assets/40652645/784c7d35-f79d-4ad5-82a7-fe1e09139e4a
[X] Press play on frontend, observe stop inside of backend https://github.com/Ant11234/BazhRepo/assets/40652645/63c20a3d-5c9b-4b04-a5a6-b1fee7f939f0
[X] Press step over on backend until you have obtained data from database, screen capture HashMap or other data Object https://github.com/Ant11234/BazhRepo/assets/40652645/52c572ff-6300-486b-a926-9096c0f6757e
[X] Press play button to end backend debugging session
[X] Return to frontend debug session
[X] Step in until you see data, screen capture capturing break point and Data
Something Cool