Developer may integrate Compensated with their existing Rails App without wrapping it in custom model classes #52
Labels
code
Work that will require some amount of programming
documentation
Work that is intended to focus on improving documentation
enhancement
New feature or request
epic
Work that will will likely cover a number of use cases.
Now that we've gotten 3~4 implementations within Rails apps; it seems like a reasonable next step will be to create a Rails Engine that encourages a domain model.
Suggested Steps:
compensated-rails
gem that is a sibling tocompensated-ruby
;compensated-rails
test suite gets executed across Ruby versions within CIcompensated-rails
test suite gets executed across Rails versions within CICompensated::Rails::Event
resource and supporting migrationsCompensated::Rails::Customer
andCompensated::Rails::PaymentProfile
resources so that we can associate events with the payments provider and the customer the events relate to.I'm comfortable merging this into
0.X
in small steps or one big PR; so long as it's not making significant changes to thecompensated-ruby
directory.The text was updated successfully, but these errors were encountered: