Skip to content

[SPRINT-24]: Refactor features to feature module - #179

Merged
conxtantyn merged 1 commit into
developmentfrom
constantine/refactor/feature-module
Feb 9, 2026
Merged

conxtantyn merged 1 commit into
developmentfrom
constantine/refactor/feature-module

Conversation

@conxtantyn

Copy link
Copy Markdown
Contributor

Context

This PR standardizes the project structure by aligning all feature modules under a unified :feature: namespace. Previously, some features (e.g. :user) lived at the root level, which made navigation not as easy as desired. The goal is to improve maintainability and enforce clear feature boundaries.

Description

Feature modules have been moved from : (e.g. :user) to :feature:. Package structure and Gradle module paths were updated accordingly, with no functional changes. Imports, module dependencies, and references were adjusted to reflect the new layout.

Changes in the codebase (optional)

  • Refactored feature modules to :feature:
  • Updated Gradle settings and module dependencies
  • Fixed imports and references affected by module path changes

@github-actions github-actions Bot added android assets build documentation Improvements or additions to documentation tests labels Feb 9, 2026
@conxtantyn
conxtantyn merged commit e015640 into development Feb 9, 2026
11 checks passed
@conxtantyn
conxtantyn deleted the constantine/refactor/feature-module branch February 9, 2026 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

android assets build documentation Improvements or additions to documentation tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants