diff --git a/.obsidian/plugins/hoarder-sync/data.json b/.obsidian/plugins/hoarder-sync/data.json index b4fb744..c273394 100644 --- a/.obsidian/plugins/hoarder-sync/data.json +++ b/.obsidian/plugins/hoarder-sync/data.json @@ -4,7 +4,7 @@ "syncFolder": "Hoarder", "attachmentsFolder": "Hoarder/attachments", "syncIntervalMinutes": 60, - "lastSyncTimestamp": 1777976677101, + "lastSyncTimestamp": 1777981409533, "updateExistingFiles": false, "excludeArchived": true, "onlyFavorites": false, diff --git a/01 Projects/3m-portal/3M OMG Portal.md b/01 Projects/3m-portal/3M OMG Portal.md index 4707b73..256cae8 100644 --- a/01 Projects/3m-portal/3M OMG Portal.md +++ b/01 Projects/3m-portal/3M OMG Portal.md @@ -10,7 +10,7 @@ url: http://localhost:3000 tags: [3m, one2edit, translation, proxy, nodejs] created: 2026-04-14 last_commit: 2026-05-05 -commits: 11 +commits: 12 port: 3000 --- @@ -188,6 +188,7 @@ Recent commits focus on: ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-05-05 | Live_v1 update | Version review, code integration, git push, PM2 deployment | Live_v1 project files, environment config | | 2026-05-05 | Login & security implementation | Add authentication page with email-based username, pass user credentials to load correct data, implement client ID validation | Auth.tsx, DataLoader.tsx, API integration | | 2026-05-05 | Login implementation | .env placeholders, admin credentials configuration, authentication flow | .env.example, project config files | | 2026-05-05 | Login page implementation | Review updated version, apply changes, push to origin/main | Live_v1 project files, git commits | diff --git a/99 Daily/2026-05-05.md b/99 Daily/2026-05-05.md index 0d1a272..606849f 100644 --- a/99 Daily/2026-05-05.md +++ b/99 Daily/2026-05-05.md @@ -95,3 +95,6 @@ tags: [daily] - 12:31 | `3m-portal` - **Asked:** Check and apply the updated Live_v1 version, push to git, and plan login page implementation with security for the 3M site client. - **Done:** Verified updated version, identified Paul's credentials (PaulJohns@oliver.agency, ID=9), and prepared to implement secure login with username passing for data loading. +- 12:45 (4min) | `3m-portal` + - **Asked:** Asked the developer to review and apply an updated version, push to git, and clarify deployment location + - **Done:** Reviewed updated version, applied changes to project, pushed to git, and identified deployment on PM2 server