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

Fix problem in reactive #2

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

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    1445923 View commit details
    Browse the repository at this point in the history
  2. fix deprecated problems

    - replace behaviorRelay from RXCocoa instead of Variable
    - change disposable function
    - add some models
    behnamr98 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    7d19fb6 View commit details
    Browse the repository at this point in the history
  3. Implement Network Layer

    behnamr98 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    0b20887 View commit details
    Browse the repository at this point in the history
  4. fix and improvement and optimize

    - delete JsonParser
    - convert callback of DataManager to reactive
    - implement Api Client
    - do some change for ViewModel and View layer
    behnamr98 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    f982a09 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3d7aed View commit details
    Browse the repository at this point in the history
  6. remove tests that doesn't need anymore

    - Remove Alamofire and SwiftyJson which are no longer needed
    behnamr98 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    4931973 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb1a321 View commit details
    Browse the repository at this point in the history