Project Screen View Model
class ProjectScreenViewModel(projectId: String) : BaseProjectViewModel, BaseProjectViewModel.ProjectDeleter, NotesManager
The ProjectScreenViewModel provides the methods to display and operate on a com.tecknobit.pandoro.ui.screens.projects.data.Project item
Author
N7ghtm4r3 - Tecknobit
Parameters
project Id
The identifier of the group to display
See also
Properties
Functions
Link copied to clipboard
Method to check whether the updateStatusesFilters are set
Link copied to clipboard
Method to arrange The updates list applying the filters
Link copied to clipboard
Method to clear the filters and set it as the default
Link copied to clipboard
Method to delete a note
Link copied to clipboard
Method to delete a project
Link copied to clipboard
Method to delete an update
Link copied to clipboard
Method to manage the status of the note
Link copied to clipboard
Method to manage the values in the updateStatusesFilters list
Link copied to clipboard
Method to publish an update, so set its status on UpdateStatus.PUBLISHED
Link copied to clipboard
Method to retrieve the data of a Project
Link copied to clipboard
Method to start an update, so set its status on UpdateStatus.IN_DEVELOPMENT