dignite-projects / dignite-abp

Adding to the ecology of the ABP framework: Adds notification system, dynamic forms module, file manager, Pure Theme, and other enhancements.
http://dignite.com/dignite-abp
GNU Lesser General Public License v3.0
54 stars 13 forks source link

Adding a Data Dictionary Module #36

Closed duguankui closed 11 months ago

duguankui commented 11 months ago

In the implementation of the Data Dictionary module, we aim for administrators to flexibly configure data items originally defined in enums. This not only includes the configuration of basic data items but also involves richer data styles, such as visual color selection, allowing administrators to choose colors in a more intuitive way. Additionally, we want to support more complex data structures, such as multi-level data selection.

Summary of Functional Requirements:

Flexible Configuration of Data Items: Implement the ability for administrators to easily configure data items originally defined in enums, providing greater flexibility for the system.

Visual Color Selection: Support the use of visual methods for selecting colors in the data dictionary, making color configuration more intuitive.

Multi-level Data Selection: Provide support for the selection and configuration of multi-level data, meeting the requirements of more complex data structures.

Additional Notes:

In addition to the basic functional requirements, we also believe that allowing multiple configurations in both system-level and tenant-level data dictionaries would be a beneficial addition, providing greater flexibility and customization in configurations.

Thank you for your attention and support. We look forward to delivering these enhanced features for Dignite.Abp in future releases.

duguankui commented 11 months ago

Although the data dictionary module has been completed, but considering the lack of multi-language features of the data dictionary created by the user online, as well as the function is relatively weak, it was decided to remove it.