Skip to content

Sprint_8-solution-time-and-duration доработана функциональность по техническому заданию. #4

Merged
Alexander-skipper merged 2 commits intomainfrom
sprint_8-solution-time-and-duration
Jul 30, 2025
Merged

Sprint_8-solution-time-and-duration доработана функциональность по техническому заданию. #4
Alexander-skipper merged 2 commits intomainfrom
sprint_8-solution-time-and-duration

Conversation

@Alexander-skipper
Copy link
Copy Markdown
Owner

Реализовать: Трекер задач должен расставлять задачи по приоритету и проверять, не пересекаются ли они по времени выполнения.

…роверять, не пересекаются ли они по времени выполнения.
Comment thread src/manager/InMemoryTaskManager.java
Comment thread src/manager/InMemoryTaskManager.java Outdated
Comment thread src/manager/InMemoryTaskManager.java Outdated
return generatorId++;
}

private void addHistory(Task task) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Нужен ли данный метод? Он не вносит никакой новой логики, просто оборачивает другой метод.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Выполнил.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Выполнил.

@Alexander-skipper Alexander-skipper merged commit fe42a19 into main Jul 30, 2025
1 check passed
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.

2 participants