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

Ch295/crud programs #87

Merged
merged 33 commits into from
Jul 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
4c0a603
Add queryProgram
nmanduj1 Jun 21, 2021
2549f43
Add createProgram + update gql schema
nmanduj1 Jun 21, 2021
77a5529
[WIP] updateProgram
nmanduj1 Jun 21, 2021
d6e6d6c
Add deleteProgram, update gql schema and programQuery
nmanduj1 Jun 21, 2021
b76a90f
[WIP] Update resolver soft-deletes to use instance methods
nmanduj1 Jun 22, 2021
7094dd4
Cleanup deleteDataset mutation
nmanduj1 Jun 22, 2021
78519d0
Clean up deleteRecord mutation
nmanduj1 Jun 22, 2021
e5c9ba1
Making tagids required
nmanduj1 Jun 22, 2021
e98a261
Update programQuery to use class method
nmanduj1 Jun 25, 2021
4b2bbd2
Update deleteRecord tests to use class method
nmanduj1 Jun 25, 2021
9910a0a
Add class and instance methods
nmanduj1 Jun 25, 2021
2415811
Update program and categoryVal to use class and instance methods
nmanduj1 Jun 25, 2021
8ac6359
Update categoryValueQuery to handle soft-deletes
nmanduj1 Jun 29, 2021
736a6c5
Add createProgram test + seed data mod
nmanduj1 Jun 29, 2021
1ceec3a
Add createProg no perm test
nmanduj1 Jun 29, 2021
a168ccf
Add deleteProgram test
nmanduj1 Jun 29, 2021
a3054c9
Update deleteProgram and Dataset tests to use class method
nmanduj1 Jun 30, 2021
a44e0bc
Update deleteCat noperm test to use class methods
nmanduj1 Jun 30, 2021
4871083
Update deleteCat test to use class methods
nmanduj1 Jun 30, 2021
37113d5
Update deleteCatValNoPerm test to use class methods
nmanduj1 Jun 30, 2021
a2eeb69
Add queyProgram test
nmanduj1 Jun 30, 2021
aec9640
Add additional test coverage for queryProgram
nmanduj1 Jun 30, 2021
cda32b9
Add updateProgram test
nmanduj1 Jun 30, 2021
cec2b26
Add updatePrograms to team member permissions
nmanduj1 Jun 30, 2021
d6f4cdc
Add UUID type coercion for tests
nmanduj1 Jun 30, 2021
001b708
Add test coverage
nmanduj1 Jun 30, 2021
af8a6b6
Add test coverage
nmanduj1 Jun 30, 2021
9484890
Cleaning up queries- simplify to use class methods
nmanduj1 Jul 1, 2021
3feb9b2
Cleaning up deleteCat
nmanduj1 Jul 7, 2021
a8a8017
Add test coverage for cascade soft-deletes
nmanduj1 Jul 7, 2021
bc58fb5
Add conditional to deletes
nmanduj1 Jul 8, 2021
b7514ed
Remove updateProgram team permissions
nmanduj1 Jul 8, 2021
57455e2
Cleaning up comments
nmanduj1 Jul 8, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading