SeedCompany / cord-api-v3

Bible translation project management API
MIT License
18 stars 4 forks source link

Enum entry & default label #3216

Closed CarsonF closed 1 month ago

CarsonF commented 1 month ago

https://seed-company-squad.monday.com/boards/5989610236/pulses/6697386106

// handwritten
ProjectType.entry('MomentumTranslation').label // => "Momentum"
ProductMedium.entry('EBook').label // => "E-Book"
// automatic convention
ProjectStep.entry('DiscussingChangeToPlan').label // => "Discussing Change to Plan"