Closed vkoves closed 5 years ago
You would think I would know our CI and linting rules well enough to not have multiple commits just for fixing them. Well, you'd be wrong :laughing:
And yeah I typically squash my commits now for that reason - less git history noise.
@Watercycle - merged with dev
and fixed the one conflict I had due to the ERB lint PR. Like mentioned in my previous commit, take a look at my category helper and see if you are happy with that
@Watercycle - updated!
All good!
Description
This adds UI in the edit profile page to make it so you can switch your default event invite category, and makes it so that the
default_event_invite_category
is actually used. Here's a screenshot of the edit profile page:I should probably write some tests for this, but I wanted to get it into code review so folks could take a peek and make sure everything is happy.
Resolves #389.
Type of Pull Request
Based on the contributor's guide, this PR is of type:
feature-branch
->dev
)hotfix-branch
->master
)release-branch
->master
)Requestor Checklist
Requestor: Put an
x
in all that apply. You can check boxes after the PR has been made.Reviewer: If you see an item that is not checked that you believe should be, comment on that as part of your review.
How This Has Been Tested
Tested locally with a few users, including one who had their default set, and a brand new user who had no categories yet.