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

Jtm reconfig add visits #664

Merged
merged 38 commits into from Sep 19, 2016
Merged

Jtm reconfig add visits #664

merged 38 commits into from Sep 19, 2016

Conversation

BigChiefSmidgeums
Copy link
Contributor

No description provided.

@visit_group = VisitGroup.new(params[:visit_group])
if @visit_group.valid?
if @arm.add_visit(@visit_group.position, @visit_group.day, @visit_group.window_before, @visit_group.window_after, @visit_group.name, 'true')
@arm.increment!(:minimum_visit_count)
Copy link
Contributor

Choose a reason for hiding this comment

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

It's not part of your story, but since you are refactoring we can just get rid of incrementing the minimum visit and subject counts. They are an artifact of the older version of fulfillment.

@@ -20,7 +20,7 @@

.protocol-sort {
float: right;

padding: 0 5px;
Copy link
Contributor

Choose a reason for hiding this comment

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

Scope creep. This is already done in another PR

@jwiel86
Copy link
Contributor

jwiel86 commented Sep 19, 2016

looks good!

@jayhardee9
Copy link
Contributor

Looks good

@Stuart-Johnson Stuart-Johnson merged commit 9dac4f2 into master Sep 19, 2016
@Stuart-Johnson Stuart-Johnson deleted the jtm_reconfig_add_visits branch September 19, 2016 17:01
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

6 participants