pateash opened a new issue #16692:
URL: https://github.com/apache/airflow/issues/16692


   <!--
   
   Welcome to Apache Airflow!  For a smooth issue process, try to answer the 
following questions.
   Don't worry if they're not all applicable; just try to include what you can 
:-)
   
   If you need to include code snippets or logs, please put them in fenced code
   blocks.  If they're super-long, please use the details tag like
   <details><summary>super-long log</summary> lots of stuff </details>
   
   Please delete these comment blocks before submitting the issue.
   
   -->
   
   **Description**
   <!-- A short description of your feature -->
   Users should be able to see a short description of the cron expression when 
hovering over the expression in a tooltip.
   
   
![image](https://user-images.githubusercontent.com/16856802/123651190-e7045d80-d848-11eb-9ed5-529d806992d1.png)
   
   In the above case, the user should see something  description like  **At 
09:30 PM, only on Friday**
   
   **Use case / motivation**
   It will be really easy to get schedule information for the users who are not 
really great at reading CRON,
   even for the experience users CRON can be really complicated at times.
   
   We will create a tooltip component which will evaluate underlying cron and 
show the description.
   
   **Are you willing to submit a PR?**
   YES
   
   **Related Issues**
   NONE


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to