Good Morning,
Today is a
day.
You have wave
Here is your lunch wave for today, aswell as your friends schedules!
Scan a Friend's QR Code from LunchByte!
Friends In Your Wave
{{ function() {
let sharedFriends = user.friends.filter(friend => friend.wave(letterDay) ==
user.wave(letterDay));
if (user.friends.length == 0) {
return "You have not added any friends yet. Click the button above to add some!";
} else if (sharedFriends.length == 0) {
return "No friends share your lunch wave today.";
} else {
return sharedFriends.map(friend => friend.name).join(", ");
}
}() }}
Weekly Schedule
{{ day }}: Wave {{ friend.wave(day) }}