You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/02/19 12:47:40 UTC

[GitHub] [incubator-dolphinscheduler] zhuangchong opened a new issue #4813: [Feature][API] Division of entity classes (VO, DO)

zhuangchong opened a new issue #4813:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4813


   **Describe the feature**
   Division of entity classes (VO, DO)
   
   VO corresponds to the data that needs to be displayed on the page (forms), and DO corresponds to the data stored in the database (tables)
   
   Problems Solved:
   1. Unneeded fields will also be passed to the front-end page, which not only increases the amount of data transmission, but also may have security problems.
   2. Some fields need to be converted but cannot be supported.
   3. Some fields need to be displayed but do not want to appear in the database
   , etc.
   
   ---
   *mailing list:*
   
   
   ---
   *task:*
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org