Combine get_effort()
and get_custom_effort()
into new function effort()
#236
Milestone
get_effort()
and get_custom_effort()
into new function effort()
#236
Suggested in camtraptor July 2023 coding sprint
get_effort()
returns effort information per deployment:get_custom_effort()
returns effort information (for the entire project), per group_by unit:We think it would be better to combine this in one function, where
deploymentID
is one of thegroup_by
variables to replicate the behaviour ofget_effort
:The returned information would be:
The text was updated successfully, but these errors were encountered: