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

Fix testing #42

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

Conversation

visionaricy
Copy link

I followed the provided instructions for installing Go and Docker on my machine, then ran the provided make commands to run the backend and frontend tests. I identified that the app needed to support case-insensitive queries and fetching up to 20 results max at a time and implemented my changes accordingly. I focused on the frontend first and then isolated key sections of the backend code to finish plumbing through the pagination feature (for capping the initial search API response size, as well as implementing the "Load more" button functionality) and tweaking the search to be case-insensitive. I was able to confirm that all backend tests were passing, however, ran into various issues while running the frontend test suite. This took more time than anticipated as I worked to resolve Docker issues such as permissions and space constraints. After becoming more familiar with Golang, I was able to get the frontend tests running and verify that all cases were fixed accordingly.

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