-
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: Create Onsite Order for Tickets #1319
feat: Create Onsite Order for Tickets #1319
Conversation
@iamareebjamal @sridharjajoo @MishuVS Please review. |
Codecov Report
@@ Coverage Diff @@
## development #1319 +/- ##
=================================================
- Coverage 25.8% 25.19% -0.62%
Complexity 757 757
=================================================
Files 227 232 +5
Lines 8203 8403 +200
Branches 332 339 +7
=================================================
Hits 2117 2117
- Misses 6003 6203 +200
Partials 83 83
Continue to review full report at Codecov.
|
Show currency. Also, there is no visual feedback as to when user is clicking somewhere |
@iamareebjamal I've made the changes. Here is the new gif. |
@Masquerade0097 I think the background can be made blue to make it more consistent with app design. One more issue is that while tapping the list item, if the maximum limit is 100 then I was able to go past 100. There should be a message shown as soon as counter crosses the maximum ticket mark that "Maximum Ticket Limit reached" |
@sridharjajoo I've made the changes. |
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.
LGTM
private final MutableLiveData<Float> orderAmount = new MutableLiveData<>(); | ||
private final MutableLiveData<Boolean> progress = new MutableLiveData<>(); | ||
private final MutableLiveData<String> success = 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.
SingleEventLiveData
|
||
private final MutableLiveData<Float> orderAmount = new MutableLiveData<>(); | ||
private final MutableLiveData<Boolean> progress = new MutableLiveData<>(); | ||
private final MutableLiveData<String> success = 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.
SingleEventLiveData
421d62b
to
49934a3
Compare
@iamareebjamal I've done the changes. |
Fixes #1012
Checklist:
Changes:
Screenshots for the change: