In https://github.com/deep-assistant/models/blob/main/website/src/utils/linoParser.js we first should parse using https://github.com/link-foundation/links-notation/blob/main/js/README.md, after we use official npm package for links notation we should make interpretation of the parsed data as JSON object for display in React.js
Make sure that covered by unit tests, and unit tests executed in CI for commits to main branch and for commits to pull requests.
In
https://github.com/deep-assistant/models/blob/main/website/src/utils/linoParser.jswe first should parse using https://github.com/link-foundation/links-notation/blob/main/js/README.md, after we use official npm package for links notation we should make interpretation of the parsed data as JSON object for display in React.jsMake sure that covered by unit tests, and unit tests executed in CI for commits to main branch and for commits to pull requests.