-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
buildChanges that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
Description
Component
Enforce common wrapper
Why/what to enforce?
- To avoid repeating the same routines for components (loading, message, data, etc.) again and again
- To be able to change the components for those routines on one places instead on countless
TODOs
Issue linting error when the following applies for a component:
- It isn't coming from the domain
shared - It has now common wrapper
Allow using the current UI library (e.g. PrimeNG) directly only in the domain shared
Why?
- To avoid tight coupling
- To have a clear set of possible UI blocks in our catalog
- As the case may be also other goals described in README.md
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
buildChanges that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)