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 2022/09/08 04:30:07 UTC

[GitHub] [dolphinscheduler] jiangtaoNuc opened a new issue, #11843: [Feature][User Experience] Reduce the operation steps of timing management

jiangtaoNuc opened a new issue, #11843:
URL: https://github.com/apache/dolphinscheduler/issues/11843

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
   
   
   ### Description
   
   We use version 2.0.2,timing management requires two steps to complete,we recommend integration, and complete timing creation and timing online and offline operations at the same time within timing management。However, I am sorry that our code and native code have been greatly adjusted and cannot be merged into the native code smoothly. We are also thinking about how to co-create with open source and rely on open source for our version.
   我们基于2.0.2版本进行的开发,原生版本定时管理和定时上下线分两步完成,建议整合到一起。但是很抱歉我们的代码和原生代码有较大的调整,无法顺利的合并到原生代码上,我们也在思考接下来如何与开源共创,把我们的版本往开源上靠一靠
   
   
   ### Use case
   
   The link is as follows: the user clicks the [Scheduled Management] button, and the management page pops up, and the button [Scheduled Creation] is embedded in the management page. After the creation is successful, the successfully created timing record will be automatically echoed, and the default offline state.
   链路如下:用户点击【定时管理】按钮,然后弹出管理页面,管理页面内嵌入按钮【定时创建】,创建成功后,自动回显创建成功的定时记录,默认下线状态。
   Workflow Definition List - Display the [Timer Management] button (工作流定义列表 - 展示【定时管理】按钮)
   ![image](https://user-images.githubusercontent.com/31644893/189033957-599d67d3-b8ee-4d4d-8dd4-4c0aaf338887.png)
   Click on schedule management to query the schedule list, and the page displays the [New Scheduled Task] and [Return] buttons.(点击定时管理,查询定时列表,页面展示【新建定时任务】和【返回】按钮)
   ![image](https://user-images.githubusercontent.com/31644893/189034057-8a3b5d93-2a88-4548-9fae-3ab680c2c0f7.png)
   Click [New Timed Task] to pop up the floating window for creating a timed task(点击【新建定时任务】,弹出创建定时任务的浮窗)
   ![image](https://user-images.githubusercontent.com/31644893/189034169-cd32ded4-81b7-40d4-89e8-c43bc142c258.png)
   
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org.apache.org

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


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #11843: [Feature][User Experience] Reduce the operation steps of timing management

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #11843:
URL: https://github.com/apache/dolphinscheduler/issues/11843#issuecomment-1240211170

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
   
   
   ### Description
   
   We use version 2.0.2, timing management requires two steps to complete, we recommend integration, and complete timing creation and timing online and offline operations at the same time within timing management. However, I am sorry that our code and native code have been greatly adjusted and cannot be merged into the native code smoothly. We are also thinking about how to co-create with open source and rely on open source for our version.
   Our development based on version 2.0.2, the native version timing management and timing online and offline are completed in two steps, and it is recommended to integrate them together. However, I am sorry that our code and native code have been greatly adjusted and cannot be merged into the native code smoothly. We are also thinking about how to co-create with open source and rely on open source for our version.
   
   
   ### Use case
   
   The link is as follows: the user clicks the [Scheduled Management] button, and the management page pops up, and the button [Scheduled Creation] is embedded in the management page. After the creation is successful, the successfully created timing record will be automatically echoed, and the default offline state.
   The link is as follows: The user clicks the [Scheduled Management] button, and the management page pops up, and the button [Scheduled Creation] is embedded in the management page. After the creation is successful, the successfully created timing record will be automatically echoed, and the default offline state.
   Workflow Definition List - Display the [Timer Management] button
   ![image](https://user-images.githubusercontent.com/31644893/189033957-599d67d3-b8ee-4d4d-8dd4-4c0aaf338887.png)
   Click on schedule management to query the schedule list, and the page displays the [New Scheduled Task] and [Return] buttons.
   ![image](https://user-images.githubusercontent.com/31644893/189034057-8a3b5d93-2a88-4548-9fae-3ab680c2c0f7.png)
   Click [New Timed Task] to pop up the floating window for creating a timed task
   ![image](https://user-images.githubusercontent.com/31644893/189034169-cd32ded4-81b7-40d4-89e8-c43bc142c258.png)
   
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #11843: [Feature][User Experience] Reduce the operation steps of timing management

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #11843:
URL: https://github.com/apache/dolphinscheduler/issues/11843#issuecomment-1240211350

   Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can [join our slack](https://s.apache.org/dolphinscheduler-slack) and send your question to channel `#troubleshooting`


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

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