-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Addressing code reviews #18
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Fix CORS issue when connecting to the local kv store for developing
@artwyman merging this now. Feel free to make comments any time, I'll address in future PRs. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! A few more suggestions in comments.
I also captured several Linear tasks for POD/GPC library improvements to follow up on what we learned here.
max: BigInt(getDates().eighteenYearsAgo.getTime()) | ||
} | ||
}, | ||
// Prove the presence of an entry called "socialSecurityNumber", hide its value |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The separation of ID number and SSN is realistic, though seems somewhat redundant for the level of detail of this example. Could probably just use idNumber for both sanctions list and correlation to paystub? I don't have a strong opinion on it, though.
Addressed the comments in this PR: #22 |
Addressing code reviews: #15.
There is still one issue not addressed. Tracked here:
#17