You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have removed all GRPC dependencies from the program service and from Ego, so now we want to remove those from the platform API. In particular the code that established the GRPC connection needs to be removed.
There is GRPC code written for Ego and for Program Service - all of it should be removed.
Detailed Description
Remove Program Service GRPC client
Remove any code creating GRPC connection to Program Service
Remove config variables related to GRPC
Remove Ego GRPC client code
The text was updated successfully, but these errors were encountered:
* commit before branch change
* replacing GRPC to HTTP method for public single program, private single program and private program list endpoints
* remove comments
* add joinProgramInvite http fetch and update resolver. some resolved error remain. git commit before switching branch
* fix error from date values and waiting program service to fix first and last name
* remove unused key value pairs in joinProgramInvite response
* updated name
* edit http fetch to match new Program Service api data format
* remove testing console.log
* add userList resolver and http fetch
* create program endpoint
* createProgram client is completed
* update inviteUser to use HTTP
* commit before branch switch
* commit before chaning branch
* joinProgram, updateUser fetch and resolver working, updateProgram waiting for testing
* Add Copyright
* Fix Empty Field Errors
* Edit
* Working Regions
* Remove Whitespace
* Fix Name Values
* Make required User fields non-nullable
* Remove References to GRPC
* Consolidate programService index file
* Remove old GRPC Comments
* Data Centers / Update Program Syntax improvement
* Fix Copyright Date
---------
Co-authored-by: Daniel <[email protected]>
We have removed all GRPC dependencies from the program service and from Ego, so now we want to remove those from the platform API. In particular the code that established the GRPC connection needs to be removed.
There is GRPC code written for Ego and for Program Service - all of it should be removed.
Detailed Description
The text was updated successfully, but these errors were encountered: