api-client/packages
Balu Babu 2a715d5348
refactor: refactoring Team-Collections with reordering in self-host (HBE-150) (#34)
* chore: removed firebase module as a dependency from team-collection module

* chore: modified team-collection resolver file to use input-args types

* chore: modified getTeamOfCollection service method and resolver

* chore: modified getParentOfCollection service method in team-collection module

* chore: modified getChildrenOfCollection service method in team-collection module

* chore: added new fields to TeamCollection model in prisma schema file

* chore: modified getCollection service method and resolver in team-collection module

* chore: modified createCollection service method and resolver in team-collection module

* chore: created cast helper function to resolve issue with creation mutation in team-collection

* chore: modified teamCollectionRemoved subscription return types

* chore: removed return types from subscriptions in team-collection module

* chore: removed all instances of getTeamCollections service method in team-collection module

* feat: added mutation to handle moving collections and supporting subscriptions

* feat: added mutation to re-ordering team-collection order

* chore: added teacher comments to both collection modules

* test: added test cases for getTeamOfCollection service method

* test: added test cases for getParentOfCollection service method

* test: added test cases for getChildrenOfCollection service method

* test: added test cases for getTeamRootCollections service method

* test: added test cases for getCollection service method

* test: added test cases for createCollection service method

* chore: renamed renameCollection to renameUserCollection in UserCollection module

* test: added test cases for renameCollection service method

* test: added test cases for deleteCollection service method

* test: added test cases for moveCollection service method

* test: added test cases for updateCollectionOrder service method

* chore: added import and export to JSON mutations to team-collection module

* chore: created replaceCollectionsWithJSON mutation in team-collection module

* chore: moved the mutation and service method of importCollectionFromFirestore to the end of file

* chore: added helper comments to all import,export functions

* chore: exportCollectionsToJSON service method orders collections and requests in ascending order

* chore: added test cases for importCollectionsFromJSON service method

* chore: added ToDo to write test cases for exportCollectionsToJSON

* chore: removed prisma migration folder

* chore: completed all changes requested in inital PR review

* chore: completed all changes requested in second  PR review

* chore: completed all changes requested in third PR review
2023-03-09 19:37:40 +05:30
..
codemirror-lang-graphql feat: migrate to vue 3 + vite (#2553) 2022-09-29 10:55:21 +05:30
hoppscotch-backend refactor: refactoring Team-Collections with reordering in self-host (HBE-150) (#34) 2023-03-09 19:37:40 +05:30
hoppscotch-cli feat: introducing self hosted admin dashboard package (#12) 2023-02-28 13:13:27 +05:30
hoppscotch-common chore: merge central/staging into main. 2023-03-07 16:13:59 +05:30
hoppscotch-data refactor: hoppscotch ui (#2887) 2023-01-28 08:27:00 +05:30
hoppscotch-js-sandbox chore: prettier version bump and related fixes 2023-02-08 18:35:27 +05:30
hoppscotch-selfhost-web feat: implement environments for selfhosted (#30) 2023-03-08 16:47:29 +05:30
hoppscotch-sh-admin feat: introducing Auth for admin dashboard (HBE-138) (#32) 2023-03-09 10:59:40 +05:30
hoppscotch-ui feat: global workspace selector (#2922) 2023-02-24 23:20:02 +05:30
hoppscotch-web chore: move environments firebase things to hoppscotch-web (#2939) 2023-03-02 18:50:13 +05:30