|
|
208d74f9e3
|
When creating a new shipcall 'Geeste' is the default time ref point
|
2024-07-09 11:54:15 +02:00 |
|
|
|
39020fc5d3
|
Bugfix: Changed lock times not showing immediately
|
2024-07-09 10:01:36 +02:00 |
|
|
|
8f40b82c5d
|
Ship list WIP
|
2024-07-09 08:10:01 +02:00 |
|
|
|
b26fff7e17
|
added product code info for vsproj file
|
2024-07-02 10:05:45 +02:00 |
|
|
|
c8c60c0f9b
|
Only user Interval end if interval start is also unset (as suggestion in terminal control)
|
2024-07-01 13:25:54 +02:00 |
|
|
|
6f1346c430
|
Fixed 4 digit time entry
|
2024-07-01 13:25:16 +02:00 |
|
|
|
ac21a2fa45
|
Changed interval date formatting so intervals spanning multiple days show ok
|
2024-07-01 13:24:05 +02:00 |
|
|
|
fe46b9b94e
|
Filter shipcalls that have ata set and ata is more than 2 hours in the past
|
2024-07-01 13:22:29 +02:00 |
|
|
|
b275320d54
|
For the interval, the end date is also set in the control
|
2024-07-01 13:22:17 +02:00 |
|
|
|
570a227b78
|
Simplified input text filtering:
If user enters 10 digits, then these are split up for the date
|
2024-07-01 13:22:04 +02:00 |
|
|
|
bb956d4792
|
include last minute for day filter
|
2024-07-01 13:21:49 +02:00 |
|
|
|
71a8b44532
|
fixed bug in search filter where time component wasnt cut of (as expected)
|
2024-07-01 13:21:28 +02:00 |
|
|
|
36e853fcda
|
Enter Agency Time as highlighted suggestion for other participants (not terminal)
|
2024-07-01 13:21:09 +02:00 |
|
|
|
bc6a9e95ea
|
Removed compiler message
|
2024-06-24 15:27:09 +02:00 |
|
|
|
a5753727a7
|
Added button for automatically selecting the next 24 hours, meaning filling the ETA from/to fields
automatically and triggering the search
|
2024-06-24 15:21:37 +02:00 |
|
|
|
69b9e8bcfe
|
Added derived DateTimePicker to use custom keyboard parsing (numbers only)
|
2024-06-24 14:37:10 +02:00 |
|
|
|
090fa6cfda
|
Removed some hardcoded text and renamed Lotsen to Flusslotsen
|
2024-06-24 07:23:34 +02:00 |
|
|
|
eb62097278
|
Improved Text input for datetime picker Control
|
2024-06-23 15:31:55 +02:00 |
|
|
|
fc63931d6b
|
Added simple windows (MSI) installer für project output
|
2024-06-22 16:27:59 +02:00 |
|
|
|
f45fe9178d
|
Added disclaimer and data security file (taken from Word doc)
|
2024-06-21 15:26:13 +02:00 |
|
Max Metz
|
5ae2d74745
|
removed a comment. Notification types in the User's schema will remain booleans (email, whatsapp, signal, popup). Daniel clarified that some time ago.
|
2024-06-10 09:03:35 +02:00 |
|
Max Metz
|
d682cb3d26
|
Created Notifier object, which provides the logic to create notifications and issue them to the respective users, depending on the type of notification they have selected. Building the skeleton, where the methods will be filled functionally soon. Adapted the History-schema.
|
2024-06-10 08:09:51 +02:00 |
|
Max Metz
|
0d227a02c7
|
Added input validation for API requests. Refactored some methods, added docstrings. Solved marshmallow-warnings in BreCal.schemas.model. Added unit tests, now totaling 215. Added proposals to refactor all SQL queries into an object at BreCal.database.sql_queries.SQLQuery for better standardization. Created a helper-object to handle Emails, which prepares the notification-feature.
|
2024-06-10 07:27:58 +02:00 |
|
|
|
50e9261267
|
avoid thread termination by catching exception thrown on failed times GET
|
2024-05-15 09:48:45 +02:00 |
|
|
|
97d4fa9faf
|
Bugfix for update deadlock and increased version to 1.2.1.1
|
2024-05-15 09:48:22 +02:00 |
|
|
|
c5df95625d
|
reduced retry to single request and reset the error text line
|
2024-05-13 19:31:59 +02:00 |
|
|
|
6973ec64fe
|
Fixed wrong Uri reference for devel version
|
2024-05-13 19:29:47 +02:00 |
|
|
|
d4fe104984
|
Added log4net settings to App.config
|
2024-05-13 19:25:54 +02:00 |
|
|
|
1bb4cc5225
|
Increased version to 1.3
|
2024-05-06 13:45:05 +02:00 |
|
|
|
ecddc43633
|
Bugfix mixup enabled/readonly
|
2024-05-05 11:18:50 +02:00 |
|
|
|
8698d3a1f5
|
increased 1 hour comparison by 60 seconds to avoid seconds deviation
|
2024-05-05 11:18:35 +02:00 |
|
|
|
f07cadef80
|
fixed another SQL typo
|
2024-05-05 11:18:13 +02:00 |
|
|
|
f7604b055e
|
fixed schedule sql
|
2024-05-05 11:17:58 +02:00 |
|
|
|
76bf4f01bd
|
Maximum threshold should still be allowed (e.g. 1 hour)
|
2024-05-05 11:17:36 +02:00 |
|
|
|
3b01dbb7aa
|
set schedule logging to INFO and using correct query for schedule test calls
|
2024-05-02 09:44:00 +02:00 |
|
|
|
707ffd0d59
|
Fix for traffic light status
|
2024-05-02 09:43:35 +02:00 |
|
|
|
45db6daffe
|
Merge pull request #29 from puls200/bugfix/fix_20240429
fixing: generator didn't stop after throw()
|
2024-04-30 06:58:49 +02:00 |
|
Max Metz
|
105718e2a6
|
fixing: generator didn't stop after throw()
|
2024-04-29 16:51:41 +02:00 |
|
|
|
01753540fe
|
Merge pull request #28 from puls200/bugfix/fix_20240429
adapting validation rules for version 1.2. Rules 0002: the time-diffe…
|
2024-04-29 13:43:46 +02:00 |
|
Max Metz
|
7f50624d23
|
adapting validation rules for version 1.2. Rules 0002: the time-difference threshold for 'disagreement' is expanded to 1 hour. There is now element-wise comparison of elements to circumvent instabilities from rounding pd.Timestamp objects. Rules 0001 L&M and 0003: created a feature flag, which skips the evaluation of Terminal times altogether. For version 1.2, this feature flag is enabled.
|
2024-04-29 12:59:14 +02:00 |
|
|
|
0fb425d970
|
Updated with comment from Basti to (temporarily) deaktivate rules for the terminal
|
2024-04-29 09:59:28 +02:00 |
|
|
|
7723a595ee
|
Calling dialog for outgoing shipcall async to show incoming call asap
|
2024-04-25 10:36:43 +02:00 |
|
|
|
3569360600
|
Optics adjustment: Scrollbar width, text cutoff with ... and set textareas to readonly but enabled for better viewing
|
2024-04-25 10:36:29 +02:00 |
|
|
|
4766584512
|
Fixed bug where app was accidentally switched to en-us locale by old ENI code
|
2024-04-25 10:36:13 +02:00 |
|
|
|
dba5cb3523
|
added latest rules from current excel document
|
2024-04-25 09:38:06 +02:00 |
|
|
|
140f335704
|
Neue Release Notes
|
2024-04-25 09:08:27 +02:00 |
|
|
|
3ec97ccb2c
|
Update Ampelfunktion.md
Neue Beschreibung ergänzt
|
2024-04-25 09:08:27 +02:00 |
|
|
|
130f9ff5d4
|
Update Ampelfunktion.md
Überschriften ergänzt
|
2024-04-25 09:08:26 +02:00 |
|
|
|
776efd0399
|
First draft of traffic light rules converted from Excel to markdown
|
2024-04-25 09:08:26 +02:00 |
|
|
|
ef017eee61
|
Make lock time editable only for port authority and show it in the overview grid
|
2024-04-23 17:40:21 +02:00 |
|