There's clearly NO structure for all existing pages. trpc methods, react hooks, utils and variables are all over the place and unorganized. We should come up with a standard and stick to it.
Suggestions:
Some pages like src/app/(logged)/project/[projectId]/scrumboard/ItemsKanban.tsx already have some type of organization.
- GENERAL
- TRPC
- REACT
- UTILITY
I'm not completely sure what each contains. We should write some rules on what they specifically each mean.
Also, we should use the #region syntax.
@SergioGzzBrz has been the pioneer of this standard. I would love to hear your input.
There's clearly NO structure for all existing pages. trpc methods, react hooks, utils and variables are all over the place and unorganized. We should come up with a standard and stick to it.
Suggestions:
Some pages like
src/app/(logged)/project/[projectId]/scrumboard/ItemsKanban.tsxalready have some type of organization.I'm not completely sure what each contains. We should write some rules on what they specifically each mean.
Also, we should use the
#regionsyntax.@SergioGzzBrz has been the pioneer of this standard. I would love to hear your input.