Iridescent-CM / technovation-app

The team submission platform for the Technovation Challenge
https://technovationchallenge.org
GNU General Public License v3.0
7 stars 4 forks source link

Add relationship between student profile and chapter table #4802

Closed dboyer closed 1 week ago

dboyer commented 1 week ago

We need to be able to associate a student with a chapter, similar to what was done for ChAs. This issue covers the backend work to connect the two tables and store the chapter for the student, rather than calculating it dynamically as is done now.

dboyer commented 1 week ago

Never mind, closing as already completed in #4566