prasad-madine commented on issue #46383:
URL: https://github.com/apache/airflow/issues/46383#issuecomment-2659043275

   Hello @pierrejeambrun , 
    I am currently working on implementing sorting functionality in the backend 
and would appreciate your guidance on the following two approaches:
   
   Option 1
   1. Allow user to select the primary sort field and order(asc/desc)
   2. Allow user to select the secondary sort field and order(asc/desc)
   3. Allow user to select which field is primary and which field is secondary
   
   Option 2
   1. Allow user to select the primary sort field and order(asc/desc)
   2. Do not allow user to select the secondary sort field. Secondary sort 
field is always primary key.
   3. Allow user to select the order in which we sort based on primary key.
   
   Could you please advise on which option would be more appropriate or 
effective in this context?
   


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