mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-12-01 06:55:45 +01:00
using cp for plans
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
// frontend/src/services/scheduling.ts/scheduling.ts
|
||||
|
||||
import { Employee, EmployeeAvailability } from '../models/Employee';
|
||||
import { ScheduledShift, ShiftPlan } from '../models/ShiftPlan';
|
||||
import { shiftAssignmentService } from './shiftAssignmentService';
|
||||
@@ -2,7 +2,7 @@
|
||||
import { ShiftPlan, ScheduledShift } from '../models/ShiftPlan';
|
||||
import { Employee, EmployeeAvailability } from '../models/Employee';
|
||||
import { authService } from './authService';
|
||||
import { IntelligentShiftScheduler, AssignmentResult, WeeklyPattern } from './scheduling';
|
||||
import { IntelligentShiftScheduler, AssignmentResult, WeeklyPattern } from '../hooks/useScheduling';
|
||||
import { isScheduledShift } from '../models/helpers';
|
||||
|
||||
const API_BASE_URL = 'http://localhost:3002/api/scheduled-shifts';
|
||||
|
||||
Reference in New Issue
Block a user