ugent-library / old-people-service

People service
Apache License 2.0
0 stars 0 forks source link

[OpenAPI] Clean up the old gRPC code #24

Closed netsensei closed 1 year ago

netsensei commented 1 year ago

Story

Once the OpenAPI based RESTful API is functionally complete and working, we can move on and remove the old gRPC code from the codebase. We won't need it anymore.

Success criteria

Implementation suggestion

To remove:

Only the RESTful API handler & mux router code should remain in cmd/api.go.

Automatic testing scenario

n/a

Blocked by

Related issues

netsensei commented 1 year ago

This issue can only be unblocked once all other issues related to #18 are solved.