marklogic-community / eauser-geomapper

TEACUP: MarkLogic-based visualization of where early access users are from

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update task overwrites submitted content

dmcassel opened this issue · comments

Both "features" and "customNotes" are inside of "fullDetails". The current update process overwrites fullDetails when it gets data from Marketo.

Thanks. Other question still stands as you dig in - how does the data model work, is the update tied to an EA Version-specific Customer record? Such as EA2-Kasey may have Optic marked but EA3-Kasey would not necessarily?

As it stands, the customNotes thing is a single thing, not based on who wrote it or what version it's tied to. If you'd like to see changes, please do file that.

Nope no change right now just trying to understand behavior for searchability. is it a separate document?

The note is part of the user doc.

Ohh. I wasn't asking about Kasey as a TEACUP user but as a EA customer. Like is each EA user 1 record "Employee X from Company ABC" or could an EA user by many records:

  • "Employee X from Company ABC - EA1 version"
  • "Employee X from Company ABC - EA2 version"

fixed & deployed

Each user document in the database has a property listing versions:

ea_versions: ['EA2', 'EA3']

Each EA account becomes one document in TEACUP's database.