-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve job events filtering #77
Comments
@kasumi-1 Basically now we have the same functionality as before for a job that is open and has multiple applicants, but now if its taken it will find the last worker assign event and show you all the events from that point on, till it finds another job assign, if it does it will do the same. |
Pat suggested a collapsible to show all the previous events, but when I spoke with Tomas (some time ago) about that he told me that we wouldn't show all the past events. Would like your opinion on this |
I spoke this with Tomas and told me that for now isn't neccesary to work further on this and I think it makes sense, will close this |
so if a worker delivers a result to a client, then they start a new job, how does the client then see the past deliverables? i think its impossible to make the history inaccessible without causing many similar problems. i prefer being able to look at my past history, esp with many recurring jobs with same workers. |
i think impl of #89 may do some of the heavy lifting here |
@kasumi-1 would you please provide more information about what is required here? I'm a bit confused |
We need to filter our events in order to get:
\src\app\dashboard\jobs[id]\page.tsx On line 207.
little example:
I'll work on this later
The text was updated successfully, but these errors were encountered: