-
Notifications
You must be signed in to change notification settings - Fork 36
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
Create organization tasks page. ON HOLD #151
Open
Labels
Comments
kostamir
added a commit
to kostamir/pets-front
that referenced
this issue
Apr 27, 2021
This was
linked to
pull requests
May 5, 2021
saulyz
changed the title
Create organization tasks page
Create organization tasks page. ON HOLD
May 17, 2021
Making this task and relevant PR's on HOLD. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Goal
Create a Page for the Organization Tasks query.
Before you begin
.env.local
to haveREACT_APP_GRAPHQL_URL=https://petbook-back-dev.herokuapp.com/graphql
This way you will use the latest shared development backend and won't need to run your own pets-back project.
Description
organization-tasks
route.codegen
.loader
inside theOrganizationTasks
page.useQuery
get data, error, and loading states.Skeleton
component.BONUS: If you have time, you can additionally write tests for the shelter tasks page. You can use an example from
AnimalPage.test.tsx
file.The text was updated successfully, but these errors were encountered: