Skip to content

[refactor] Project Structure: Platforms #346

@sosweetham

Description

@sosweetham

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 request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions