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

Feature/536 download api usage - closes #536 #571

Merged
merged 12 commits into from
Nov 4, 2015

Conversation

frenchbread
Copy link
Contributor

@apinf/developers please review. #536 related

@frenchbread frenchbread changed the title Feature/536 download api usage Feature/536 download api usage - closes #536 Nov 2, 2015
@brylie
Copy link
Contributor

brylie commented Nov 2, 2015

This PR looks great. It has clean code, meaningful comments, and descriptive commit messages.

@brylie brylie assigned 55 Nov 2, 2015
@@ -2,6 +2,7 @@
<div class="box box-primary" id="filter-box">
<div class="box-header with-border">
<h3 class="box-title">{{_ "filterData-Title"}}</h3>
<a class="btn btn-default btn-xs" id="downloadUsageLogs" style="float:right">Export logs in .csv</a>
Copy link
Contributor

Choose a reason for hiding this comment

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

Move style property to style file.

Copy link
Contributor

Choose a reason for hiding this comment

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

There is a Bootstrap helper class for this:

<a class="btn btn-default btn-xs pull-right"...></a>

Also, why is the anchor tag used here? It would be more semantic to simply use the <button> tag here.

Copy link
Contributor

Choose a reason for hiding this comment

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

Also, please rename the button ID to use hyphenation:

<a ... id="download-usage-logs"></a>

We are using hyphenation for the majority of our class and id declarations, and want to stay consistent.

55 pushed a commit that referenced this pull request Nov 4, 2015
Feature/536 download api usage - closes #536
@55 55 merged commit 64cd26a into develop Nov 4, 2015
@55 55 removed the in progress label Nov 4, 2015
@55 55 deleted the feature/536-download-api-usage branch November 4, 2015 05:15
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.

None yet

3 participants