-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add page about app behavior when lookups are unknown
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# App Behavior When Lookups Are Unknown to CPIC | ||
|
||
Lookups are fetched from CPIC and matched with users' diplotypes from the lab. | ||
Sometimes, genes or diplotypes might be unknown. | ||
|
||
This page collects the app's current and desired behavoir in such cases for | ||
further discussion, as of August 28, 2023. | ||
|
||
## App Behavior | ||
|
||
| Page | Case | Desired behavior | Current behavior | | ||
| ----- | ----- | ----------------- | ----------------- | | ||
| Gene report | Unknown gene | Not shown in gene results | | | ||
| Gene report | Unknown diplotype | | | | ||
| Gene detail | Unknown diplotype | | | | ||
| Drug search | _TODO_ | | | | ||
| Drug detail | _TODO_ | | | | ||
|
||
_TODO for drug pages: how are guidelines matched? What happens for multiple | ||
genes, especially if one is missing?_ | ||
|
||
## Data examples | ||
|
||
| Description | Screenshot | | ||
| ----------- | ------------ | | ||
| Diplotypes list | | | ||
| Single diplotype | | | ||
| Lookups list (matched) | | | ||
| Single lookup | | |