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

feat(hooks): add useCollectionQuery and useIsMounted [JOB-32207] #561

Merged
merged 19 commits into from
Jul 6, 2021

Conversation

jlapstra
Copy link
Contributor

@jlapstra jlapstra commented Jun 10, 2021

Motivations

useCollectionQuery and useIsMounted are both hooks that live within two repositories: Jobber Online and Jobber Mobile.
Moving them to Atlantis will allow for easier edits to the hooks, and easier maintenance of the tests.

Communiverse has already reviewed all of this in pieces as it was landing. We're just looking for final feedback from the McWeb team.

There is a known BUG within useCollectionQuery caused by Apollo. It has been fixed within their release candidate and a workaround solution PR will be up soon. The link to the issue can be found here: apollographql/apollo-client#7491 (comment)

Changes

Added

  • useIsMounted hook added, along with tests and documentation
  • useCollectionQuery hook added, along with tests and documentation
  • Adds a Configuration object for the hooks library to configure things like Error Reporters

Changed

  • updates to package.json to allow for Apollo Client to be used

Deprecated

  • NA

Removed

  • NA

Fixed

  • NA

Security

  • NA

Testing

http://localhost.test:3333/hooks/use-collection-query

4 items in the list
Fetch More loads 4 more
[ BUG IN USECOLLECTIONQUERY -- FIX PR coming soon ] Refresh will return all fetchedMore items.

http://localhost.test:3333/hooks/use-is-mounted

Clicking the appropriate buttons will unmount or mount the component. This is a dependancy of useCollecitonQuery


In Atlantis we use Github's built in pull request reviews.

Random photo of Atlantis

@netlify
Copy link

netlify bot commented Jun 10, 2021

✔️ Deploy Preview for jobber-atlantis ready!

🔨 Explore the source changes: 6cf99ec

🔍 Inspect the deploy log: https://app.netlify.com/sites/jobber-atlantis/deploys/60dce0ded4669c000763747c

😎 Browse the preview: https://deploy-preview-561--jobber-atlantis.netlify.app

@jlapstra jlapstra changed the title feat(hook): add useCollectionQuery -- (Minor) Feature Release feat(hook): add useCollectionQuery Jun 11, 2021
andrewjdmccann and others added 2 commits June 14, 2021 13:29
* useIsMounted DONE, useCollectionQuery DONE

* ugly state of dependancies being updated to represent what is actually needed in atlantis

* Fix typing on useCollectionQuery.ts

* Add `useIsMounted` tests

* Add specs for useCollectionQuery

* Add back build

* Add error notifier spec

* Prettier fix

* Check both nodes and edges

* Ensure we're only looking at local `node_modules` for typing

* Fix useCollecitonQuery mdx file

* Export useIsMounted

* Add `useIsMounted` mdx file

* Prettier fix

* Remove react from package file

* Prettier fix

* Prettier fix

Co-authored-by: Andrew McCann <andrew.j.d.mccann@gmail.com>
@jlapstra jlapstra changed the title feat(hook): add useCollectionQuery feat(hooks): add useCollectionQuery [JOB-32207] Jun 15, 2021
jlapstra and others added 3 commits June 15, 2021 19:01
…ounted Hooks [32207] (#575)

* writing of the mdx files for useIsMounted and useCollectionQuery

* PR feedback updates: cleanup, better descriptions, icon change

* put fetch policies together

* Make usIsMounted mdx less annoying

* unused import
@jlapstra jlapstra changed the title feat(hooks): add useCollectionQuery [JOB-32207] feat(hooks): add useCollectionQuery and useIsMounted [JOB-32207] Jun 22, 2021
@jlapstra jlapstra requested a review from seanhealy June 22, 2021 21:37
@jlapstra jlapstra requested a review from eddysims June 22, 2021 21:37
Copy link
Contributor

@seanhealy seanhealy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is looking really great! Thanks so much for everything here. I do have some pondering to do around the Rollbar and Config thing there but in the mean time have some thoughts back your way. If you have any questions or thoughts on them lemme know happy to chat! 😃

@andrewjdmccann
Copy link
Contributor

@seanhealy Have you had a chance to think any more about the Configuration side of this? It's definitely the most impactful part of this work and we'd want to get it right (because it sets a precedent for all of the hooks package, and for the components package as well).

@jlapstra jlapstra requested a review from a team June 29, 2021 17:36
@seanhealy seanhealy merged commit 8efccf8 into master Jul 6, 2021
@seanhealy seanhealy deleted the JOB-32207/move-useCollectionQuery-to-atlantis branch July 6, 2021 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

5 participants