Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduler #31

Merged
merged 13 commits into from Dec 19, 2022
Merged

Scheduler #31

merged 13 commits into from Dec 19, 2022

Conversation

PSchmiedmayer
Copy link
Member

Scheduler

♻️ Current situation & Problem

Applications require the scheduling to Tasks that are can be used for internal mechanisms and tasks that are represented to users at a well defined schedule.

💡 Proposed solution

The Scheduler module allows the creation of Tasks that are adhering to a fixed schedule. Tasks can be marked as complete and the Scheduler module can be used to retrieve all currently uncompleted tasks.

Code of Conduct & Contributing Guidelines

By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:

@codecov
Copy link

codecov bot commented Dec 17, 2022

Codecov Report

Merging #31 (a2e2de8) into main (b02f0da) will increase coverage by 0.52%.
The diff coverage is 87.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #31      +/-   ##
==========================================
+ Coverage   71.41%   71.92%   +0.52%     
==========================================
  Files          99       44      -55     
  Lines        4007     1314    -2693     
==========================================
- Hits         2861      945    -1916     
+ Misses       1146      369     -777     
Impacted Files Coverage Δ
Sources/Scheduler/Scheduler.swift 76.79% <76.79%> (ø)
Sources/Scheduler/Schedule.swift 89.89% <89.89%> (ø)
Sources/Scheduler/Event.swift 90.48% <90.48%> (ø)
Sources/Scheduler/Task.swift 93.19% <93.19%> (ø)
Sources/Scheduler/Lock.swift 100.00% <100.00%> (ø)
Sources/SecureStorage/Credentials.swift 0.00% <0.00%> (-100.00%) ⬇️
Sources/SecureStorage/SecureStorage.swift 0.57% <0.00%> (-94.31%) ⬇️
...s/ObservableObject/ObservableObjectComponent.swift 0.00% <0.00%> (-86.36%) ⬇️
Sources/SecureStorage/SecureStorageScope.swift 0.00% <0.00%> (-82.45%) ⬇️
...servableObject/CardinalKit+ObservableObjects.swift 30.00% <0.00%> (-70.00%) ⬇️
... and 63 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b02f0da...a2e2de8. Read the comment docs.

@PSchmiedmayer PSchmiedmayer marked this pull request as ready for review December 19, 2022 07:12
@PSchmiedmayer PSchmiedmayer merged commit 3f99e61 into main Dec 19, 2022
@PSchmiedmayer PSchmiedmayer deleted the scheduler branch December 19, 2022 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant