lwu1822 / fastpages

Blog
Apache License 2.0
0 stars 2 forks source link

CSP Tri 2 Review Ticket #36

Open lwu1822 opened 1 year ago

lwu1822 commented 1 year ago

Lily Wu

Assigment Points P1 P2 Average
N@tM 4/4 4/4 4/4 4/4
Observe Team project quality, runs on cross domain, performs all evaluations without crashing. 1/1 1/1 1/1 1/1
Observe, Individual UI contains inputs that are validated for garbage, data cleaned (ie validate DOB or Password) 1/1 1/1 1/1 1/1
Observe, Individual UI contains actions for Create, Read, 1/1 1/1 1/1 1/1
Observe, Individual UI contains actions for Update, Delete (above requirement) 1/0 1/0 1/0 1/0
Individual code quality, review and observe comments in every function, class, or method reviewed. 1/1 1/1 1/1 1/1
BE review, observe if Individual API handles error conditions (ie duplicate user id). 1/1 1/1 1/1 1/1
BE review, observe if Individual API contains GET and POST methods 1/1 1/1 1/1 1/1
BE review, observe that Individual code contains database operations that support Create, Read 1/1 1/1 1/1 1/1
BE review, observe that Individual code contains database operations that support Update, Delete (above requirement) 1/0 1/0 1/0 1/0
Participation of Individuals, 75% of individuals completed college board requirements with a crossover score on each of 6 criteria. 1/1 1/1 1/1 1/1
Review Ticket / Presentation 0.5/0.5 0.5/0.5 0.5/0.5 0.5/0.5
Runtime Links 0.5/0.5 0.5/0.5 0.5/0.5 0.5/0.5
Technical Achievements, backend focus 0.5/0.5 0.5/0.5 0.5/0.5 0.5/0.5
Guides for Review (include Blog) 0.5/0.5 0.5/0.5 0.5/0.5 0.5/0.5
Video 0.5/0.5 0.5/0.5 0.5/0.5 0.5/0.5
GitHub analytics 0.5/0.5 0.5/0.5 0.5/0.5 0.5/0.5
Bonus, substitute and personal achievement for .5 more 0/0 0/0 0/0 0/0
Total 13/11 13/11 13/11 13/11

Total: 13/11 + 4/4 = 17/15

Runtime links

Frontend Backend

Blog

Blog

Technical Achievements

This is the code that I wrote to get class reviews. Originally, the code could only return the first class review posted by a user (as shown in user.showClassReview() in the commented out code). I used a for loop at the end to iterate through each entry

image

Video

Video Note: Video shows CRUD features on frontend, my blog covers the backend code and how my program fulfills the CollegeBoard requirements.

Github analytics

Frontend Backend

Ananyag2617 commented 1 year ago
Assigment Points Comments
N@tM 4/4
Observe Team project quality, runs on cross domain, performs all evaluations without crashing. 1/1
Observe, Individual UI contains inputs that are validated for garbage, data cleaned (ie validate DOB or Password) 1/1
Observe, Individual UI contains actions for Create, Read, 1/1
Observe, Individual UI contains actions for Update, Delete (above requirement) 1/0
Individual code quality, review and observe comments in every function, class, or method reviewed. 1/1
BE review, observe if Individual API handles error conditions (ie duplicate user id). 1/1
BE review, observe if Individual API contains GET and POST methods 1/1
BE review, observe that Individual code contains database operations that support Create, Read 1/1
BE review, observe that Individual code contains database operations that support Update, Delete (above requirement) 1/0
Participation of Individuals, 75% of individuals completed college board requirements with a crossover score on each of 6 criteria. 1/1
Review Ticket / Presentation 0.5/0.5
Runtime Links 0.5/0.5
Technical Achievements, backend focus 0.5/0.5
Guides for Review (include Blog) 0.5/0.5
Video 0.5/0.5
GitHub analytics 0.5/0.5
lwu1822 commented 1 year ago

Keira