CivicActions / edscrapers

US Department of Education Data Scraping Kit; see https://us-ed-scraping.ckan.io/dataset
GNU Affero General Public License v3.0
15 stars 9 forks source link

Refactoring the compare module #143

Closed osahon-okungbowa closed 4 years ago

osahon-okungbowa commented 4 years ago

Description/Situation

We have a compare module which is used to firstly compare stats between Datopian/Air, but it also includes some useful stats which the Dashboard and the stats module are dependent on. We are no longer interested in running any comparison with AIR - so the compare module has been deprecated/marked for removal.

We need to incorporate the useful aspects (the functionality which Dashboard and stats module are dependent on) of the deprecated compare module into the edscrapers namespace so that the dashboard and stats module don't break

NOTE: the AIR comparison page on the dashboard is being removed, so it is not to necessary for the compare module to work with it

Task

Acceptance Criteria