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

Add data classes and support methods - Available Course List Fragment #363

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

ghost
Copy link

@ghost ghost commented May 20, 2021

Changes done

  • Create extension functions to convert network class data into entity class data.
  • Add Room KTX dependency.
  • Add Product Service
  • Add support for bulk insert and delete of products in LocalDB
  • Moved DomainProduct class and NetworkProduct class from store module to core module

navayuvansb added 6 commits May 7, 2021 13:13
…yData

Methods added
- List<NetworkProduct> -> List<ProductEntity>
- List<NetworkCourse> -> List<CourseEntity>
- List<NetworkPrice> -> List<PriceEntity>
Support added
- Bulk insert/delete product
- Bulk insert/delete course
- Bulk insert/delete price
To use room with kotlin coroutines, room-ktx is needed.
@ghost ghost requested a review from Karthik-0 May 20, 2021 08:02
@ghost ghost self-assigned this May 20, 2021
@ghost ghost mentioned this pull request May 20, 2021
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.

0 participants