vault backup: 2026-05-14 15:54:20
This commit is contained in:
parent
f413a514a6
commit
5a29ccc9bc
2 changed files with 8 additions and 0 deletions
|
|
@ -217,6 +217,10 @@ npm run build
|
|||
| 2026-03-16 | Fix LlamaParse 401 + update logo to v5 |
|
||||
|
||||
## Sessions
|
||||
### 2026-05-14 – Asked | Show grey placeholder text
|
||||
**Asked:** Asked | Show grey placeholder text for Workfront Campaign ID field and remove validation warning
|
||||
**Done:** Done | Removed error validation logic, updated placeholder text to "WF1234567", and cleaned up unused error state declaration
|
||||
|
||||
### 2026-05-14 – Fix 500 error and document processing
|
||||
**Asked:** Fix 500 error and document processing failure on modcomms knowledge base.
|
||||
**Done:** Debugged and resolved server-side issue preventing document uploads from being processed.
|
||||
|
|
@ -240,6 +244,7 @@ npm run build
|
|||
## Change Log
|
||||
| Date | Requested | Changed | Files |
|
||||
|------|-----------|---------|-------|
|
||||
| 2026-05-14 | Create New Campaign modal | Remove validation function, remove error state, update placeholder text | CreateNewCampaignModal.tsx |
|
||||
| 2026-05-14 | Debugging Wizard skill | Server configuration, error handling, document processor | modcomms backend files, server logs |
|
||||
| 2026-05-14 | Rename Legal Agent | Text labels in PDF export, Campaign page, Knowledgebase | PDFExport.tsx, CampaignPage.tsx, Knowledgebase.tsx |
|
||||
| 2026-04-15 | Logo replacement, deployment scripts | Added deploy-dev.sh with sudo docker compose and dev port 8001, configured git pull workflow | deploy-dev.sh, deploy.sh |
|
||||
|
|
|
|||
|
|
@ -29,3 +29,6 @@ tags: [daily]
|
|||
- 15:51 (5min) | `modcomms`
|
||||
- **Asked:** Fix 500 error and document processing failure on modcomms knowledge base.
|
||||
- **Done:** Debugged and resolved server-side issue preventing document uploads from being processed.
|
||||
- 15:53 (<1min) | `modcomms`
|
||||
- **Asked:** Asked | Show grey placeholder text for Workfront Campaign ID field and remove validation warning
|
||||
- **Done:** Done | Removed error validation logic, updated placeholder text to "WF1234567", and cleaned up unused error state declaration
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue