GiPHouse / Website

GiPHouse website based on Django Framework
https://giphouse.nl
GNU Affero General Public License v3.0
5 stars 2 forks source link

Display team name for room registrations #591

Open JobDoesburg opened 2 years ago

JobDoesburg commented 2 years ago

One-sentence description

Display team name for room registrations

Desired functionality

I want to be able to see which team is in which room, not which person.

Motivation

Suggested implementation

JobDoesburg commented 2 years ago

This is a bit difficult as it needs to search for the correct semester the reservation is in, find the registration for the user in that semester, etc.