Skip to content

Restructure repo for generalised imaging app#97

Draft
yousefmoazzam wants to merge 7 commits intomainfrom
restructure-repo-for-generalised-imaging-app
Draft

Restructure repo for generalised imaging app#97
yousefmoazzam wants to merge 7 commits intomainfrom
restructure-repo-for-generalised-imaging-app

Conversation

@yousefmoazzam
Copy link
Collaborator

@yousefmoazzam yousefmoazzam commented Mar 3, 2026

Fixes #59

This is to accommodate the restructuring turning the repo into a
monorepo that will contain multiple apps, where each app will
potentially need to use relay. Therefore, having one relay config file
may be simpler than having one per app.

See the following relay compiler config docs for more details on multi
project config files:
https://relay.dev/docs/getting-started/compiler-config/#compiler-config-options.
The components in the renamed files have also been renamed even though
this isn't strictly necessary due to being able to import something
under an alias. This is to try and avoid potential confusion between a
file being called, for example, `HomePage.tsx`, but containing a
component called `Home` rather than `HomePage`.
@yousefmoazzam yousefmoazzam force-pushed the restructure-repo-for-generalised-imaging-app branch from cba7136 to 59853c4 Compare March 3, 2026 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo in filename frontend/src/RelayEnviornment.ts

1 participant