-
Notifications
You must be signed in to change notification settings - Fork 490
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
feat: Add Auto Check-in options for tickets to Event Settings #1320
Conversation
Codecov Report
@@ Coverage Diff @@
## development #1320 +/- ##
================================================
- Coverage 25.19% 24.79% -0.4%
Complexity 757 757
================================================
Files 232 236 +4
Lines 8403 8538 +135
Branches 339 342 +3
================================================
Hits 2117 2117
- Misses 6203 6338 +135
Partials 83 83
Continue to review full report at Codecov.
|
@sridharjajoo @Masquerade0097 @iamareebjamal @srv-twry Please review |
private final CompositeDisposable compositeDisposable = new CompositeDisposable(); | ||
|
||
private final MutableLiveData<Boolean> progress = new MutableLiveData<>(); | ||
private final MutableLiveData<String> error = new MutableLiveData<>(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use SingleEventLiveData
); | ||
} | ||
|
||
public MutableLiveData<List<Ticket>> getTickets() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
public LiveData
|
||
</LinearLayout> | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra line
@sridharjajoo I have made the changes. Kindly review. |
@iamareebjamal @Masquerade0097 @srv-twry Please review |
Fixes #974
Checklist:
Changes: Adds auto check-in option to Event settings for each ticket
Screenshots for the change: