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

Allow user to see the actual open and close time of tasks #73

Merged
merged 13 commits into from Nov 3, 2016

Conversation

SukiTsang
Copy link
Collaborator

No description provided.

@SukiTsang SukiTsang added this to the V0.5rc milestone Oct 28, 2016
@coveralls
Copy link

Coverage Status

Coverage increased (+0.4%) to 87.073% when pulling 62ad5e7 on show-actual-time-on-UI into 7cc4f72 on develop.

Copy link
Collaborator

@Skaty Skaty left a comment

Choose a reason for hiding this comment

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

Please rectify issues.

firstCloseBracket.setText(")");

secondOpenBracket.setText("(");
secondCloseBracket.setText(")");
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please use String.format instead of splitting it into multiple Labels.
Reference: Java Documentation, Format specifiers

<Label fx:id="actualCloseTime" styleClass="cell_big_label" text="\$actualCloseTime" />
<Label fx:id="secondOpenBracket" styleClass="cell_big_label" text="\$secondOpenBracket" />
<Label fx:id="closeTime" styleClass="cell_big_label" text="\$closeTime" />
<Label fx:id="secondCloseBracket" styleClass="cell_big_label" text="\$secondCloseBracket" />
Copy link
Collaborator

Choose a reason for hiding this comment

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

Same thing here.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.3%) to 87.002% when pulling 75fec51 on show-actual-time-on-UI into 7cc4f72 on develop.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.3%) to 86.006% when pulling 3865657 on show-actual-time-on-UI into 01d717b on develop.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.3%) to 85.328% when pulling e0bff21 on show-actual-time-on-UI into 342a686 on develop.

@Skaty Skaty merged commit d1f39b2 into develop Nov 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants