paul-bokelman / cc

ClubCompass client and server monorepo
0 stars 0 forks source link

bug: not all leaders are required when editing club #18

Closed paul-bokelman closed 5 months ago

paul-bokelman commented 6 months ago

Description

A club should have all 5 leadership positions full (or should it?). When editing a club a leadership field can be set to "" and be committed to db.

Proposed Solution

Check for empty string in shared validation and throw error.

Parent: #17