We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
reflect current state
remove config
evolving specs
changed handling of sources
have to use a qs serialization of the config object for now eventually, this could be replaced with a carefully implemented JSON serializer which atually understands the config schema
remove geom_point; nullable polygon, elevation and region
add markdownlint; autoformat
config: idiomatic lists, naming: conf -> config
sql keywords: start, end -> start_date, end_date
config table: json for simplicity
database: note on period - transition association
add initial config file
add diagram, nomenclature: _t table suffix
first database schema design
DB backend details
move PK to top
first draft database backend