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

Conversation

wangmir
Copy link
Owner

@wangmir wangmir commented Jan 31, 2022

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

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 wangmir added this to the 0.1.0 milestone Jan 31, 2022
@wangmir wangmir linked an issue Jan 31, 2022 that may be closed by this pull request
@wangmir wangmir merged commit 36b2d53 into main Jan 31, 2022
@wangmir wangmir deleted the get_daylog_list_usecase branch January 31, 2022 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Implement DayLog List view
1 participant