Docs
Ucode Docs - English
Ucode Docs - English
  • User Guide
    • Overview
      • Admin Panel
      • Quick-Start
        • Profile
          • Language
          • Profile setting
          • Log out
      • Glossary
    • Menu
      • Manage setting
      • AI chat
    • Table
      • Overview
      • Create Table
      • Edit & Delete Table
      • Table setting
        • Main Setting
        • Layout
    • Items
      • Create Items
      • Update Items
      • Delete Items
    • Field & Relation
      • Field
        • Overview
        • Create Field
        • Update Field
        • Delete Field
        • Setting Field
          • Schema
          • Validation
          • AutoFill
          • AutoFilter
          • Show & Hide
        • Field Type
          • Text Field
          • Number Field
          • Date Field
          • Dropdown Field
          • Toggle Field
          • Formula Field
          • Relation Field
          • Person Field
          • File Field
          • Map Field
          • Email Field
          • Password Field
          • Link Field
          • Button Field
          • Increment ID Field
          • JSON Field
          • International Phone Field
          • Icon Field
          • QR Field
          • Color Field
      • Relation
        • Overview Relation
        • Create Relation
        • Update Relation
        • Relation types
    • Views
      • Table View
        • Filter
        • Search
        • Fix Col's
        • Tab Group
        • Columns
        • Group
        • Import & Export
      • Calendar View
      • Timeline View
      • Board View
      • Tree View
      • Website View
    • Table Permission
      • RBAC
      • Autofilter
    • Setting
      • Project setting
      • Activity Log
  • Developer Guide
    • Getting Started
      • Introduction
      • Quick-Start
      • Architecture
      • Help & Support
    • Setting
      • Project Setting
      • Permission
      • Resources
      • API
      • Data
      • Code
      • Activity Log
    • API reference
      • Files
        • Folder upload
      • Invoke function
      • Items
        • Aggregation
        • Multiple insert
        • Multiple update
        • Upsert many
      • Auth
        • Forgot password
        • Login
          • With option
        • Logout
        • Refresh
        • Register
        • Reset password
        • Send code
Powered by GitBook
On this page
  • Table Columns
  • Filter Options
  • Additional Features
  • Use Case
  1. Developer Guide
  2. Setting

Activity Log

The Activity Log in the admin panel provides an overview of all actions performed within the system. It helps administrators track changes, user activities, and system modifications. Below is a detailed breakdown of the components:

Table Columns

1. Action: Indicates the type of action performed, such as:

• Delete menu (red): Removing a menu.

• Create item (green): Adding an item to a collection.

• Update view (orange): Modifying the view of a table or collection.

• Create field (green): Adding a new field to a table.

• Create menu (green): Adding a new menu.

• Create table (green): Creating a new table.

• Login (green): User login activities.

2. Collection: Specifies the collection or table where the action occurred, such as Menu, test-table, or User.

3. Action On: Displays the exact date and time the action was performed for auditing purposes.

4. Action By: Identifies the user or system role responsible for the action, such as taskmanager.

Filter Options

• Dropdown Filter: Allows filtering actions by their type, such as creating, deleting, or updating.

• Date Range Picker: Enables users to filter activities based on a specific date range. For example, activities between 01.11.2024 to 30.11.2024 can be displayed.

Additional Features

• Pagination: Located at the bottom, allowing users to navigate through multiple pages of logs.

• Count: Displays the total number of logs visible in the current view (currently showing 0 under Count).

Use Case

The Activity Log is useful for:

• Monitoring user and system activities for security and auditing.

• Identifying recent changes or updates to collections, menus, or fields.

• Debugging errors by reviewing the history of actions.

This feature provides a clear and detailed history of all modifications, ensuring accountability and transparency in system operations.

PreviousCodeNextAPI reference

Last updated 6 months ago