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

Stream Episode 16: TransportDataStore implementation #74

Merged
merged 2 commits into from
Oct 7, 2018

Conversation

JoaquimLey
Copy link
Owner

  • Unit tests

  • Currently only using the (not yet implemented) FrameworkLocalStorage

    • Should be implemented by another module that uses SharedPreferences (Android Library)
    • A little hacky since SharedPrefs will always be Single events and the stream will be finished everytime

Also left a lot of NotImplementedError to methods that shouldn't be used until we have a proper DB
SharedPrefs will be limited to only 3 saved Entities.

#69

- Unit tests

- Currently only using the (not yet implemented) FrameworkLocalStorage
  - Should be implemented by another module that uses SharedPreferences (Android Library)
  - A little hacky since SharedPrefs will always be Single events and the stream will be finished everytime

Also left a lot of NotImplementedError to methods that shouldn't be used until we have a proper DB
  SharedPrefs will be limited to only 3 saved Entities.

#69
@JoaquimLey JoaquimLey merged commit 8ab3c7f into develop Oct 7, 2018
@JoaquimLey JoaquimLey deleted the stream/episode_16 branch October 7, 2018 19:23
@JoaquimLey JoaquimLey changed the title TransportDataStore implementation Stream Episode 16: TransportDataStore implementation Oct 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant