Skip to content
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

Required Skills for Task - evaluation logic #41

Merged
merged 6 commits into from
Nov 30, 2024

Conversation

radimsuckr
Copy link
Collaborator

Solves #17

@radimsuckr radimsuckr requested a review from trebidav November 30, 2024 12:37
@radimsuckr radimsuckr force-pushed the feat/required-skills-for-tasks branch from 3774345 to e2db2ea Compare November 30, 2024 12:38
self.save()

def pause(self):
if self.state != 2: # Check if the task is currently in progress
if self.state != Task.State.IN_PROGRESS:
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should work. 😅 I hope it will because it's much more readable.

@radimsuckr radimsuckr force-pushed the feat/required-skills-for-tasks branch from 5bf301a to 1b65fa8 Compare November 30, 2024 13:06
@radimsuckr radimsuckr force-pushed the feat/required-skills-for-tasks branch from 1b65fa8 to aab7f7f Compare November 30, 2024 13:09
@radimsuckr radimsuckr marked this pull request as ready for review November 30, 2024 14:11
@radimsuckr
Copy link
Collaborator Author

@trebidav says it's gucci

@radimsuckr radimsuckr merged commit fbb753b into main Nov 30, 2024
2 checks passed
This was linked to issues Nov 30, 2024
@trebidav trebidav removed a link to an issue Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Skills (permissions)
1 participant