Restructure codebase for code quality
Open
@DavidGuixinPan is already working on this.
Since Sep 15, 2026.
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 0
- Avg merge
- 6d 11h
- Merged PRs (30d)
- 3
Description
We need some good naming conventions to follow for our file structure. We also need to add more subfolders to correctly implement routes coming up.
Good code design practices should be followed to reduce both coupling and duplication. I want to avoid duplicate code through the use of components, like form input fields that are constant across different forms. This will also help us abstract backend logic away from frontend a little better.
In addition to restructuring the codebase, update the architecture in the README to match the new file structure.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.