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 GetDayLogList Usecase and it's viewModel Impelementation. #48

Merged
merged 1 commit into from
Jan 31, 2022

Commits on Jan 31, 2022

  1. Add GetDayLogList Usecase and it's viewModel Impelementation.

    This commit includes,
    
    1. Fix some directory hierarchy according to clean architecture.
    2. Add GetDayLogList usecase.
    3. Implement FakeDataRepository to test usecaes before implementing create dayLog usecase.
    4. Link usecase with DayLogListViewModel for front page.
    
    TODO:
      - Need to implement navhost.
      - Need to implement deletion action for listview.
    
    Signed-off-by: Hyukjoong Kim <wangmir@gmail.com>
    wangmir committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    31d422b View commit details
    Browse the repository at this point in the history