-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Rn, the platforms are setup with the following structure:
platforms/{platformName}-api
platforms/{platformName}-client
it might be better to singularize both the platform's api and client to a single folder
platforms/{platformName}/api
platforms/{platformName}/client
this would be better in explicitly scoping out projects to a module which might also help later move out stuff into separate submodules if necessary
Reference
n/a
Acceptance Criteria
all platforms are modularized into their own platformName
subfolder rather than residing flat in the hierarchy
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request