Skip to content

Commit

Permalink
docs: add page about app behavior when lookups are unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Aug 28, 2023
1 parent 475dc24 commit 3c4358c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/App-behavior-when-lookups-unknown.md
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 | |

0 comments on commit 3c4358c

Please sign in to comment.