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

'guess when' function guesses which visit, based on surrounding check-ins #436

Open
tevpg opened this issue Jun 20, 2024 · 0 comments
Open
Labels
later if ever low priority

Comments

@tevpg
Copy link
Collaborator

tevpg commented Jun 20, 2024

We use a phone number sheet where people write down tag numbers (without the colour codes). Would like to be able to get better insight into which phone number corresponds to a given visit (presumably a bike that is in danger of being leftover). Given bikes on either side in the sheet, (which may not be all the check-ins because not everyone writes down their number), try to determine which tagid and visit is indicated.

NB much of this can be done with 'recent' -- though let's imagine other commands:

'guess'

: guess wa4 bf6 wa9
bf6 is likely visit #2 that started at 11:37
(then the list of bf6 visits)

'near'

I like this one better. Easier to use and easier to implement

: near bf6
Tag bf6 used 2 times. These are check-ins near its check-ins.

9:06 WA1
9:08 BF3
9:30 WA4
9:40 BF6 ****
10:00 BF8
10:00 WA8

9:06 BG8
9:08 WE5
9:30 BH7
9:40 BF6 ****
10:00 BF0
10:00 WD4

@tevpg tevpg added the later if ever low priority label Jun 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
later if ever low priority
Projects
None yet
Development

No branches or pull requests

1 participant