Skip to content
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

Zach - Submission - cli-todo-sql #100

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

zachariah-chow
Copy link

Deliverable Submission

Please describe your comfort and completeness levels before submitting. Comfort Level (1-5):

Completeness Level (1-5): 3, left quite a few of the furthers incomplete

How many hours did you spend on this assignment? 1+?

What part did you spend the most time on? Not alot of actual time spent as most of the conditional logic had been reused from the previous cli-todo assignment. Most of my time was spent on reading up on SQL syntax re: data-types / constraints.

Does the assignment run without errors? If the assignment has errors, what are they? Yes, mostly.

Describe one part of the code or choose one line you would improve upon. What would you improve? More input validation. Use narrower data-type constraints for the database perhaps (right now I'm still using the JavaScript Date object, and inserting the returned string into my date column which takes a VARCHAR data-type. Have not figured out how to get Timezone specific Date/Time from Postgres using a Date data-type)

What did you think of this deliverable? Any other comments?

Good SQL practice, more of which I require very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant