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

formatTask not working #77

Closed
jiayushe opened this issue Oct 15, 2019 · 0 comments · Fixed by #80
Closed

formatTask not working #77

jiayushe opened this issue Oct 15, 2019 · 0 comments · Fixed by #80
Assignees
Labels
severity.High A flaw that affects most users and causes major problems for users. i.e., makes the product almost u type.Bug A bug
Projects
Milestone

Comments

@jiayushe
Copy link

jiayushe commented Oct 15, 2019

private void formatTasks(Plan plan) {
plan.getTasks().stream()
.sorted(Comparator.comparing(Task::getDateTime))
.forEach(task -> tasks.getChildren().add(new Label(task.getProblem().toString() + '\n'
+ task.getIsSolved().toString() + '\n' + task.getDateTime().toString())));
}

@jiayushe jiayushe added type.Bug A bug severity.High A flaw that affects most users and causes major problems for users. i.e., makes the product almost u labels Oct 15, 2019
@jiayushe jiayushe added this to the v1.3 milestone Oct 15, 2019
@jiayushe jiayushe added this to To do in AlgoBase via automation Oct 15, 2019
AlgoBase automation moved this from To do to Done Oct 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity.High A flaw that affects most users and causes major problems for users. i.e., makes the product almost u type.Bug A bug
Projects
AlgoBase
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants