-
Notifications
You must be signed in to change notification settings - Fork 3
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
move queries from mutation folder #531
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
UwicyezaG
requested review from
Abdden,
Sophie20202,
mpanoathos,
GSinseswa721,
niyobertin,
jniyonkuru,
Yvan-David,
YvetteNyibuka,
Ndevu12 and
Oliviier-dev
and removed request for
Abdden
October 2, 2024 13:34
mpanoathos
approved these changes
Oct 3, 2024
UwicyezaG
force-pushed
the
fix-queries-mutation
branch
from
October 3, 2024 13:42
ec90366
to
d4e1f45
Compare
UwicyezaG
force-pushed
the
fix-queries-mutation
branch
from
October 3, 2024 14:09
d4e1f45
to
b07f795
Compare
UwicyezaG
force-pushed
the
fix-queries-mutation
branch
from
October 3, 2024 14:48
b07f795
to
3c1ad99
Compare
UwicyezaG
force-pushed
the
fix-queries-mutation
branch
from
October 3, 2024 14:59
3c1ad99
to
4514b27
Compare
UwicyezaG
force-pushed
the
fix-queries-mutation
branch
from
October 4, 2024 07:39
4514b27
to
47e3655
Compare
UwicyezaG
force-pushed
the
fix-queries-mutation
branch
from
October 4, 2024 09:51
dcdc55f
to
d38bf15
Compare
UwicyezaG
force-pushed
the
fix-queries-mutation
branch
from
October 4, 2024 10:18
d38bf15
to
3ca5850
Compare
UwicyezaG
force-pushed
the
fix-queries-mutation
branch
from
October 4, 2024 10:34
3ca5850
to
281e7f4
Compare
UwicyezaG
force-pushed
the
fix-queries-mutation
branch
from
October 4, 2024 10:57
281e7f4
to
10ef7f9
Compare
UwicyezaG
force-pushed
the
fix-queries-mutation
branch
from
October 4, 2024 11:00
10ef7f9
to
dca14e2
Compare
Yvan-David
force-pushed
the
fix-queries-mutation
branch
from
October 5, 2024 21:58
dca14e2
to
174c552
Compare
Yvan-David
force-pushed
the
fix-queries-mutation
branch
from
October 5, 2024 22:28
174c552
to
43d15cb
Compare
Yvan-David
force-pushed
the
fix-queries-mutation
branch
from
October 5, 2024 22:38
43d15cb
to
caf14ad
Compare
Yvan-David
force-pushed
the
fix-queries-mutation
branch
from
October 5, 2024 22:46
caf14ad
to
96ee6a2
Compare
Sophie20202
approved these changes
Oct 6, 2024
niyobertin
approved these changes
Oct 6, 2024
niyobertin
approved these changes
Oct 6, 2024
niyobertin
changed the title
fix:move queries from mutation folder
move queries from mutation folder
Oct 6, 2024
ncutixavier
approved these changes
Oct 7, 2024
JacquelineTuyisenge
added a commit
that referenced
this pull request
Oct 11, 2024
new advancing calender functionality (#480) adding undrop trainee feature (#532) * fixing teams cards * fixing teams cards --------- Co-authored-by: Igor IHIMBAZWE <[email protected]> fix unresponsive footer (#544) implement attendance (#497) Co-authored-by: “kebean” <“[email protected]”> fix layout crashing while scrolling in teams on dashboard (#552) advancing calender functionality (#480) (#531) Co-authored-by: RWEMAREMY <[email protected]> resolve blank page (#535) * fixing teams cards (#548) * fixing teams cards --------- Co-authored-by: Igor IHIMBAZWE <[email protected]> Co-authored-by: Igor IHIMBAZWE <[email protected]> fixing all issues introduced in tickets CRUD (#533) fix(implement fix on action button): (#569) - restrict extra white space to display when the action Modal opens Update Invite Form for email and role validation (#567) Disable filter button when no role or status selected and update only invitations with a pending status (#565) fix(attendance): fixes recording attendance bug (#550) fix updated ratings page (#568)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Description
This PR reorganise the codebase to ensure the queries are correctly placed in their designated folder instead of under "mutations" folder.
Description of tasks that were expected to be completed
How this should be tested ?
Clone this repo, cd into it ,checkout the branch fix-queries-mutation then run :
or use te deployed link https://metron-devpulse-git-fix-queries-mutation-metron.vercel.app and password:Test@12345.
Number of Commits
1 commit
The number of commits should not exceed 2 commits. In case they are more than that, please take your time and squash them.
Please check this Checklist before you submit your PR: