snapshot schedule source data
This commit is contained in:
parent
14fe2fcb46
commit
f500bd6095
14 changed files with 84 additions and 87 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue