GetSummary

class GetSummary @Inject constructor(plansRepo: PlansRepo, tasksRepo: TasksRepo, errorLogsRepo: ErrorLogsRepo)

Use case for retrieving a summary of a plan.

Constructors

Link copied to clipboard
@Inject
constructor(plansRepo: PlansRepo, tasksRepo: TasksRepo, errorLogsRepo: ErrorLogsRepo)

Functions

Link copied to clipboard
suspend fun invoke(planId: UUID): GetSummaryResponse

Retrieves a summary of the specified plan.