yasithdev opened a new pull request, #217:
URL: https://github.com/apache/airavata-portals/pull/217
`ProjectService.js`, `FullExperimentService.js`, and `UserProfileService.js`
under `api/js/services` are superseded: `index.js` binds these via
`ServiceFactory.service("Projects"/"FullExperiments"/"UserProfiles")` and does
**not** import the standalone files. No component imports them by path either —
consumers get the factory-bound versions from the api index — so webpack never
bundles them.
## Test plan
- Grep: `index.js` imports the JobSubmission/DataMovement services +
ServiceFactory, but factory-binds Project/FullExperiment/UserProfile; 0
path-imports of the 3 standalone files anywhere.
--
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]