fedora-copr / logdetective-website

Data collection page for Log Detective AI
12 stars 8 forks source link

Ability to correct snippet range #156

Closed xsuchy closed 1 month ago

xsuchy commented 2 months ago

I can review the text of the snippet, but the range of the snippet in the log cannot be altered (and sometimes they are not visible too).

FrostyX commented 2 months ago

and sometimes they are not visible too

This will be fixed by #152

but the range of the snippet in the log cannot be altered

Though doable, I cannot think of a UI that would be easy to understand and easy to implement, so I am afraid this will be a WONTFIX with a documentation workaround (downvote the wrong snippet, create a new one correctly).

Or do you have some design in mind?

TomasTomecek commented 2 months ago

and sometimes they are not visible too

This will be fixed by #152

I just went through a few reviews and I can still reach snippets that are not visible in the log. I will look into this more.

FrostyX commented 2 months ago

downvote the wrong snippet, create a new one correctly

This will work if the snippet is in an entirely different place but it won't work if you want to make an existing selection smaller or larger because we don't allow creating snippets over other snippets because it would be too hard to implement (I can explain the problems it causes on a meeting or here if you want to).

So I am not sure how to proceed with this ticket.