pulsar/ObservatoryFramework
Repository files (latest commit first)
Filename Latest commit message Latest commit date
F K ff784b31d1
[Framework] Add a DateTime property for CarrierJumpRequest DepartureTime (#119)
Refactored out the logic backing the JournalBase TimestampDateTime property so it can be used for any DateTime type property, providing a standardized json String -> DateTime conversion for any date-time property. Implemented as an `internal static` method on JournalBase so journal objects which inherit from JournalBase or don't inherit from it can use it.

Used this to provide a DepatureTimeDateTime on CarrierJumpRequest (this property was added in Update 14) and to implement the existing ExpiryDateTime on CurrentGoal.

From a quick search in the journal documentation, I don't see any other applications for this.
2023-08-14 09:35:00 -02:30
..
Files [Framework] Add a DateTime property for CarrierJumpRequest DepartureTime (#119) 2023-08-14 09:35:00 -02:30
Attributes.cs observatory herald (#30) 2021-11-15 10:57:46 -03:30
EventArgs.cs Export version fixes (#83) 2022-05-21 13:00:47 -02:30
Exceptions.cs observatory herald (#30) 2021-11-15 10:57:46 -03:30
Interfaces.cs [Framework + Core] Feature: Add support for adding multiple grid items (#105) 2023-03-01 16:22:20 -03:30
ObservatoryFramework.csproj Migrate to .NET 6 2022-12-04 15:01:56 -03:30
ObservatoryFramework.sln Reorganize all observatory core projects into monorepo (#25) 2021-10-21 19:31:32 -02:30
ObservatoryFramework.xml Updated framework xml 2023-03-01 16:30:58 -03:30
PluginUI.cs Add documentation for pluginUI. 2021-10-24 13:01:37 -02:30