log pkg/controllers/routes.go @ 4962:1b309a8e7673 fairway-marks-import

age author description
Thu, 27 Feb 2020 21:05:09 +0100 Tom Gottfried Distinguish more clearly between BCNLAT HYDRO and IENC features fairway-marks-import
Mon, 17 Feb 2020 18:38:45 +0100 Tom Gottfried Add missing fairway mark types fairway-marks-import
Fri, 14 Feb 2020 12:14:36 +0100 Tom Gottfried Add import for fairway marks of type BOYLAT fairway-marks-import
Mon, 10 Feb 2020 18:47:27 +0100 Tom Gottfried Add import for fairway marks of type BOYCAR fairway-marks-import
Mon, 10 Feb 2020 18:02:22 +0100 Tom Gottfried Type specific names for fairway marks import fairway-marks-import
Tue, 14 Jan 2020 15:01:42 +0100 Tom Gottfried Draft implementation of fairway marks import fairway-marks-import
Fri, 25 Oct 2019 18:52:11 +0200 Sascha Wilde Allow import log export for waterwayAdmin.
Fri, 25 Oct 2019 13:03:50 +0200 Sascha L. Teichmann Added an endpoint GET api/imports/export to export imports.
Fri, 25 Oct 2019 11:13:31 +0200 Sascha L. Teichmann endpoint routing: get rid of unnecessary local variable.
Fri, 18 Oct 2019 15:17:31 +0200 Sascha L. Teichmann Handle password reset before matching users.
Tue, 15 Oct 2019 18:25:40 +0200 Sascha L. Teichmann Be more clever when triggering diff calculations.
Thu, 10 Oct 2019 16:13:11 +0200 Sascha L. Teichmann Applied {name:.+} workarounds in routing where applicable.
Mon, 16 Sep 2019 16:41:56 +0200 Sascha Wilde Added back end for deletion of sounding results.
Thu, 12 Sep 2019 20:08:29 +0200 Sascha Wilde Implemented deletion of stretches.
Tue, 03 Sep 2019 13:02:09 +0200 Sascha L. Teichmann Added stub for a shape upload stretch import. POST /api/imports/stsh
Mon, 02 Sep 2019 17:57:44 +0200 Sascha L. Teichmann Return stretch as a ZIPed ESRI shape file from end point. TODO: Write the actual geometries to the shape file.
Fri, 30 Aug 2019 18:34:27 +0200 Sascha L. Teichmann WIP: Started with downloading stretches as ESRI shapes.
Thu, 22 Aug 2019 11:26:48 +0200 Sascha L. Teichmann Moved JSONHandler into middleware package. json-handler-middleware
Wed, 21 Aug 2019 16:17:46 +0200 Bernhard Reiter Remove unused systemconf.feature_colours from backend
Mon, 12 Aug 2019 11:35:27 +0200 Sascha L. Teichmann The system stetting should only be setable by a the system admin.
Wed, 07 Aug 2019 15:23:41 +0200 Sascha L. Teichmann Exposed the import to delete sections under POST /api/imports/dsec with a JSON input as '{ "id": 42 }'.
Thu, 20 Jun 2019 18:04:53 +0200 Sascha L. Teichmann Password reset: Send redirect to server starting page when reset succeeded.
Tue, 11 Jun 2019 12:07:55 +0200 Sascha L. Teichmann Re-worked the Go part a little bit. configuration
Fri, 07 Jun 2019 12:53:41 +0200 Markus Kottlaender implemented configuration backend and frontend configuration
Fri, 24 May 2019 11:20:15 +0200 Sascha L. Teichmann Prepared to write the fairway availibilty as CSV, too. WIP. fairway-avail-csv
Thu, 23 May 2019 12:53:19 +0200 Sascha L. Teichmann available fairway depth: Implemented backend for sections and stretches.
Mon, 13 May 2019 09:15:20 +0200 Sascha L. Teichmann Added API stubs from fairway availabilty for stretches and sections.
Thu, 09 May 2019 12:08:02 +0200 Sascha L. Teichmann Added template types "map", "diagram", "report".
Mon, 06 May 2019 16:36:03 +0200 Sascha L. Teichmann Sections import: Added a sections import. Derived from the stretches import w/o the countries.
Mon, 29 Apr 2019 11:36:00 +0200 Sascha L. Teichmann Display Available Fairway Depths: More controller code.