log pkg/models/sr.go @ 2672:b997e1fd1d3d import-overview-rework

age author description
Wed, 20 Feb 2019 10:37:36 +0100 Sascha L. Teichmann Sounding result import: Be more verbose if sounding result already exists for a bottleneck/date.
Fri, 18 Jan 2019 15:04:53 +0100 Sascha L. Teichmann To prepare stretch import made some model data types re-usable.
Wed, 12 Dec 2018 19:21:02 +0100 Sascha L. Teichmann Made bottleneck primary key an int. Attention: This may break something!
Tue, 27 Nov 2018 13:02:28 +0100 Sascha L. Teichmann Backend: Centralized the definition of WGS84 constant in the models package.
Mon, 26 Nov 2018 12:53:15 +0100 Sascha L. Teichmann Marshall JSON of SoundingResultDate correctly so it can be unmarshalled later on.
Sun, 25 Nov 2018 17:12:35 +0100 Sascha L. Teichmann More on following the rules for error messages to make golint happy.
Sun, 25 Nov 2018 17:11:13 +0100 Sascha L. Teichmann Follow the rules for error messages to make golint happy.
Sun, 25 Nov 2018 16:26:41 +0100 Sascha L. Teichmann To make golint happier made context.Context to be the first argument in all calls.
Thu, 22 Nov 2018 18:16:47 +0100 Sascha L. Teichmann Import sounding result: If uploading a zip with a meta.json which has
Mon, 19 Nov 2018 17:14:42 +0100 Sascha L. Teichmann Started with an upload sounding result to temp upload area.