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

Front end enhancements #16

Merged
merged 4 commits into from
Jan 31, 2021

Conversation

jianhandev
Copy link
Collaborator

  • Drop down for response interval: for controlling the distance between data points, so that when duration is large, the data looks more spread out
  • Toggle for different display modes

Copy link
Owner

@moziliar moziliar left a comment

Choose a reason for hiding this comment

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

Can't test as I cannot pull from target branch

Comment on lines +8 to 18
beforeEach(async(() => {
TestBed.configureTestingModule({
imports: [
HttpClientTestingModule,
],
})
.compileComponents();
}));
beforeEach(() => {
TestBed.configureTestingModule({});
service = TestBed.inject(FeedbackResponseStatsService);
Copy link
Owner

Choose a reason for hiding this comment

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

Why isn't the first beforeEach lambda merged into the second one?

import { AdminStatsPageComponent } from './admin-stats-page.component';

describe('AdminStatsPageComponent', () => {
let component: AdminStatsPageComponent;
let fixture: ComponentFixture<AdminStatsPageComponent>;

beforeEach(async(() => {
Copy link
Owner

Choose a reason for hiding this comment

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

ditto

@moziliar moziliar merged commit c6f3285 into moziliar:code-task-main Jan 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants