Closed ashleytqy closed 7 years ago
I <3 this! Thank you @ashleytqy!
One thought: Is there a way to structure this so we're not duplicating the logic for constructing a position's name/string representation (i.e. `${teamName} ${(isLead ? '- Lead' : '')}`
) in a bunch of different places? If we want to add something to that string later on -- say, because we change the structure of Position -- we could miss some places.
Welcome ~ !! Would creating a new module in the services folder (or maybe add it into data-transformer?) solve this issue?
I'm not sure... this really isn't a codebase I know well. @brentdur would have more insight
@ashleytqy could also possibly try a filter?
@ashleytqy
Position is displayed as words not numbers, Lead displayed first Start and End date text box is read-only