Tags: monarch-initiative/monarch-app
Tags
Fix rendering association frequencies; use proper field for sorting t… …hem (#911) ### Related issues - Closes #910 ### Summary * Fixes rendering of frequency values in Disease-Phenotype association tables * Makes API calls to sort by computed frequency rather than just `frequency_qualifier` ### Checks - [x] All tests have passed (or issues created for failing tests) --------- Co-authored-by: Patrick Golden <ptgolden@email.unc.com>
Eliminate use of v-html when rendering node names and descriptions (#908 ) ### Related issues - Closes #902 ### Summary - Adds a new component, `<AppNodeText>` which safely renders text containing `<i>`, `<sup>`, and `<a>` tags, while also leaving arbitrary text \<enclosed in brackets\> untouched. - Removes the usage of the unsafe `v-html` directive when rendering nodes, replacing it with `<AppNodeText>` ### Checks - [x] All tests have passed (or issues created for failing tests) --------- Co-authored-by: Patrick Golden <ptgolden@email.unc.com>
Update documentation (#893) ### Summary * Renames docs page to "Monarch KG Tools" * Moves `release-process.md` from https://github.com/monarch-initiative/monarch-documentation/blob/main/src/docs/release-process.md into these docs * Updates CLI documentation after changes made in 64b4d01 * Folds the existing "Welcome", "Usage", and "Response Data Model" sections into one broader section for "monarch-py" * Removes the "API Reference" section, as it is redundant with information already contained in "Usage" ### Related issues - Closes #820 - [ ] All tests have passed (or issues created for failing tests) --------- Co-authored-by: Patrick Golden <ptgolden@email.unc.com>
PreviousNext