bahnzumberg / zuugle-api

Public repositority for backend components of www.zuugle.at
https://www.zuugle.at
GNU General Public License v3.0
2 stars 3 forks source link

Cleanup: Remove outdated columns #11

Closed martinheppner closed 8 months ago

martinheppner commented 1 year ago

Depending on https://github.com/orgs/bahnzumberg/projects/2/views/1?pane=issue&itemId=31349270 the columns "internal_status" and "connection_url", "return_url" in table fahrplan should be removed. In table tours the column "children" and "internal_status" should be removed. If "publishing_date" is not used, remove it too.

Falsal commented 8 months ago

connection_url , return_url did not show up in api internal_status : commented out in all instances (2 files) children : commented out in all instances (4 files) publishing_date : removed / commented out in 3 files

Falsal commented 8 months ago

@martinheppner : sync.js : check function mergeToursWithFahrplan and cities const in line 607; cities is not being used, either delete it or use it somewhere inside the function .