ChangeReport

UMLDataType
Skill Seekers :: skill_seekers :: Sync :: ChangeReport

Description

Aggregated report of all changes detected during a sync check, categorizing pages as added, modified, deleted, or unchanged.

Attributes

Visibility Name Type Description
public skill_name: str none
public total_pages: int none
public added: list[PageChange] none
public modified: list[PageChange] none
public deleted: list[PageChange] none
public unchanged: int none
public checked_at: datetime none

Operations

Visibility Name Description
public has_changes(): bool()
public change_count(): int()

Properties

Name Value
name ChangeReport
stereotype null
visibility public
isAbstract false
isFinalSpecialization false
isLeaf false

Dependants

Relationships

Diagrams