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

Add time waited to first in sigrid room queue. #38

Open
ludde127 opened this issue Nov 8, 2022 · 20 comments
Open

Add time waited to first in sigrid room queue. #38

ludde127 opened this issue Nov 8, 2022 · 20 comments
Assignees

Comments

@ludde127
Copy link
Contributor

ludde127 commented Nov 8, 2022

Add a timer that shows some relevant information about who has waited the longest to allow ambulances to know which rooms are most congested time wise. One example of a solution is to add the time waited for the first person in the queue (Longest waiting).

@bjornregnell
Copy link
Owner

First step here: b0a40cc

@ludde127
Copy link
Contributor Author

ludde127 commented Nov 8, 2022

I have also been working on a solution and have one (probably finnished) in this fork https://github.com/ludde127/sigrid .

I did however mess with the User case class which might not be wanted.

@bjornregnell
Copy link
Owner

Yeah. Sorry for not checking with you before starting working on this.
My solution is simpler I think. But there is one method left with ??? and there is some clutter in the printout...

@ludde127
Copy link
Contributor Author

ludde127 commented Nov 8, 2022

No problem on not checking with me, I should have written here when i started the work. I think my solution works and the print out is quite nice, but i am a bit scared about the changes to User.
image

@bjornregnell
Copy link
Owner

bjornregnell commented Nov 8, 2022

NIce output! Perhaps you can build on my work by integrating your printing functions and implement def longestWaitingTimeMinutes: Int = ??? in Room and use that in your strings? And I'll close your current PR?

@bjornregnell
Copy link
Owner

bjornregnell commented Nov 8, 2022

Or make one waiting time method per queue somtehing like def longestHelpWaitingTimeMinutes etc

@bjornregnell
Copy link
Owner

Or do you want me to finish the printing inspired by your PR?

@ludde127
Copy link
Contributor Author

ludde127 commented Nov 8, 2022

Yes you can close the PR, i can however implement the printing methods if you have not already had time to finish them!

@bjornregnell
Copy link
Owner

Yes please go ahead if you like on the printing in showRoom etc by filtering out users from the pair etc. I can't work on this until tomorrow afternoon anyway. Ping @Handledare on Discord if you need help with testing meanwhile, but then testers need to clone and run localhost... Let me know if someting tested can go live and I'll merge when I'm back on the keyboard.

@ludde127
Copy link
Contributor Author

ludde127 commented Nov 8, 2022

I added the nicer printing to showRoomLong, not sure what showRoomShort is used for as showRoomLong seams to be used in beppe, sigrid, and sigrid monitor. I have tested adding multiple users to queues and if one is removed the next ones timer is shown, unsure what more to test. I settled on this look.
image

@bjornregnell
Copy link
Owner

Nice! PR welcome! (I can review it tomorrow afternoon the earliest.)

@bjornregnell
Copy link
Owner

Perhaps remove decimals in minutes?

@ludde127
Copy link
Contributor Author

ludde127 commented Nov 9, 2022

Yes that seams lika a nice idea, will probably only clutter the printout in read use! Creating a PR.
(The printout now looks like this)
image

@bjornregnell
Copy link
Owner

bjornregnell commented Nov 10, 2022

Thing left to do: Add longest queuing time in room overview at login. I think it was there i used the short form (?)

It is good to see this in the login page because then you can perhaps decide to go to a room with less waiting time...

@ludde127
Copy link
Contributor Author

I have started working on adding the maximum queuing time of both queues in each room to the short form.
At the moment the login page looks like this.
image

@bjornregnell
Copy link
Owner

Nice! I suggest skipping the dot and blank, so just Maxkötid in one word to save space.

@bjornregnell
Copy link
Owner

I actually meant just the current time of the student in front just like in the long form, but maximum queueing time is also interesting as it says something about the peak load during the 2h time slot. Perhaps both figures shoudl be in the overview of active rooms as it can be a basis for students to go to a room with low load.

@bjornregnell
Copy link
Owner

So my suggestion is having both Köat x min and Maxkötid y min, where the latter is counted during the lates 2h slot eith 8-10, 10-12, 13-15 or 15-17. Or did you mean the max of the two queues köat? That might also be a good definition of the maximum queuing-time momentarily, (The maximum peak load is perhaps not so important).
Let's discuss this live.

@ludde127
Copy link
Contributor Author

I meant the current maximum queuing time of anyone in any of the queues (not the maximum over some timeframe). I don't really think that the maximum queuing time over a 2h time slot is useful for the login page. Yes, lets discuss live!

@bjornregnell
Copy link
Owner

bjornregnell commented Nov 12, 2022

Ok I see. Yes, that's probably more useful as an overview. (Statistics over history is actually another feature.) Go ahead with the PR inline with your original intent, and I can take a look at the code when you have a PR, if you like.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants