Skip to content

Conversation

@xavierpellvidal
Copy link
Owner

Added module for persistence
Added local and remote datasources in data layer

@xavierpellvidal xavierpellvidal self-assigned this Apr 14, 2025
@xavierpellvidal xavierpellvidal requested a review from Copilot April 14, 2025 21:23
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 12 out of 18 changed files in this pull request and generated no comments.

Files not reviewed (6)
  • app/build.gradle.kts: Language not supported
  • core/preferences/.gitignore: Language not supported
  • core/preferences/build.gradle.kts: Language not supported
  • core/preferences/proguard-rules.pro: Language not supported
  • data/build.gradle.kts: Language not supported
  • settings.gradle.kts: Language not supported
Comments suppressed due to low confidence (2)

data/src/main/kotlin/com/random/users/data/datasource/UsersRemoteDataSource.kt:7

  • Consider adding unit tests to validate the functionality of the remote datasource implementation, ensuring correct error mapping and response handling.
interface UsersRemoteDataSource {

core/preferences/src/main/kotlin/com/random/users/preferences/manager/PreferencesManager.kt:12

  • Consider adding unit tests for PreferencesManager to verify that string values are correctly saved and retrieved from SharedPreferences.
fun saveString(

@xavierpellvidal xavierpellvidal merged commit 8baa527 into epic/users-feature Apr 14, 2025
@xavierpellvidal xavierpellvidal deleted the feature/data-layer branch April 14, 2025 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants