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

Feature Alpaca API #15

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

Feature Alpaca API #15

wants to merge 16 commits into from

Commits on Apr 5, 2024

  1. base navigation

    LucasPrioste92 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    8d43411 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/splash-screen' into feature/navigation

    # Conflicts:
    #	app/src/main/java/dev/pinkroom/marketsight/ui/MainActivity.kt
    LucasPrioste92 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    673aeb2 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    907f2ce View commit details
    Browse the repository at this point in the history
  2. bottom bar

    LucasPrioste92 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    14c67a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    388f4f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    398453d View commit details
    Browse the repository at this point in the history
  5. update dimensions

    LucasPrioste92 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    3f5ed1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51bce36 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    31d797e View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. - refactor alpaca news ws service

    - use case to get News
    LucasPrioste92 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    739ee01 View commit details
    Browse the repository at this point in the history
  2. - alpaca news API

    LucasPrioste92 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    201b4b2 View commit details
    Browse the repository at this point in the history
  3. - alpaca news API

    LucasPrioste92 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b539b0c View commit details
    Browse the repository at this point in the history
  4. - setup Unit Test libs

    - assertK
    - mockK
    - JUnit
    - coroutine test
    LucasPrioste92 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    2798774 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. - faker dependency

    - unit test (NewsRemoteDataSource)
    - refactor code
    LucasPrioste92 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d26ca4f View commit details
    Browse the repository at this point in the history
  2. - unit test (NewsRepository)

    - refactor code
    LucasPrioste92 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    2b44d41 View commit details
    Browse the repository at this point in the history
  3. - unit test (ChangeFilterNews UseCase)

    - refactor code
    LucasPrioste92 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    734e555 View commit details
    Browse the repository at this point in the history