Skip to content

Instantly share code, notes, and snippets.

@majoess
Created October 3, 2023 18:11
Show Gist options
  • Save majoess/6aa6ceec911a5659d17b13e7d046f329 to your computer and use it in GitHub Desktop.
Save majoess/6aa6ceec911a5659d17b13e7d046f329 to your computer and use it in GitHub Desktop.
const vorlageAllInclusive = {
project: {
name: 'All-Inclusive',
description: 'Wir helfen dir, deine eigene Modemarke nach deiner eigenen Vision zu gründen.',
users: '',
tags: 'Paket, 2023',
startDate: new Date().toISOString().split('T')[0], // Standard auf heute setzen
},
milestones: [{
name: 'Kickoff Meeting',
dueAfterDays: '7',
completed: false,
tasks: [{
name: 'Meeting gebucht',
description: 'Bitte buche dir ein Meeting mit uns. Den Link findest du in der E-Mail von miro@flemke-paetkau.de',
istErledigt: false,
},
{
name: 'Inhalte hochladen',
description: 'Wir haben dir ebenfalls einen Drive-Link geschickt. Lade dort alle Inhalte hoch, die wir für deine Modemarke benötigen',
istErledigt: false,
},
]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment