ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / api.annotate.dto / ListProject

ListProject

data class ListProject

View data class - all properties necessary to display project in list in the frontend

Constructors

Name Summary
<init> View data class - all properties necessary to display project in list in the frontendListProject(id: ProjectID, name: String, description: String = "", priority: Int)

Properties

Name Summary
description val description: String
id val id: ProjectID
name val name: String
priority val priority: Int