The RagnarokSink abstraction we currently use is cumbersome and has weird API handling. We have to do many things manually.
Suggested resolution
Evolve the sink abstraction to proper eloquent models. By using a sink discovery mechanism (#41) we can use DB entries as abstractions for all sinks. This includes all the benefits with sink query using models and relations.
Problem / Motivation
The
RagnarokSink
abstraction we currently use is cumbersome and has weird API handling. We have to do many things manually.Suggested resolution
Evolve the sink abstraction to proper eloquent models. By using a sink discovery mechanism (#41) we can use DB entries as abstractions for all sinks. This includes all the benefits with sink query using models and relations.