yasithdev opened a new pull request, #159: URL: https://github.com/apache/airavata-portals/pull/159
## Summary Continues Track D D2 — migrates the **application module** read paths off Thrift onto the gRPC facade, using the pattern established in #158. - `ApplicationModuleViewSet` reads — `get_list` → `research.get_accessible_app_modules`, `get_instance` → `research.get_application_module`, `list_all` → `research.get_all_app_modules`. Writes (create/update/destroy) and the `application_interface`/`application_deployments` actions stay on Thrift (they belong to the interface/deployment families). - `grpc_adapters.application_module()` maps the `ApplicationModule` protobuf (`app_module_id`, …) to the Thrift attribute names `ApplicationModuleSerializer` reads (`appModuleId`, …) — REST contract unchanged, serializer reused. ## Test plan - Structural: a real `ApplicationModule` protobuf through `grpc_adapters.application_module()` exposes all 4 Thrift fields with correct values. - `manage.py check` — no issues. 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
