Replies: 1 comment
-
Hey @aodj! Thanks a bunch for checking out ADA and taking the time to suggest improvements! Your feedback is really valuable to me. You’re absolutely right – I overcomplicated things with that unnecessary calculation. At first, I added that calculation to make things easier to understand, so people wouldn’t need to dig deep into the data details. But, like you pointed out, this approach led to redundancy. Your suggestion has a lot of potential to optimize ADA, so I’d like to invite you to contribute with us if you’re interested. Your input would be highly appreciated and quite exciting for us! Thanks again! 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm very interested in Ada, and quite like the idea behind it. I'm curious if you could elaborate on some of the design decisions, specifically the user of
EXTRACT(EPOCH FROM (end_date - start_date))/60 AS total_time
in the queries. Looking at thetask_instance
table, it has aduration
column with the run time in seconds.Here's an example of what I mean:
Beta Was this translation helpful? Give feedback.
All reactions