This project uses the Pega Platform API to describe and explore the case data models.
Frontend: React + Redux
Backend: Spring Boot + no database (pega settings and schemes will be stored in file system)
Run from directory for generating jar (/backend/build/libs/backend-*.jar)
./gradlew build
You can use the app in Docker running sh script (the syntax depends on the OS) after project building:
./Docker/build.sh
It will create docker image and container and run the last one.
-
Wide clipboard uses Pega API for getting work object data to show it as tree structure and detailed info about each property.
-
Clipboard Comparator can help you to compare different work objects highlighting the differences.
-
Clipboard Model tool allows you to build a diagram of dependencies between classes.
-
Data Model tool is a fully functional tool for managing the case data model. It can generate initial diagram from case.
- Use nosql database for managing case schemas/models (questionable)
- Small backend refactoring
- In Wide Clipboard tool property information from data model will be accessible.