Skip to content

Feature/settings color timeline#23

Merged
Death111 merged 13 commits intodevelopfrom
feature/settings_color_timeline
Apr 19, 2019
Merged

Feature/settings color timeline#23
Death111 merged 13 commits intodevelopfrom
feature/settings_color_timeline

Conversation

@mplieske
Copy link
Contributor

@mplieske mplieske commented Apr 3, 2019

added a colorized timeline to the report and put logic for in in separate class

@mplieske
Copy link
Contributor Author

mplieske commented Apr 4, 2019

im ready :)

@mplieske
Copy link
Contributor Author

Merging would be nice at this point 😁

if (optionalProject.isPresent()) {
return optionalProject.get().isWork();
for (final Project p : model.getAllProjects()) {
if (p.getId() == project.getId() && project.isWork()) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

this should be p.isWork, otherwise this does not help

<ColumnConstraints hgrow="SOMETIMES" maxWidth="243.0" minWidth="10.0" prefWidth="77.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="374.0" minWidth="0.0" prefWidth="216.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="400.0" minWidth="0.0" prefWidth="146.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="258.0" minWidth="0.0" prefWidth="102.0" />
Copy link
Collaborator

Choose a reason for hiding this comment

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

brauchen wir die changes hier? da wir ja keine neue spalte haben, sollten die alten werte ok sein oder?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

nope weil wir ja jetzt eine spalte weniger haben

@Death111 Death111 merged commit d7276d0 into develop Apr 19, 2019
@Death111 Death111 deleted the feature/settings_color_timeline branch December 26, 2022 19:11
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