Hello, I may have found an issue that is PR worthy...
# prefect-ui
j
Hello, I may have found an issue that is PR worthy. I am browsing the /orion-ui code, trying to figure out where the code for the components in '@prefecthq/orion-design' live. Could someone point me in the right direction? (Warning: I would not consider myself a frontend developer)
โœ… 1
k
Hi Joel, orion-design is an internal Prefect repo. Can you describe the issue that you're seeing?
j
OK, I was wondering if it was a repo that is not accessible to the public.
Ultimately, I am not seeing the 'description' value show up for a Flow in the orion UI when I add the 'description' attribute to the @flow decorator. I started poking around, and I do not see a 'description' column in the orion database for the 'flow' table.
k
Hm, when you go to the Flows tab and click into a flow, do you see it on the right hand side? I haven't tried to set one but I image they should show here.
j
Right, that will always say 'None', whether or not I set the 'description' attribute in the flow decorator for my function.
I have just verified this behaviour with a minimal example. I can submit this as an issue on Github if that is preferable.
j
Hi Joel. I think this might have been fixed with 2.7, released yesterday.
j
hmm, I am still seeing the same behaviour with 2.7.
j
Hmm. Alright, submitting a GitHub issue would be great. I did a quick look and dinโ€™t see one there.
j
๐Ÿ‘ Thanks
๐Ÿ™ 1