Overview

@Serializable
data class Overview(val totalProjects: OverviewStatsItem, val totalUpdates: OverviewStatsItem, val updatesScheduled: OverviewFullStatsItem, val updatesInDevelopment: OverviewFullStatsItem, val updatesPublished: OverviewFullStatsItem, val developmentDays: OverviewStatsItem, val averageDevelopmentDays: OverviewStatsItem, val bestPersonalPerformanceProject: ProjectPerformanceStats? = null, val worstPersonalPerformanceProject: ProjectPerformanceStats? = null, val bestGroupPerformanceProject: ProjectPerformanceStats? = null, val worstGroupPerformanceProject: ProjectPerformanceStats? = null)

The Overview data class allow to represent a overview data

Author

N7ghtm4r3 - Tecknobit

Constructors

Link copied to clipboard
constructor(totalProjects: OverviewStatsItem, totalUpdates: OverviewStatsItem, updatesScheduled: OverviewFullStatsItem, updatesInDevelopment: OverviewFullStatsItem, updatesPublished: OverviewFullStatsItem, developmentDays: OverviewStatsItem, averageDevelopmentDays: OverviewStatsItem, bestPersonalPerformanceProject: ProjectPerformanceStats? = null, worstPersonalPerformanceProject: ProjectPerformanceStats? = null, bestGroupPerformanceProject: ProjectPerformanceStats? = null, worstGroupPerformanceProject: ProjectPerformanceStats? = null)

Properties

Link copied to clipboard

The statistic about the average development days of the com.tecknobit.pandoro.localUser

Link copied to clipboard

The statistic about the best group project of the com.tecknobit.pandoro.localUser

Link copied to clipboard

The statistic about the best personal project of the com.tecknobit.pandoro.localUser

Link copied to clipboard

The statistic about the total development days of the com.tecknobit.pandoro.localUser

Link copied to clipboard

The statistic about the total project of the com.tecknobit.pandoro.localUser

Link copied to clipboard

The statistic about the total updates of the com.tecknobit.pandoro.localUser

Link copied to clipboard

The statistic about the updates in development of the com.tecknobit.pandoro.localUser

Link copied to clipboard

The statistic about the updates published of the com.tecknobit.pandoro.localUser

Link copied to clipboard

The statistic about the updates scheduled of the com.tecknobit.pandoro.localUser

Link copied to clipboard

The statistic about the worst group project of the com.tecknobit.pandoro.localUser

Link copied to clipboard

The statistic about the worst personal project of the com.tecknobit.pandoro.localUser

Functions

Link copied to clipboard

Method to obtain the list of the stats about the updates