anusharanganathan / data2paper

Rails helper application to submit data papers from repositories to publishers
7 stars 1 forks source link

Generalise app/services code #45

Open martyn-w opened 6 years ago

martyn-w commented 6 years ago

All the code in app/services/*.rb seems to repeat itself (each service defines the same self.select_all_options and self.label methods) - these could be abstracted out into a common module and included into each service instead.