Skip to content

Archive Trac dn pull

madscatt edited this page Jun 20, 2026 · 1 revision

Dn Pull

Legacy Trac archive page imported from dn_pull. Source: https://genapp.rocks/wiki/wiki/dn_pull. Review age, links, and examples before treating as current.

"pull" mechanism

  • pull provides a means for data to be pulled from the server to populate the user interface

  • e.g. project list

  • "pull" : "tag" in a module field will query the mongo db and populate the info, this is all currently relative to the current user.

  • tag = "a:b:c" will pull field "val" from the user from a user data of a : { b : { c : val }}

    • val could also be an array (e.g. projects)

issues

  • currently not working with repeaters
    • tj undefined in debugging console (?)
    • possibly load all pulls in one call even if under repeater

Clone this wiki locally