You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gildub
changed the title
Components, hooks and utilities file names and folders to be more consistent
Components, hooks and utilities file names and folders to be consistent
Aug 4, 2023
…1248)
- `app/components`: regroups `app/shared/components`,
`app/common/components` and `app/shared/containers`
- `app/hooks`: regroups `app/shared/hooks`
- `app/utils/`: Now includes `rules-utils from `app/common/CustomRules/`
When not necessary the index.ts file has been removed.
Renamed component files using CamelCase.
See #1249
---------
Signed-off-by: Gilles Dubreuil <[email protected]>
As the applications grows we need to keep structural complexity at bay to avoid confusion and slowing us down unnecessarily.
We currently have :
We can reorganize using intermediate folder structure having:
The text was updated successfully, but these errors were encountered: