bildvitta / covid

MIT License
16 stars 3 forks source link

Adding class for simplifing generic sheets pattern #95

Closed saviu-u closed 3 years ago

saviu-u commented 3 years ago

The current class that does the sheet threatment is 'DataBridge::Paulina', and the 'covid_case' equivalent, the new class 'DataBridge::GoogleDriveBase' aims to remove class creation and repetitive code, now, importing a city is now as simple as passing a parameter

When reviewing the pull request, keep in mind that most of the methods were extracted from 'DataBridge::Paulina', and the diffs might be hard to visualize on github as they are different files

WARNING: