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

Vendor module and front end module support #174

Merged
merged 13 commits into from
Jan 15, 2018
Merged

Conversation

mak001
Copy link
Contributor

@mak001 mak001 commented Nov 10, 2017

Now a vendor module
Now supports having a changeable front end

Resolves #117
Resolves #171

mak001 and others added 3 commits November 10, 2017 16:07
Started to create tests for new methods
Added more tests to LocatorTest.php
  - split LocatorTest.php into locator and controller tests respectivly
@codecov
Copy link

codecov bot commented Nov 13, 2017

Codecov Report

Merging #174 into master will increase coverage by 18.41%.
The diff coverage is 84.37%.

Impacted file tree graph

@@              Coverage Diff              @@
##             master     #174       +/-   ##
=============================================
+ Coverage      53.3%   71.72%   +18.41%     
- Complexity       73       82        +9     
=============================================
  Files             7        7               
  Lines           257      290       +33     
=============================================
+ Hits            137      208       +71     
+ Misses          120       82       -38
Impacted Files Coverage Δ Complexity Δ
src/objects/Location.php 100% <ø> (ø) 10 <0> (ø) ⬇️
src/admin/LocationAdmin.php 0% <ø> (ø) 4 <0> (ø) ⬇️
src/objects/LocationCategory.php 100% <100%> (ø) 6 <0> (ø) ⬇️
src/pages/Locator.php 96.77% <100%> (+5.86%) 19 <9> (+9) ⬆️
src/form/LocatorForm.php 76.47% <100%> (ø) 9 <0> (ø) ⬇️
src/pages/LocatorController.php 54.78% <66.66%> (+34.96%) 32 <2> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 15c2d11...609ee87. Read the comment docs.

@mak001 mak001 requested review from jsirish and muskie9 November 14, 2017 20:02
  - Allows to change `Controller::curr()->getRequest()->getVar('Radius')` to `Controller::curr()->getRequest()->getVar('radius')`
  - same with category
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.

1 participant