Activities

Action
Record
Actor
Created At
{
  "actor_type": "User",
  "actor_id": 10,
  "action": "demo/journal.show",
  "actor_display_name": "max@synthmax.dk",
  "record_display_name": "Confidential Musings",
  "payloads": [
    {
      "relation": "self",
      "record_type": "Demo::Journal",
      "record_id": 1,
      "attrs": {
        "title": "Confidential Musings",
        "body": "I have some confidential musings to share about my life. Please keep them between us.",
        "state": "pending",
        "public_attrs": {
          "title": "Confidential Musings"
        }
      },
      "route": "demo/journals/:id",
      "record_display_name": "Confidential Musings",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "title": "Confidential Musings"
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "User",
      "record_id": null,
      "attrs": {
        "first_name": "Translation missing: en.loggable_activity.activity.deleted",
        "last_name": "Translation missing: en.loggable_activity.activity.deleted",
        "age": "Translation missing: en.loggable_activity.activity.deleted",
        "email": "Translation missing: en.loggable_activity.activity.deleted",
        "user_type": "Translation missing: en.loggable_activity.activity.deleted"
      },
      "route": "",
      "record_display_name": "Translation missing: en.loggable_activity.activity.deleted",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
        "first_name": "Freddie"
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "User",
      "record_id": 8,
      "attrs": {
        "first_name": "Prince",
        "last_name": "Rogers Nelson",
        "age": "57",
        "email": "prince@example.com",
        "user_type": "Patient",
        "public_attrs": {
          "first_name": "Prince"
        }
      },
      "route": "/demo/users/:id",
      "record_display_name": "Prince Rogers Nelson",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "first_name": "Prince"
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 10,
  "action": "user.create",
  "actor_display_name": "max@synthmax.dk",
  "record_display_name": "John Doe",
  "payloads": [
    {
      "relation": "self",
      "record_type": "User",
      "record_id": 11,
      "attrs": {
        "first_name": "John",
        "last_name": "Doe",
        "age": "44",
        "email": "john@example.com",
        "user_type": "Patient",
        "public_attrs": {
          "first_name": "John"
        }
      },
      "route": "/demo/users/:id",
      "record_display_name": "John Doe",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "first_name": "John"
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Address",
      "record_id": 1,
      "attrs": {
        "street": "Ice Hotel, Marknadsvägen 63",
        "postal_code": "981 91",
        "public_attrs": {
        }
      },
      "route": "/demo/addresses/:id",
      "record_display_name": "Ice Hotel, Marknadsvägen 63 981 91 - Jukkasjärvi",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Club",
      "record_id": 1,
      "attrs": {
        "name": "Electric Oasis Club",
        "public_attrs": {
        }
      },
      "route": "/demo/clubs/:id",
      "record_display_name": "Electric Oasis Club",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 10,
  "action": "user.sign_up",
  "actor_display_name": "max@synthmax.dk",
  "record_display_name": "Max Grønlund",
  "payloads": [
    {
      "relation": "self",
      "record_type": "User",
      "record_id": 10,
      "attrs": {
        "first_name": "Max",
        "last_name": "Grønlund",
        "age": "",
        "email": "max@synthmax.dk",
        "user_type": "Patient",
        "public_attrs": {
          "first_name": "Max"
        }
      },
      "route": "/demo/users/:id",
      "record_display_name": "Max Grønlund",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "first_name": "Max"
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 9,
  "action": "user.sign_up",
  "actor_display_name": "max@example.com",
  "record_display_name": "Max Greenfield",
  "payloads": [
    {
      "relation": "self",
      "record_type": "User",
      "record_id": 9,
      "attrs": {
        "first_name": "Max",
        "last_name": "Greenfield",
        "age": "57",
        "email": "max@example.com",
        "user_type": "Admin",
        "public_attrs": {
          "first_name": "Max"
        }
      },
      "route": "/demo/users/:id",
      "record_display_name": "Max Greenfield",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "first_name": "Max"
      }
    },
    {
      "relation": "has_one",
      "record_type": "Demo::UserProfile",
      "record_id": 9,
      "attrs": {
        "sex": "Male",
        "religion": "Christianity",
        "public_attrs": {
          "sex": "Male"
        }
      },
      "route": null,
      "record_display_name": "Demo::UserProfile#",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
        "sex": "Male"
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Address",
      "record_id": 1,
      "attrs": {
        "street": "Ice Hotel, Marknadsvägen 63",
        "postal_code": "981 91",
        "public_attrs": {
        }
      },
      "route": "/demo/addresses/:id",
      "record_display_name": "Ice Hotel, Marknadsvägen 63 981 91 - Jukkasjärvi",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Club",
      "record_id": 4,
      "attrs": {
        "name": "Mystic Fusion Lounge",
        "public_attrs": {
        }
      },
      "route": "/demo/clubs/:id",
      "record_display_name": "Mystic Fusion Lounge",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 8,
  "action": "user.sign_up",
  "actor_display_name": "prince@example.com",
  "record_display_name": "Prince Rogers Nelson",
  "payloads": [
    {
      "relation": "self",
      "record_type": "User",
      "record_id": 8,
      "attrs": {
        "first_name": "Prince",
        "last_name": "Rogers Nelson",
        "age": "57",
        "email": "prince@example.com",
        "user_type": "Patient",
        "public_attrs": {
          "first_name": "Prince"
        }
      },
      "route": "/demo/users/:id",
      "record_display_name": "Prince Rogers Nelson",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "first_name": "Prince"
      }
    },
    {
      "relation": "has_one",
      "record_type": "Demo::UserProfile",
      "record_id": 8,
      "attrs": {
        "sex": "Male",
        "religion": "Jehovah's Witness",
        "public_attrs": {
          "sex": "Male"
        }
      },
      "route": null,
      "record_display_name": "Demo::UserProfile#",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
        "sex": "Male"
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Address",
      "record_id": 8,
      "attrs": {
        "street": "Machu Picchu",
        "postal_code": "08680",
        "public_attrs": {
        }
      },
      "route": "/demo/addresses/:id",
      "record_display_name": "Machu Picchu 08680 - Aguas Calientes",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Club",
      "record_id": 4,
      "attrs": {
        "name": "Mystic Fusion Lounge",
        "public_attrs": {
        }
      },
      "route": "/demo/clubs/:id",
      "record_display_name": "Mystic Fusion Lounge",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 7,
  "action": "user.sign_up",
  "actor_display_name": "Translation missing: en.loggable.activity.deleted",
  "record_display_name": "Translation missing: en.loggable_activity.activity.deleted",
  "payloads": [
    {
      "relation": "self",
      "record_type": "User",
      "record_id": null,
      "attrs": {
        "first_name": "Translation missing: en.loggable_activity.activity.deleted",
        "last_name": "Translation missing: en.loggable_activity.activity.deleted",
        "age": "Translation missing: en.loggable_activity.activity.deleted",
        "email": "Translation missing: en.loggable_activity.activity.deleted",
        "user_type": "Translation missing: en.loggable_activity.activity.deleted"
      },
      "route": "",
      "record_display_name": "Translation missing: en.loggable_activity.activity.deleted",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "first_name": "David"
      }
    },
    {
      "relation": "has_one",
      "record_type": "Demo::UserProfile",
      "record_id": 7,
      "attrs": {
        "sex": "Translation missing: en.loggable_activity.activity.deleted",
        "religion": "Translation missing: en.loggable_activity.activity.deleted"
      },
      "route": null,
      "record_display_name": "Demo::UserProfile#",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
        "sex": "Male"
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Address",
      "record_id": 7,
      "attrs": {
        "street": "Eiffel Tower",
        "postal_code": "75007",
        "public_attrs": {
        }
      },
      "route": "/demo/addresses/:id",
      "record_display_name": "Eiffel Tower 75007 - Paris",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Club",
      "record_id": 4,
      "attrs": {
        "name": "Mystic Fusion Lounge",
        "public_attrs": {
        }
      },
      "route": "/demo/clubs/:id",
      "record_display_name": "Mystic Fusion Lounge",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 6,
  "action": "user.sign_up",
  "actor_display_name": "Translation missing: en.loggable.activity.deleted",
  "record_display_name": "Translation missing: en.loggable_activity.activity.deleted",
  "payloads": [
    {
      "relation": "self",
      "record_type": "User",
      "record_id": null,
      "attrs": {
        "first_name": "Translation missing: en.loggable_activity.activity.deleted",
        "last_name": "Translation missing: en.loggable_activity.activity.deleted",
        "age": "Translation missing: en.loggable_activity.activity.deleted",
        "email": "Translation missing: en.loggable_activity.activity.deleted",
        "user_type": "Translation missing: en.loggable_activity.activity.deleted"
      },
      "route": "",
      "record_display_name": "Translation missing: en.loggable_activity.activity.deleted",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "first_name": "Freddie"
      }
    },
    {
      "relation": "has_one",
      "record_type": "Demo::UserProfile",
      "record_id": 6,
      "attrs": {
        "sex": "Translation missing: en.loggable_activity.activity.deleted",
        "religion": "Translation missing: en.loggable_activity.activity.deleted"
      },
      "route": null,
      "record_display_name": "Demo::UserProfile#",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
        "sex": "Male"
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Address",
      "record_id": 6,
      "attrs": {
        "street": "The Great Wall of China",
        "postal_code": "100006",
        "public_attrs": {
        }
      },
      "route": "/demo/addresses/:id",
      "record_display_name": "The Great Wall of China 100006 - Beijing",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Club",
      "record_id": 4,
      "attrs": {
        "name": "Mystic Fusion Lounge",
        "public_attrs": {
        }
      },
      "route": "/demo/clubs/:id",
      "record_display_name": "Mystic Fusion Lounge",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 5,
  "action": "user.sign_up",
  "actor_display_name": "elvis@example.com",
  "record_display_name": "Elvis Presley",
  "payloads": [
    {
      "relation": "self",
      "record_type": "User",
      "record_id": 5,
      "attrs": {
        "first_name": "Elvis",
        "last_name": "Presley",
        "age": "42",
        "email": "elvis@example.com",
        "user_type": "Patient",
        "public_attrs": {
          "first_name": "Elvis"
        }
      },
      "route": "/demo/users/:id",
      "record_display_name": "Elvis Presley",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "first_name": "Elvis"
      }
    },
    {
      "relation": "has_one",
      "record_type": "Demo::UserProfile",
      "record_id": 5,
      "attrs": {
        "sex": "Male",
        "religion": "Christianity",
        "public_attrs": {
          "sex": "Male"
        }
      },
      "route": null,
      "record_display_name": "Demo::UserProfile#",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
        "sex": "Male"
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Address",
      "record_id": 5,
      "attrs": {
        "street": "Pyramid of Giza",
        "postal_code": "12588",
        "public_attrs": {
        }
      },
      "route": "/demo/addresses/:id",
      "record_display_name": "Pyramid of Giza 12588 - Giza",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Club",
      "record_id": 3,
      "attrs": {
        "name": "Starlight Jazz Café",
        "public_attrs": {
        }
      },
      "route": "/demo/clubs/:id",
      "record_display_name": "Starlight Jazz Café",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 4,
  "action": "user.sign_up",
  "actor_display_name": "jim@example.com",
  "record_display_name": "Jim Morrison",
  "payloads": [
    {
      "relation": "self",
      "record_type": "User",
      "record_id": 4,
      "attrs": {
        "first_name": "Jim",
        "last_name": "Morrison",
        "age": "27",
        "email": "jim@example.com",
        "user_type": "Doctor",
        "public_attrs": {
          "first_name": "Jim"
        }
      },
      "route": "/demo/users/:id",
      "record_display_name": "Jim Morrison",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "first_name": "Jim"
      }
    },
    {
      "relation": "has_one",
      "record_type": "Demo::UserProfile",
      "record_id": 4,
      "attrs": {
        "sex": "Male",
        "religion": "Atheist",
        "public_attrs": {
          "sex": "Male"
        }
      },
      "route": null,
      "record_display_name": "Demo::UserProfile#",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
        "sex": "Male"
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Address",
      "record_id": null,
      "attrs": {
        "street": "Translation missing: en.loggable_activity.activity.deleted",
        "postal_code": "Translation missing: en.loggable_activity.activity.deleted"
      },
      "route": "",
      "record_display_name": "Translation missing: en.loggable_activity.activity.deleted",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Club",
      "record_id": 2,
      "attrs": {
        "name": "Sapphire Moon Lounge",
        "public_attrs": {
        }
      },
      "route": "/demo/clubs/:id",
      "record_display_name": "Sapphire Moon Lounge",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 3,
  "action": "user.sign_up",
  "actor_display_name": "janis@example.com",
  "record_display_name": "Janis Joplin",
  "payloads": [
    {
      "relation": "self",
      "record_type": "User",
      "record_id": 3,
      "attrs": {
        "first_name": "Janis",
        "last_name": "Joplin",
        "age": "27",
        "email": "janis@example.com",
        "user_type": "Patient",
        "public_attrs": {
          "first_name": "Janis"
        }
      },
      "route": "/demo/users/:id",
      "record_display_name": "Janis Joplin",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "first_name": "Janis"
      }
    },
    {
      "relation": "has_one",
      "record_type": "Demo::UserProfile",
      "record_id": 3,
      "attrs": {
        "sex": "Female",
        "religion": "Christianity",
        "public_attrs": {
          "sex": "Female"
        }
      },
      "route": null,
      "record_display_name": "Demo::UserProfile#",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
        "sex": "Female"
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Address",
      "record_id": 3,
      "attrs": {
        "street": "Santorini, Thera 847 00",
        "postal_code": "847 00",
        "public_attrs": {
        }
      },
      "route": "/demo/addresses/:id",
      "record_display_name": "Santorini, Thera 847 00 847 00 - Santorini",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Club",
      "record_id": 1,
      "attrs": {
        "name": "Electric Oasis Club",
        "public_attrs": {
        }
      },
      "route": "/demo/clubs/:id",
      "record_display_name": "Electric Oasis Club",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 2,
  "action": "user.sign_up",
  "actor_display_name": "jimi@example.com",
  "record_display_name": "Jimi Hendrix",
  "payloads": [
    {
      "relation": "self",
      "record_type": "User",
      "record_id": 2,
      "attrs": {
        "first_name": "Jimi",
        "last_name": "Hendrix",
        "age": "27",
        "email": "jimi@example.com",
        "user_type": "Patient",
        "public_attrs": {
          "first_name": "Jimi"
        }
      },
      "route": "/demo/users/:id",
      "record_display_name": "Jimi Hendrix",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "first_name": "Jimi"
      }
    },
    {
      "relation": "has_one",
      "record_type": "Demo::UserProfile",
      "record_id": 2,
      "attrs": {
        "sex": "Male",
        "religion": "Buddhist",
        "public_attrs": {
          "sex": "Male"
        }
      },
      "route": null,
      "record_display_name": "Demo::UserProfile#",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
        "sex": "Male"
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Address",
      "record_id": 2,
      "attrs": {
        "street": "The Palace of Versailles",
        "postal_code": "78000",
        "public_attrs": {
        }
      },
      "route": "/demo/addresses/:id",
      "record_display_name": "The Palace of Versailles 78000 - Versailles",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Club",
      "record_id": 1,
      "attrs": {
        "name": "Electric Oasis Club",
        "public_attrs": {
        }
      },
      "route": "/demo/clubs/:id",
      "record_display_name": "Electric Oasis Club",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 1,
  "action": "user.sign_up",
  "actor_display_name": "kurt@example.com",
  "record_display_name": "Kurt Cobain",
  "payloads": [
    {
      "relation": "self",
      "record_type": "User",
      "record_id": 1,
      "attrs": {
        "first_name": "Kurt",
        "last_name": "Cobain",
        "age": "27",
        "email": "kurt@example.com",
        "user_type": "Patient",
        "public_attrs": {
          "first_name": "Kurt"
        }
      },
      "route": "/demo/users/:id",
      "record_display_name": "Kurt Cobain",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "first_name": "Kurt"
      }
    },
    {
      "relation": "has_one",
      "record_type": "Demo::UserProfile",
      "record_id": 1,
      "attrs": {
        "sex": "Male",
        "religion": "Atheist",
        "public_attrs": {
          "sex": "Male"
        }
      },
      "route": null,
      "record_display_name": "Demo::UserProfile#",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
        "sex": "Male"
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Address",
      "record_id": 1,
      "attrs": {
        "street": "Ice Hotel, Marknadsvägen 63",
        "postal_code": "981 91",
        "public_attrs": {
        }
      },
      "route": "/demo/addresses/:id",
      "record_display_name": "Ice Hotel, Marknadsvägen 63 981 91 - Jukkasjärvi",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Club",
      "record_id": 1,
      "attrs": {
        "name": "Electric Oasis Club",
        "public_attrs": {
        }
      },
      "route": "/demo/clubs/:id",
      "record_display_name": "Electric Oasis Club",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    }
  ]
}