feat: Update task and project ID formats, add populateSeedData function, and enhance user ID handling

This commit is contained in:
2024-11-23 17:19:09 +02:00
parent 5f9ee29c8d
commit 14284e1d35
21 changed files with 1299 additions and 118 deletions

View File

@@ -14,7 +14,7 @@ export const handler = async (event: any): Promise<any> => {
try {
const newProject = {
category: "projects",
projectId: `project#${uuidv4()}`,
projectId: `project_${uuidv4()}`,
name,
description,
startDate,