-
Notifications
You must be signed in to change notification settings - Fork 249
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
Instance distance from current #606
Comments
Since the |
This commit replaces the `instance_status` column with a more veratile `distance_from_current` which has additional semantics for upcoming instances.
I see that this instance number can increases the utility of this field. What is not clear for me is what is the distinction between the current one |
If there is no other instance between now and Wednesday, the one on this Wednesday would be |
…#607) This commit replaces the `instance_status` column with a more veratile `distance_from_current` which has additional semantics for upcoming instances.
In #600 we've added an instance status column which allows to distinguish between closed, current and future instances. However, it just occurred to me that we can extend the semantics of this a bit and use the field as a kind of instance number (or distance) with
0
being the "current instance",1
the next one,2
the one after the next one, etc. So instance numbers>0
would still denote upcoming instances but with the additional meaning of the distance from the current one. This could be useful in the UI. Since this is much less useful but much harder for closed instances, I propose to keep a "distance" of-1
for all closed instances.The text was updated successfully, but these errors were encountered: