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

Added Functionality for Adding Bounds to Burst Capture #30 #12

Merged
merged 7 commits into from
Jun 24, 2019

Conversation

danieljaeim
Copy link

As per the issue outlined similarly with (#7), here we have functionality added to allow the user to specify bounds for when they are capturing a bunch of images in rapid succession using the BURST Capture functionality.

Here, I added additional functionality to allow the user to extend the bounds they've set in the settings pane to now be recognized by the BURST Capture Component. Now the Burst Component will recognize taking a series of images, just as if the user had individually pushed them using the Camera Capture component.

Copy link

@misscoded misscoded left a comment

Choose a reason for hiding this comment

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

See comment.

};
initializeCalculator(desmosMock, calcContainerMock);
return store.dispatch(actions.requestBurst(opts)).then(() => {
// slide with min/max of -3/3 should dispatch addFrame 7 times
expect(store.getActions().length).toEqual(7);
expect(store.getActions().length).toEqual(1);

Choose a reason for hiding this comment

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

Why is this now expected to equal to 1, rather than 7? If this has changed, the comment above doesn't match the code in place.

@misscoded misscoded merged commit a4a7474 into rithmschool:master Jun 24, 2019
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.

2 participants