You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Status of studies (already has it as studentStatus)
People outside egyesület won't need to fill these so they can be nullable.
Field changes:
Gender is never important, we won't ever need to know, we can get rid of it.
StudentStatus is an enum that can be either ACTIVE, GRADUATED, OTHER or UNKNOWN, we won't need to know if they finished school (like ever). So we can keep it ACTIVE, INACTIVE, UNKNOWN.
pek-infinity/prisma/models/profile.prisma
Line 1 in f3b8b88
For egyesület
Needs new fields:
People outside egyesület won't need to fill these so they can be nullable.
Field changes:
Other important stuff in the sub-issues below.