Skip to content

Restructure the components folder #4027

@Chibuzor-Nwemambu

Description

@Chibuzor-Nwemambu

Description

The big picture for the documentation app is that this is a one-stop app for all eds documentations.
This should therefore include, among other things, the mobile components which will come soon.

Currently, all existing components in the documentation are for web and are stored directly inside the components folder. To improve organisation and maintainability, we should introduce two new subfolders:
Web/ – for all existing web components
Mobile/ – placeholder folder for mobile-specific code (to be added later)

Tasks:

  • Create Web/ and Mobile/ subfolders inside components folder
  • Move all existing files from components folder into web
  • Verify imports/paths are updated if needed

Acceptance Criteria

  • Confirm project builds and runs successfully after restructuring
  • Confirm the app shows two distinct tabs for web and mobile
  • Confirm the reference links work and redirect to the correct pages.

Metadata

Metadata

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions