sharingan-no-kakashi commented on a change in pull request #16953:
URL: https://github.com/apache/airflow/pull/16953#discussion_r670473336



##########
File path: airflow/www/views.py
##########
@@ -1354,6 +1356,82 @@ def xcom(self, session=None):
             title=title,
         )
 
+    @expose('/task_note', methods=['POST', 'GET'])

Review comment:
       What I hand in mind is to have two "views"
   - One in the menu whose endpoint is "task_notes" (screenshot here 
https://ibb.co/VCVcrSp) which is modeled by `TaskNoteModelView` where users can 
have a summary of all notes and can edit/delete/add them. 
   - At the same time I am proposing to extend the "Task instance" view with a 
task note view (endpoint /task_note) screen https://ibb.co/CWdMBkb where a user 
can post and get all the notes related to specific task execution. This would 
require a different endpoint and a different view from what I can understand. 
Is that not the case? 😄 




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