This repository has been archived on 2025-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
BreCal/src/RoleEditor
Daniel Schick 378274a176 Logical delete of berths and ships in RoleEditor.
The deleted rows will still be shown however a little grayed out
2023-12-15 16:31:28 +01:00
..
Properties Moved connection string to config file 2023-09-06 08:39:46 +02:00
Resources editing berths and ships Pt. 1 2023-04-27 14:24:03 +02:00
.editorconfig first steps excel import berths 2023-08-18 16:09:13 +02:00
App.config Make user email and phone editable through the role editor 2023-10-26 16:29:24 +02:00
App.xaml Role-Editor: UI for Participant and User 2023-04-10 10:42:20 +02:00
App.xaml.cs Role-Editor: UI for Participant and User 2023-04-10 10:42:20 +02:00
AssemblyInfo.cs Role-Editor: UI for Participant and User 2023-04-10 10:42:20 +02:00
EditBerthDialog.xaml Extension of role editor to allow authority entry for berths 2023-10-06 16:13:09 +02:00
EditBerthDialog.xaml.cs Extension of role editor to allow authority entry for berths 2023-10-06 16:13:09 +02:00
EditShipDialog.xaml editing berths and ships Pt.2 (done) 2023-04-28 15:17:58 +02:00
EditShipDialog.xaml.cs editing berths and ships Pt.2 (done) 2023-04-28 15:17:58 +02:00
ENIDataGrid.cs editing berths and ships Pt. 1 2023-04-27 14:24:03 +02:00
MainWindow.xaml Logical delete of berths and ships in RoleEditor. 2023-12-15 16:31:28 +01:00
MainWindow.xaml.cs Logical delete of berths and ships in RoleEditor. 2023-12-15 16:31:28 +01:00
ReadMe.md added ad readme for the role editor 2023-09-18 14:57:29 +02:00
Resources.Designer.cs editing berths and ships Pt. 1 2023-04-27 14:24:03 +02:00
Resources.resx editing berths and ships Pt. 1 2023-04-27 14:24:03 +02:00
RoleEditor.csproj Moved connection string to config file 2023-09-06 08:39:46 +02:00
RoleEditor.sln first steps excel import berths 2023-08-18 16:09:13 +02:00
Util.cs editing berths and ships Pt. 1 2023-04-27 14:24:03 +02:00

Role Editor (Administration tool)

logo


Purpose

Users and participants

  • Create and administrate participants (companies) in the system
  • Create users and assign them to participants
  • Create securables
  • Create mappings between users and securables (role management)

Berths

  • Create / edit / set mark deleted of berths (Liegeplätze)
  • Excel mass import for berths

Ships

  • Create / edit / set mark deleted of ships
  • Excel mass import for ships

Prerequisites

Installation

SSH tunnel for database access

The database access works directly for everyone working with the tool. This means no remote access is possible since the server is configured to allow only local clients. Therefore a SSH tunnel must be used that maps the remote database server port to a local port.

Setup of a ssh tunnel via putty

For credentials please contact me directly.

RoleEditor client

There will be no ClickOnce deployment for the role editor, since it is only intended for internal use by a few individuals. For each release a ZIP file will be prepared that will be hosted on the site.