Removed console logging for hold date and added display of daily and weekly part changes (completed and projected).
This commit is contained in:
@ -21,4 +21,7 @@ public interface IScrapeDatabaseRepository
|
||||
public DateTime GetQuarterStartDate();
|
||||
public List<HoldLot> GetCurrentHoldLots();
|
||||
public List<string> GetCurrentHotWORunning();
|
||||
public List<ScheduledEvent> GetScheduledEvents(string startDate, string endDate);
|
||||
public List<ReactorPSNWORuns> GetReactorPartChanges(string startDate, string endDate);
|
||||
public List<ReactorPSNWORuns> GetProjectedPartChanges(string startDate, string endDate);
|
||||
}
|
Reference in New Issue
Block a user