From a49f732442bc02f8224a556f0f3fc5cfbc333177 Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Sat, 27 May 2023 10:40:43 +0100 Subject: [PATCH] Mention core-designsystem module in the modularization journey docs Closes #189 --- docs/ModularizationLearningJourney.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/ModularizationLearningJourney.md b/docs/ModularizationLearningJourney.md index 81e35c436..f2f9b06bd 100644 --- a/docs/ModularizationLearningJourney.md +++ b/docs/ModularizationLearningJourney.md @@ -107,7 +107,7 @@ The Now in Android app contains the following types of modules: * `core:` modules - common library modules containing auxiliary code and specific dependencies that need to be shared between other modules in the app. These modules can depend on other core - modules, but they shouldn’t depend on feature nor app modules. + modules, but they shouldn't depend on feature nor app modules. * Miscellaneous modules - such as `sync`, `benchmark` and `test` modules, as well as `app-nia-catalog` - a catalog app for displaying our design system quickly. @@ -159,13 +159,21 @@ Using the above modularization strategy, the Now in Android app has the followin TopicsRepository
+ + core:designsystem + + Design system, tokens and icons. + + NiaTheme
+ NiaIcons + + core:ui - UI components, composables and resources, such as icons, used by different features. + UI components, composables and resources, used by different features. - NiaIcons
- NewsResourceCardExpanded + NewsResourceCardExpanded