This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ------------ | |
| root | |
| ---------------- | |
| # CLAUDE.md | |
| Monorepo for Talkadot — a speaker feedback, lead generation, and event planning platform. | |
| ## Services | |
| | Service | Dir | Port | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| do (window) -> | |
| class BaseController | |
| _updateModelCollections: (recordData)-> | |
| for collectionName, records of recordData | |
| ModelAdapter[collectionName].add records | |
| _defaultErrorMsg: -> | |
| alert("Out of sync refresh page") |