Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KMM[Domain] Add a repository to fetch feed information #303

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

kibettheophilus
Copy link
Contributor

Scope

Please make sure to read the Contribution Guidelines
and check that you understand and have followed it as best as possible Explain what your feature
does in a short paragraph.
please check the below boxes

  • I have followed the coding conventions
  • I have added/updated necessary tests
  • I have tested the changes added on a physical device
  • I have run ./codeAnalysis.sh on linux/unix or codeAnalysys.bat on windows to make sure all lint/formatting checks have been done.

Closes/Fixes Issues

Declare any issues by typing fixes #1 or closes #1 for example so that the automation can kick
in when this is merged

Other testing QA Notes

What have you tested specifically and what possible impacts/areas there are that may need retesting
by others.

Please add a screenshot (if necessary)

Added the Feed repository interface and its implementation.
Added copyright to the files.
}

override suspend fun syncFeed() {
val feeds = mutableListOf<FeedDomainModel>()
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@chepsi this should be used for doing the background sync but since there is no implementation, I just added this instead of leaving it empty.

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.

1 participant