-
Notifications
You must be signed in to change notification settings - Fork 72
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(match2): support postponed #5174
base: main
Are you sure you want to change the base?
Conversation
needs testing @iMarbot :P |
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.
In MatchGroupInputUtil.getMatchStatus
, np it treated with priority, but in MatchGroupInputUtil.matchIsFinished
, postponed is treated with priority. Should we stick to one "priority" order?
nay blockers for this? @Rathoz |
DateIsExact should probably be set to false, other fields may need updates too. Not sure about using finished=true in countdown |
this allows will still hide the `LIVE` but keep the stream icons
Will dateextact being false hide the previous time? imo, we should still show the old time for postponed matches. |
Summary
support
postponed
as a new status in matchesHow did you test this change?
dev