paul-bokelman / cc

ClubCompass client and server monorepo
0 stars 0 forks source link

task: revise seed script #43

Closed paul-bokelman closed 5 months ago

paul-bokelman commented 5 months ago

Description

Seed script should be generic for all schools so it is scalable. Have one function that parses and returns data from generic structures. Parser should always except the same data, if club data is different then write an adapter for the club dataset. Also improve the flow of seed script and add production features.

Parent: #20