0
Lunch Buddies
Hello, maybe someone know how to solve this riddle: In office there is around 30 employees and the idea is to make random lunch buddies generator. Let's say employee A wants to have a lunch with someone. He goes into the tool, selects date and time and submit his participation. After he gets a match, both will be informed that there's Employee A and B who wants to have a lunch. Can someone give me some tips/guidance/code for this tool? Thanks a lot!
3 Respostas
+ 6
You can find a lot of pairing software in different language, you can go through and start with that.
+ 4
What is the need of that, you are thinking from the prospect if hr and manager. if he sit with random people for lunch then break would be less and productivity will be high. Anyway it is possible, you try with if details matched then pair them.
0
There is a few key points regarding the need:
- Employees get to know everybody (if he uses the tool, it's not mandatory);
- It helps to onboard new employees;
- Fun & challenging.