Ube-Dev / Voluntree

A volunteer management system that matches willing volunteers with nonprofits, and other organizations.
https://ube-dev.github.io/
MIT License
2 stars 0 forks source link

Review: QRCodeGenerator and OrgScanQR #162

Closed thomasarivera closed 6 months ago

thomasarivera commented 6 months ago

Overview

The focus for this code review will be centered around the QRCodeGenerator component and the OrgScanQR page.
Please pay attention too:

Review Branch

review-162

Files to review

Checklists

Due date

Monday, April 15 11pm

For more information

The review process is documented at: http://courses.ics.hawaii.edu/ics414s21/morea/review/reading-idpm-review.html

ryanseng03 commented 6 months ago

QRCodeGenerator.jsx

OrgScanQR.jsx

Jchen20-1 commented 6 months ago

QRCodeGenerator.jsx

Looks good

OrgScanQR.jsx

Looks good

willjsimmons commented 6 months ago

QRCodeGenerator.jsx


It looks good to me, and is very impressive. A few comments may be helpful.

OrgScanQR.jsx


looks good

jianleliu commented 6 months ago

QRCodeGenerator.jsx

OrgScanQR.jsx

aldenparoni commented 6 months ago

QRCodeGenerator.jsx

Looks good

OrgScanQR.jsx

L74: warning, lint says "variable initializer is redundant" L120: will relevant user information be added after this comment? if not then delete

thomasarivera commented 6 months ago

QRCodeGenerator.jsx

TA-01:Each Page has an isDisplayed() acceptance test DE-05: Ensure comments are appropriate. Add comments for clarity

OrgScanQR.jsx

TA-01:Each Page has an isDisplayed() acceptance test

sierranmorales commented 6 months ago

QRCodeGenerator.jsx

Add comments for better readability

OrgScanQR.jsx

L74 "Variable initializer is redundant"

hokwaichan commented 6 months ago

QRCodeGenerator.jsx Can add comments for clarity

OrgScanQR.jsx Looks good

thomasarivera commented 6 months ago

Outcome of meeting:

Changes made in review branch and pushed to main:

QRCodeGenerator.jsx

Implement comments for code readability.

OrgScanQR.jsx

Implement better subscriptions

New issues:

Acceptance tests for QRCodeGenerator and OrgScanQR (will be resolved in issue-163)