-
Notifications
You must be signed in to change notification settings - Fork 7
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
Separated out an api controller #192
base: master
Are you sure you want to change the base?
Conversation
pulled out methods from the locator controller and one from the locator page.
- removed old tests for stuff that was moved Fixed error on getLimit()
Codecov Report
@@ Coverage Diff @@
## master #192 +/- ##
============================================
- Coverage 68.67% 66.94% -1.73%
- Complexity 90 102 +12
============================================
Files 7 8 +1
Lines 316 357 +41
============================================
+ Hits 217 239 +22
- Misses 99 118 +19
Continue to review full report at Codecov.
|
- added optional request parameter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Will need a rebase
Pulled out methods from the locator controller and one from the locator page.
Mostly for a locator block.
Resolves #109