TromsFylkestrafikk / ragnarok

Harvest public transport data for statistics usage
0 stars 0 forks source link

Present sink destination schemas #61

Closed tfk-kaare closed 5 months ago

tfk-kaare commented 5 months ago

Problem / motivation

In order to understand the destination data, we need the users to be able to view the destination tables, with comment.

Suggested resolution

Add a sink API call destinationTables() which simply lists the destination tables used by the sink. From here we retrieve schema information w/comments and present this.

This also requires sinks to add useful comments on the table columns, as this will be presented to the users.

Remaining work