...
All the screen has been developed using the new-UI structure followed previously in FSM and PGR.
The link path for the Create Property Main Index is given below, it can be used to understand the starting point of the flow:
https://github.com/egovernments/digit/DIGIT-Dev/frontend/micro-ui/web/micro-ui-internals/blob/development/packages/modules/pt/src/pages/citizen/Create/index.js
PT (Property Tax) Module has been segregated into a specified structure, All the screen configuration is inside PageComponent Folder, and the configuration for routing of the pages are mentioned under config folder which is common for both Citizen as well as Employee. Below is the snippet for folder structure and routing configuration.
...
After completing the flow the user can download the acknowledgement PDF form of the property created and the config for the PDF generation can be found in the link given below:
https://github.com/egovernments/digit/DIGIT-Dev/frontend/micro-ui/web/micro-ui-internals/blob/development/packages/modules/pt/src/getPTAcknowledgementData.js
...