Log actions
Reference for the activity_log table's "action" field, which stores a description of the action made so the backend can interpret it and show the user.
Project Actions
project_added β A new project was created.
project_removed β An existing project was deleted.
project_added_image β An image was added to a project.
project_removed_image β An image was removed from a project.
project_edited_title β The title of a project was changed.
project_edited_description β The description of a project was changed.
project_added_user β A user was added to a project.
project_removed_user β A user was removed from a project.
project_added_label β A label was added to a project.
project_removed_label β A label was removed from a project.
project_user_assigned_label β A label was assigned to a user within a project.
project_user_removed_label β A label was unassigned from a user within a project.
project_task_assigned_label β A label was assigned to a task within the project.
project_task_removed_label β A label was removed from a task within the project.
Task Actions
task_created β A new task was created.
task_removed β A task was deleted.
task_edited_title β The task title was changed.
task_edited_description β The task description was updated.
task_edited_status β The task status was changed.
task_edited_duedate β The task due date was modified.
task_added_file β A file was attached to the task.
task_removed_file β A file was removed from the task.
task_added_comment β A comment was added to the task.
task_removed_comment β A comment was removed from the task.
task_comment_added_file β A file was attached to a task comment.
task_comment_removed_file β A file was removed from a task comment.
Microtask Actions
microtask_created β A microtask was created.
microtask_removed β A microtask was deleted.
microtask_edited_name β The name of a microtask was changed.
microtask_edited_description β The description of a microtask was updated.
microtask_edited_percentage β The completion percentage of a microtask was updated.
microtask_edited_status β The status of a microtask was updated.
microtask_assigned_user β A user was assigned to a microtask.
microtask_removed_user β A user was unassigned from a microtask.
microtask_added_comment β A comment was added to a microtask.
microtask_removed_comment β A comment was removed from a microtask.
microtask_comment_added_file β A file was attached to a microtask comment.
microtask_comment_removed_file β A file was removed from a microtask comment.
microtask_added_file β A file was attached directly to the microtask.
microtask_removed_file β A file was removed from the microtask.
microtask_added_duedate β A due date was set for the microtask.
microtask_removed_duedate β A due date was removed from the microtask.
Group Chat Actions
message_group_created β A group chat was created.
message_group_deleted β A group chat was deleted.
message_group_edited_name β The name of the group chat was edited.
message_group_added_image β An image was added to the group chat.
message_group_removed_image β The image was removed from the group chat.
message_group_added_member β A user was added to the group chat.
message_group_removed_member β A user was removed from the group chat.
message_group_added_description β A description was added to the group chat.
message_group_edited_description β The group chat description was edited.
message_group_removed_description β The group chat description was removed.
Login Actions
login_several_failed_attempts - A user tried to log in several times without success
login_user_successful - A user logged in succesfully
Registration Actions
registration_new_user - A user was registered succesfully
In the database enum types, they are stored like so:
Last updated