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

Add sample scripts for ValueFinder and changelink #33

Open
akaash2512 opened this issue Jan 14, 2025 · 0 comments
Open

Add sample scripts for ValueFinder and changelink #33

akaash2512 opened this issue Jan 14, 2025 · 0 comments

Comments

@akaash2512
Copy link
Collaborator

akaash2512 commented Jan 14, 2025

Add sample scripts for two features:

  1. Valuefinder
  2. ChangeLinks

Value Finder:

This script helps to find occurrences of a property value in given path

What it does

  • recursively traverse the node structure beneath the given root node
  • find occurrences of the given property value
  • define exceptions in property values that shall not be listed, e.g. in the case of the http-to-https switch we can explicitly hide property values containing "google" since we know that google already supports https
  • restrict results to a list of resource types or vice versa exclude a list of resource types

Change Links

  • This script enables authors/admins to change link

What it does

1 - Searchable url, 2 - target url, 3 - destination url
Example:
1 - www.swisscom.ch/mobile/online/app/MobileCard
2 - https://www.swisscom.ch/mobile/online/app/MobileCard?mode=overview&lang=en
3 - https://www.swisscomch/myswisscom/dashboard

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

No branches or pull requests

1 participant