backend Schedule

This commit is contained in:
2024-04-07 14:33:51 +02:00
parent 9937a7db39
commit aa3e1cb868
19 changed files with 662 additions and 8 deletions

View File

@ -1,7 +1,12 @@
<script setup>
import { ref } from 'vue'
import {getDifferenceTime,lastDateOfMonth,formatDate,getFirstDay,sortByDate,matrixFromList,sundayToTheEnd,getMarginTop,getHoursMinutes, monthFromList} from '../schedule.js'
import {getDifferenceTime,lastDateOfMonth,formatDate,getFirstDay,sortByDate,matrixFromList,sundayToTheEnd,getMarginTop,getHoursMinutes, monthFromList} from '../scheduleFunctions.js'
import {getAllSchedule} from "@/rest/scheduleRest.js";
const test = await getAllSchedule();
console.log(test);
const schedule = [
{
course:{