Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

feat: add schedules #51

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat: add schedules #51

wants to merge 1 commit into from

Conversation

Tylertron1998
Copy link
Collaborator

todo:

  • add scheduling service
  • add queueing service
  • add grpc interactivity
  • add data models for the database
  • write tests

@@ -0,0 +1,17 @@
using Schedules.Services;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kyranet how do we feel about top level Program.cs? Should I move this over to the older method; as with the rest of the services; or should we move the other services to using top level Program.cs?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do so for all the other services, this is godlike.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

noted, that can be done easily in a seperate PR (:

@codecov
Copy link

codecov bot commented Dec 31, 2021

Codecov Report

Merging #51 (465751d) into main (9744174) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #51   +/-   ##
=======================================
  Coverage   99.64%   99.64%           
=======================================
  Files           7        7           
  Lines         279      279           
=======================================
  Hits          278      278           
  Misses          1        1           

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 9744174...465751d. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants