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

Split Tasks to Tasks and PlannedTasks #33

Closed
ISibboI opened this issue Jan 19, 2016 · 3 comments
Closed

Split Tasks to Tasks and PlannedTasks #33

ISibboI opened this issue Jan 19, 2016 · 3 comments
Assignees
Milestone

Comments

@ISibboI
Copy link
Owner

ISibboI commented Jan 19, 2016

A planned task is the desire to do something, while a task is the technical realisation of doing something.
A planned task is a meta goal, like walk home, or get food, while a task is an algorithm for doing such thing from a specific state, like walk from P to Q.
Thus, a planned task has for example a priority and lives longer, while a task just lives while it is executed. Hence, it doesn't need a priority.

Maybe there is a better wording than task and planned task.

@ISibboI ISibboI added this to the 0.3.0 milestone Jan 19, 2016
@ISibboI ISibboI self-assigned this Jan 19, 2016
@ISibboI
Copy link
Owner Author

ISibboI commented Jan 19, 2016

Also, remove composite task, add option to add list of tasks to TaskExecutingAI, as aborting one task will lead to aborting all tasks anyway.

@ISibboI
Copy link
Owner Author

ISibboI commented Jan 19, 2016

Call planned tasks intends.

@ISibboI
Copy link
Owner Author

ISibboI commented Jan 20, 2016

Implemented. Feels much better now.

@ISibboI ISibboI closed this as completed Jan 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant