Skip to content

Instantly share code, notes, and snippets.

------------
root
----------------
# CLAUDE.md
Monorepo for Talkadot — a speaker feedback, lead generation, and event planning platform.
## Services
| Service | Dir | Port |
@amaule77
amaule77 / controllers.coffee
Created October 5, 2015 00:18
Some files from JS Basic Framework (April 2014)
do (window) ->
class BaseController
_updateModelCollections: (recordData)->
for collectionName, records of recordData
ModelAdapter[collectionName].add records
_defaultErrorMsg: ->
alert("Out of sync refresh page")