dynamic / silverstripe-locator

SilverStripe Locator Module. Show locations on a map. Search by geoposition.
http://www.dynamicagency.com/labs/silverstripe-locator-module/
BSD 3-Clause "New" or "Revised" License
21 stars 7 forks source link

Vendor module and front end module support #174

Closed mak001 closed 6 years ago

mak001 commented 7 years ago

Now a vendor module Now supports having a changeable front end

Resolves #117 Resolves #171

codecov[bot] commented 7 years ago

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> (ø) :arrow_down:
src/admin/LocationAdmin.php 0% <ø> (ø) 4 <0> (ø) :arrow_down:
src/objects/LocationCategory.php 100% <100%> (ø) 6 <0> (ø) :arrow_down:
src/pages/Locator.php 96.77% <100%> (+5.86%) 19 <9> (+9) :arrow_up:
src/form/LocatorForm.php 76.47% <100%> (ø) 9 <0> (ø) :arrow_down:
src/pages/LocatorController.php 54.78% <66.66%> (+34.96%) 32 <2> (ø) :arrow_down:

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.