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

Basic analytics #28

Merged
merged 21 commits into from
Oct 29, 2019
Merged

Basic analytics #28

merged 21 commits into from
Oct 29, 2019

Conversation

mjaun
Copy link
Collaborator

@mjaun mjaun commented Oct 14, 2019

Jitz chönntsch mau di Sänf drzue gä.

@mjaun mjaun requested a review from Enteee October 14, 2019 11:55
@Enteee Enteee added the enhancement New feature or request label Oct 14, 2019
@Enteee Enteee added this to In progress in Beta via automation Oct 14, 2019
@Enteee Enteee added this to the 1.0.0 milestone Oct 14, 2019
@Enteee Enteee changed the title Feature/basic analytics Basic analytics Oct 22, 2019
@mjaun mjaun requested a review from Enteee October 27, 2019 12:34
@github-actions
Copy link

Pull Request Test Coverage Report for Build ace03d3dc7362bd2f063923d057d5fcfd81e2866-PR-28

  • 46 of 50 (92.0%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+7.9%) to 64.029%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/app/services/counter-analytics.service.ts 7 11 63.64%
Totals Coverage Status
Change from base Build b7a285eba6746f75dbe41a0f9b85a43f65d7558c: 7.9%
Covered Lines: 160
Relevant Lines: 240

💛 - Coveralls

it('should be created', () => {
expect(service).toBeTruthy();
});
});
Copy link
Owner

Choose a reason for hiding this comment

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

getDayOfWeekHistogramData needs some testing here

import { Counter } from '../models/counter';

export type DayOfWeek = 'monday' | 'tuesday' | 'wednesday' | 'thursday' | 'friday' | 'saturday' | 'sunday';
const dayOfWeekMappingList: DayOfWeek[] = ['sunday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday', 'monday'];
Copy link
Owner

Choose a reason for hiding this comment

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

saturday, monday, sunday: now in know why everybody hates mondays...

Beta automation moved this from In progress to Review in progress Oct 29, 2019
@Enteee Enteee self-requested a review October 29, 2019 23:34
Beta automation moved this from Review in progress to Reviewer approved Oct 29, 2019
@Enteee Enteee merged commit 76d382d into master Oct 29, 2019
Beta automation moved this from Reviewer approved to Done Oct 29, 2019
@Enteee Enteee deleted the feature/basic-analytics branch October 29, 2019 23:36
@Enteee Enteee mentioned this pull request Oct 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Beta
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants