-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
TNC Id Module : user input url validation and optimizations #12527
Conversation
modules/tncIdSystem.js - Optimized User ID Recovery: Replaced the existing user ID recovery function with a faster and more efficient method, improving performance. modules/userId/userId.md - Documentation Correction: Resolved inconsistencies in the documentation, ensuring accurate information for module configuration and usage.
# Conflicts: # modules/tncIdSystem.js
- user input URL validations added - TNCID recovered from cookie storage if available - code optimizations for faster TNCID load ________________________________________ test/spec/modules/tncIdSystem_spec.js - added tests for new functions ________________________________________ modules/tncIdSystem.md - updated documentation
# Conflicts: # modules/tncIdSystem.js # test/spec/modules/tncIdSystem_spec.js
Tread carefully! This PR adds 3 linter warnings (possibly disabled through directives):
|
Hi patmmccann, Thank you for your feedback so far, let us know if there is anything else we can do to improve our code. |
Hi again patmmccann, We removed Sales description from modules/tncIdSystem.md file. Is there something else we can do? Thank you! |
Hi patmmccann, This module changes are important for our business. Please let us know if there is anything wrong why this pull is still not approved (committed 2 weeks ago). Thank you! |
Type of change
Description of change
modules/tncIdSystem.js
- user input URL validations added
- TNCID recovered from cookie storage if available
- code optimizations for faster TNCID load
test/spec/modules/tncIdSystem_spec.js
- added tests for new functions
modules/tncIdSystem.md
- updated documentation