Skip to content

Conversation

ibgreen
Copy link
Collaborator

@ibgreen ibgreen commented Jun 19, 2017

screen shot 2017-06-19 at 8 56 40 am

@balthazar balthazar self-assigned this Jun 19, 2017
@balthazar balthazar added the P1 label Jun 19, 2017
Copy link
Contributor

@balthazar balthazar left a comment

Choose a reason for hiding this comment

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

Very nice, but isn't the formatting of the ms badge strange? shouldn't we only see the number?

return formatted;
}

export function leftPad(string, length = 8) {
Copy link
Contributor

Choose a reason for hiding this comment

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

haha, better be safe ;)

import './experimental';
import './deprecated';
import './debug/seer-integration';
import './debug/seer-integration.spec';
Copy link
Contributor

Choose a reason for hiding this comment

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

why changing this? we are already in the tests directory

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

why changing this? we are already in the tests directory

Every other file in the test directory follows this .spec convention.

This convention is pretty common in the JS community. FWIW, it does have the advantage of easily distinguishing the two files e.g. in sublime tabs or when do command-open in the Chrome debugger.

Copy link
Contributor

Choose a reason for hiding this comment

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

sure

/**
* Set an override on the specified property and update the layers
*/
import {setPropOverrides, layerEditListener, initLayerInSeer, updateLayerInSeer}
Copy link
Contributor

Choose a reason for hiding this comment

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

what's this comment?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

what's this comment?

Yes looks strange, will remove.

@ibgreen
Copy link
Collaborator Author

ibgreen commented Jun 19, 2017

Very nice, but isn't the formatting of the ms badge strange? shouldn't we only see the number?

Yes, we can play around with it, but I prefer to leave as-is for now.

I want to see the count of how many updates have happened (often more important than the number). Also wanted the user to have a chance of understanding what it means. If we just have two numbers, it will also be confusing to the user.

If I could provide a tooltip for these badges, with additional data might be the best option...

@balthazar balthazar merged commit b2d56a8 into master Jun 19, 2017
@balthazar balthazar deleted the seer-perf-integration branch June 19, 2017 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants