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

Eighth updates part 2 #690

Merged
merged 4 commits into from Jul 23, 2019
Merged

Eighth updates part 2 #690

merged 4 commits into from Jul 23, 2019

Conversation

theo-o
Copy link
Member

@theo-o theo-o commented Jul 23, 2019

A few minor changes/refactors

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

A nitpick and a fix for the bug that's making the build fail. I would also squash 667e000 (refactor(eighth): eliminate redundancy) onto d5cceb9 (refactor(eighth): refactor notification email code).


cancelled = False

if signup is None:
issues += 1

if signup and signup.scheduled_activity.cancelled:
Copy link

Choose a reason for hiding this comment

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

I would move this into an else block with the try/except above.

@@ -15,7 +15,7 @@
{% else %}
No activity selected
{% endif %}
- <a href="{{ base_url }}eighth/signup/{{ blk.block.id }}">Change Signup</a>
- <a href="{{ base_url }}{{ url 'eighth_signup' blk.block.id }}">Change Signup</a>
Copy link

Choose a reason for hiding this comment

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

Suggested change
- <a href="{{ base_url }}{{ url 'eighth_signup' blk.block.id }}">Change Signup</a>
- <a href="{{ base_url }}{% url 'eighth_signup' blk.block.id %}">Change Signup</a>

@coveralls
Copy link

coveralls commented Jul 23, 2019

Coverage Status

Coverage increased (+0.02%) to 50.106% when pulling adeb446 on eighth into 7198aa2 on dev.

@theo-o theo-o requested a review from a user July 23, 2019 20:24
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

LGTM

@theo-o theo-o merged commit e898b98 into dev Jul 23, 2019
@theo-o theo-o deleted the eighth branch August 6, 2019 13:45
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

2 participants