Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Superformula/flutter_test
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Darjc/flutter_test
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 180 files changed
  • 1 contributor

Commits on Sep 15, 2024

  1. feat(domain): implement restaurants use case

    Add RestaurantsUsecase class
    
    Implement methods for fetching restaurants and managing favorites
    
    Integrate with RestaurantsRepository
    
    add memory implementations for data source interfaces
    
    add test for the use case
    Darjc committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    0fcf1f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    83f09f9 View commit details
    Browse the repository at this point in the history
  2. test(presentation): Add test cases for blocs

    Add Exceptions for add/remove favorite
    
    Update restaurants get methods
    Darjc committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    cc467b0 View commit details
    Browse the repository at this point in the history
  3. feat(view): add list page

    add restaurant page
    
    create app theme file
    Darjc committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    43f1547 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. feat(view) Add flutter bloc for list and detail

    Add dependency injection
    
    Add favorite property
    
    Update repository for to check favorite restaurants
    Darjc committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    99b0560 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. refactor(view): add widgets and test widgets

    refactor for restaurant pagination
    
    add presentation tests
    Darjc committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ee58b96 View commit details
    Browse the repository at this point in the history
  2. test(e2e): add integration test

    Darjc committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c54b163 View commit details
    Browse the repository at this point in the history
  3. refactor(app): clean warnings

    Darjc committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b3c15d7 View commit details
    Browse the repository at this point in the history
  4. refactor(test): add repository test

    review integration test share preference behavior
    Darjc committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7ab9c73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d7f978 View commit details
    Browse the repository at this point in the history
  6. refactor(data): add json parser for graphql

    add condition for test mode for restaurant datasource
    
    add logs lib
    Darjc committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5e94707 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    60c54d3 View commit details
    Browse the repository at this point in the history
Loading