snapshot schedule source data

This commit is contained in:
Yisroel Baum 2026-08-10 22:36:14 +03:00
parent 14fe2fcb46
commit f500bd6095
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
14 changed files with 84 additions and 87 deletions

View file

@ -45,7 +45,7 @@ const bibleLayout = {
const scheduleDetail = {
schedule: {
id: 73,
set: { id: 41, name: 'Bible' },
set: { name: 'Bible' },
elementKind: 'chapter',
startDate: '2026-08-10',
targetDate: '2026-08-12',
@ -55,8 +55,8 @@ const scheduleDetail = {
date: '2026-08-10',
assignments: [
{
id: 1,
element: {
id: 4,
name: 'Chapter 1',
kind: 'chapter',
path: ['Genesis', 'Creation', 'Chapter 1'],
@ -69,8 +69,8 @@ const scheduleDetail = {
date: '2026-08-12',
assignments: [
{
id: 2,
element: {
id: 5,
name: 'Chapter 1',
kind: 'chapter',
path: ['Exodus', 'Chapter 1'],
@ -213,7 +213,7 @@ describe('set scheduling', () => {
schedules: [
{
id: 73,
set: { id: 41, name: 'Bible' },
set: { name: 'Bible' },
elementKind: 'chapter',
startDate: '2026-08-10',
targetDate: '2026-08-12',