Future Updates & Ideas #4
DevJasperNL
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Even though I wanted to get the first version published, I still have plenty of ideas in the pipeline. This post will serve as a running list of planned short- to mid-term updates. I'll keep updating it as progress is made or as new ideas arise.
If you have any preferences for priorities or ideas of your own, feel free to share them! Your feedback is always welcome.
Occurify
Implementing extension methods for timeline collections (e.g.IEnumerable<ITimeline>
andIEnumerable<KeyValuePair<ITimeline, TValue>>
).Implementing extension methods for period timeline collections (e.g.IEnumerable<IPeriodTimeline>
andIEnumerable<KeyValuePair<IPeriodTimeline, TValue>>
).^
) forITimeline
andIPeriodTimeline
.Excludes
forIPeriodTimeline
TakeWithin
,TakeLastWithin
,SkipWithin
andSkipLastWithin
forIPeriodTimeline
(withPeriodIncludeOptions
).TakeWithin
,TakeLastWithin
,SkipWithin
andSkipLastWithin
withPeriodIncludeOptions
.Cache
method forITimeline
andIPeriodTimeline
.Consolidate
,Merge
andInvert
to throw an exception if it generates an infinte period, rather than returning a period that starts atDateTime.MinValue
.Add overloads on periodToString
with format providers.Occurify.TimeZones
Investigate Cronos limitation of the year 2499. -> Proposal: Remove or Make Cronos' Year 2499 Upper Limit Configurable HangfireIO/Cronos#78Possibly fix this in a fork and publish a Cronos.Unlimited or something simular, depending on whether it will be fixed in Cronos.Better ToString support for periodsOccurify.Astro
Occurify.Reactive
Implement extension methods for scheduling composite timelines.Implement scheduler extension methods.Other
INumberLine<T>
rather than justITimeline
.ITimeline
would then implementINumberLine<T>
.Beta Was this translation helpful? Give feedback.
All reactions