2025-04-Emailing-and-Full-text-Search
Описание
Языки
- Java92,7%
- CSS5,2%
- HTML1,3%
- FreeMarker0,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