Open
Description
How would you use clean architecture to, lets say, delete a user from the list of users? Currently I am re-sending the list of users via presentFetchedUsers
, but I would rather tell my view controller to delete a single row from the table.
struct ListOrders {
struct DeleteUser {
struct Request {
let index: Int
}
struct Response {
???
}
struct ViewModel {
??
}
}
}
Metadata
Metadata
Assignees
Labels
No labels