palkan / active_delivery

Ruby framework for keeping all types of notifications (mailers, push notifications, whatever) in one place

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Folders structure

apuntovanini opened this issue · comments

Hi, how would you suggests folders to be organized for deliveries and lines? something like app/deliveries and app/services/lines?
I know it's completely up to the developer, but I wonder whether you have a pattern to suggest for structuring this better!
Thanks

Hey!

I would put deliveries to app/deliveries, as you suggest. As for lines, depending on what other application code they depend on, that could be either app/lib or app/services or even local gems (i.e., gems/my_line/...).