v1.0.0-beta3: Teams notifications, Excel formula preservation
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
nohup: ignoring input
|
||||
$ bun run server.ts
|
||||
[dotenv@17.2.3] injecting env (13) from ../secrets/.env -- tip: 🔄 add secrets lifecycle management: https://dotenvx.com/ops
|
||||
Job Creation with Excel Sync server running at http://localhost:4000
|
||||
Started development server: http://localhost:4000
|
||||
✓ Table cache initialized with 47 columns
|
||||
error: script "dev" was terminated by signal SIGTERM (Polite quit request)
|
||||
@@ -0,0 +1,44 @@
|
||||
nohup: ignoring input
|
||||
[dotenv@17.2.3] injecting env (13) from ../secrets/.env -- tip: 📡 add observability to secrets: https://dotenvx.com/ops
|
||||
Job Creation with Excel Sync server running at http://localhost:4000
|
||||
Started development server: http://localhost:4000
|
||||
✓ Table cache initialized with 47 columns
|
||||
✓ Created PocketBase record with Job_Number: 4764, ID: 99oq6cdykiuoy2y
|
||||
✓ Updated PB with calculated fields (Full Name, QB, Voxer, Codes)
|
||||
✓ Synced to Excel (pb_id: 99oq6cdykiuoy2y)
|
||||
✓ Excel row created
|
||||
[Post-Record Integration] Processing new job record: {
|
||||
jobNumber: "4764",
|
||||
jobName: "Again",
|
||||
recordId: "99oq6cdykiuoy2y",
|
||||
}
|
||||
[Post-Record Integration] Calculated job full name: Again - jlk - abs
|
||||
[Job Folder Integration] Creating main folder: 4764 - Again - jlk - abs
|
||||
[Job Folder Integration] Create folder response: {
|
||||
status: 201,
|
||||
folderId: "01SPNXLDT4VWRLN7EOKVCJBKYAUJD5WAZL",
|
||||
folderName: "4764 - Again - jlk - abs",
|
||||
}
|
||||
[Job Folder Integration] Creating subfolder: Managers Info
|
||||
[Job Folder Integration] Create subfolder response: {
|
||||
status: 201,
|
||||
subfolderId: "01SPNXLDWATR7EERSJTJAIF2BT3V5NBKDM",
|
||||
}
|
||||
[Job Folder Integration] Creating and uploading Manager Info document
|
||||
[Job Folder Integration] ✓ Manager Info document uploaded successfully
|
||||
[Job Folder Integration] Creating share link for main folder
|
||||
[Job Folder Integration] Share link response: {
|
||||
status: 201,
|
||||
hasLink: true,
|
||||
}
|
||||
[Job Folder Integration] ✓ Successfully created folder structure and share link
|
||||
[Job Folder Integration] Share link: https://czflex.sharepoint.com/:f:/s/Team/IgB8raK2_I5VRJCrAKJH2wMrAbVvY7DZ4ctPRR_40vi5mJs
|
||||
[Post-Record Integration] ✓ Folder creation successful
|
||||
[Post-Record Integration] Share link: https://czflex.sharepoint.com/:f:/s/Team/IgB8raK2_I5VRJCrAKJH2wMrAbVvY7DZ4ctPRR_40vi5mJs
|
||||
✓ Folder created and share link captured: https://czflex.sharepoint.com/:f:/s/Team/IgB8raK2_I5VRJCrAKJH2wMrAbVvY7DZ4ctPRR_40vi5mJs
|
||||
📁 Open folder: https://czflex.sharepoint.com/:f:/s/Team/IgB8raK2_I5VRJCrAKJH2wMrAbVvY7DZ4ctPRR_40vi5mJs
|
||||
✓ Updated Excel Job_Folder_Link for pb_id: 99oq6cdykiuoy2y
|
||||
✓ Updated PB with folder link, due date counter (static), and active (boolean)
|
||||
[Teams Webhook] Sending notification for Job 4764
|
||||
⚠️ Teams notification failed: 400 Bad Request
|
||||
Response: Summary or Text is required.
|
||||
Reference in New Issue
Block a user