-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Description
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 folderintoweb - 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.