app
app copied to clipboard
Refactor `streams` and `give` interactions into generic modules
Right now we have a ton of unnecessarily duplicated logic for creating, editing and deleting streams and donations as a result of building things very fast early on. We should have generic reusable modules for these exposing functions such as stream.create
and stream.delete
.