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

持ち物チェックcontroller,interactorを実装 #119

Merged
merged 3 commits into from
May 27, 2023

Conversation

seigi0714
Copy link
Owner

改修内容

  • controllerの処理を実装
  • interactorの処理を実装
  • controllerのテスト実装

Copy link
Owner Author

@seigi0714 seigi0714 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shimizu-saffle
controllerとintaractorの実装した!時間ある時確認おねがい!

@@ -4,7 +4,7 @@ import 'package:trip_app_nativeapp/features/trips/domain/entity/trip/value/trip_

part 'trip_belonging.freezed.dart';

@Freezed(copyWith: false, fromJson: false, toJson: false)
@Freezed(fromJson: false, toJson: false)
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[memo]
フィールド書き換えはさすがに必要なんでentityはcopyWith開放した!

Copy link
Collaborator

@shimizu-saffle shimizu-saffle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM✈️ @seigi0714

@seigi0714 seigi0714 merged commit f58e8e4 into main May 27, 2023
3 checks passed
@seigi0714 seigi0714 deleted the feature/change_trip_belonging_status branch May 27, 2023 03:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants