samvera / questioning_authority

Question your authorities
Other
54 stars 30 forks source link

Move rdf_helper methods to rdf_service #184

Closed elrayle closed 5 years ago

elrayle commented 5 years ago

A major refactoring of the linked data processing code is underway. The first step in the process is to extract out include code from find_term and search_query processing into separate isolated services. Work will be committed in multiple PRs to facilitate the review process and avoiding a single massive commit.

This is PR creates the first extracted service. It collects together only methods that process rdf in the new rdf_service. These were originally included through the rdf_helper module.

There are a few methods remaining in rdf_helper that will be resolved in a later refactor PR. The remaining ones will either go away or belong in another place.

elrayle commented 5 years ago

Followed up with @cam156 requests in a separate PR (#185). This one is no longer relevant. Closing.