Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move all source code into a src root folder #225

Open
myssto opened this issue Nov 7, 2024 · 0 comments
Open

Move all source code into a src root folder #225

myssto opened this issue Nov 7, 2024 · 0 comments

Comments

@myssto
Copy link
Contributor

myssto commented Nov 7, 2024

As of now, all source code for the app lives in the root of the repository alongside all configs and repo files. We should move this all into /src for better organization. Refactoring should ensure that all module imports are updated, CI / CD actions are checked for paths, etc.

Current:

/
|-- app/
    |-- *app router files*
|-- components/
    |-- *component files*
|-- middleware.ts
|-- package.json
|-- tsconfig.json
|-- eslint.rc
...

Proposed:

/
|-- src/
    |-- app/
        |-- *app router files*
    |-- components/
        |-- *component files*
    |-- middleware.ts
|-- package.json
|-- tsconfig.json
|-- eslint.rc
...
@github-project-automation github-project-automation bot moved this to Backlog in otr-beta-v2 Nov 7, 2024
@myssto myssto moved this from Backlog to Ready in otr-beta-v2 Nov 7, 2024
@hburn7 hburn7 changed the title Move all source code into an src root folder Move all source code into a src root folder Nov 9, 2024
@hburn7 hburn7 removed this from otr-beta-v2 Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant