-
Notifications
You must be signed in to change notification settings - Fork 11
SSP-2066_add_routes_and_controllers #45
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
SSP-2066_add_routes_and_controllers #45
Conversation
d8d4fc7 to
f5170a1
Compare
f5170a1 to
5b93932
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #45 +/- ##
=============================================
+ Coverage 41.43% 67.36% +25.92%
- Complexity 204 342 +138
=============================================
Files 14 26 +12
Lines 654 1238 +584
=============================================
+ Hits 271 834 +563
- Misses 383 404 +21 |
pradtke
left a comment
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.
Thanks for all the improvements @ioigoume . I think the last issue I ran into was with debugMode not working (and when I made some minor changes to fix it, then how the content is displayed isn't quite right)
b2f7309 to
0bf5245
Compare
|
I have one more remark on the public-folder.. I see we're copying in jQuery and highlight.js.
Maybe we can reduce complexity of this module by re-using what's already available? |
@tvdijen thank you for the hints. I refactored the code according to your recommendations. |
You have to add |
pradtke
left a comment
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.
I've tested debug mode and it both works and looks much nicer than the old version.
Thanks for all your work improving this module. I think it is ready to merge and for others to be able to test. I assume a v7.0.0-rc3 release/tag after the merge is appropriate?
|
tagged v7.0.0-rc3 |
Closes #26