-
It would be great to be able to create components for actions within the system in a similar way to components in React.
So, they encapsulate some logic or API requests in them.
Then, you can as…
-
Currently, the project appears to have both the UI layer and the core business logic bundled together in a single package. While this approach may work for small-scale projects, it can become harder t…
-
Currently, we have a couple of problems:
1. Controllers that handle business logic.
2. Plugins lack clear modularity, making it harder to distinguish between core infrastructure (like db) and domain…
-
Adding a clear structure map in the documentation to guide contributors on where specific files and folders are located and what they contain.
For Example:
Project Root
├── src/ # Core applicat…
-
Adding a clear structure map in the documentation to guide contributors on where specific files and folders are located and what they contain.
For Example:
Project Root
├── src/ # Core applicat…
-
Add a clear structure map in the documentation to guide contributors on where specific files and folders are located and what they contain.
**For example:**
Project Root
├── src/ …
-
Adding a clear structure map in the documentation to guide contributors on where specific files and folders are located and what they contain.
- This helps new contributors quickly understand the pro…
-
Adding a clear structure map in the documentation to guide contributors on where specific files and folders are located and what they contain.
**For example:**
Project Root
├── src/ &…
-
### Feature Title
Project Structure Map
### Problem Statement
Adding a clear structure map in the documentation to guide contributors on where specific files and folders are located and what they …
-
**Describe the task**
There is a considerable lack of unit tests for Compliance components. We aim to fill this gap.
**Purpose**
Adding unit tests will increase the confidence in capturing the busine…