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
The find_org_coc() function returns a models::ChainOfCommand struct that represents the org's CoC in two separate lists: extended_coc and local_coc. Refactor this method to return a single list ordered by the org's CoC.
Additionally, the function eager loads associations. Refactor the code so eager loading is handled by the function callers instead of internally. Long term, eager loading will be extracted from all model functions.
The text was updated successfully, but these errors were encountered:
Description
The find_org_coc() function returns a
models::ChainOfCommand
struct that represents the org's CoC in two separate lists:extended_coc
andlocal_coc
. Refactor this method to return a single list ordered by the org's CoC.Additionally, the function eager loads associations. Refactor the code so eager loading is handled by the function callers instead of internally. Long term, eager loading will be extracted from all model functions.
The text was updated successfully, but these errors were encountered: