2025-03-Security-subsystem-part-1

0

Описание

Языки

  • Java95,4%
  • CSS3,8%
  • HTML0,8%
README.md

Jmix-pm demo application

Base Jmix Flow project with project management data model

This project contains:

  • Data model with Project, Task, TimeEntry, ProjectStatus, and User entities
  • TaskService - service that returns the least busy User
  • List and Detail views for JPA entities
  • Liquibase changelogs for init and fill data model - 3 Users, 2 Projects with 3 Tasks in each (6 Tasks in total), and demo data for TimeEntry entities

Project may be used as a basic Flow project for:

  • Security basic
  • Working with files in Jmix
  • Using Jmix Studio efficiently
  • Advanced deployment
  • Emailing in Jmix
  • Testing Jmix applications
  • and others