diff options
author | Pjotr Prins | 2024-03-01 13:53:48 -0600 |
---|---|---|
committer | Pjotr Prins | 2024-03-01 13:53:48 -0600 |
commit | 72d8720d41c91e484928c6cfd73482513144639f (patch) | |
tree | 7d9e4052ec895f495c269fc258af23f77c55560c /issues/gnqa | |
parent | 185eeb873fc0ab6908fe44dd11c1d6cfb402dc09 (diff) | |
download | gn-gemtext-72d8720d41c91e484928c6cfd73482513144639f.tar.gz |
GNQA issues
Diffstat (limited to 'issues/gnqa')
-rw-r--r-- | issues/gnqa/AI-UI-issues.gmi | 45 | ||||
-rw-r--r-- | issues/gnqa/gnqa-ui-improvements.gmi | 7 |
2 files changed, 48 insertions, 4 deletions
diff --git a/issues/gnqa/AI-UI-issues.gmi b/issues/gnqa/AI-UI-issues.gmi new file mode 100644 index 0000000..f1d3f1c --- /dev/null +++ b/issues/gnqa/AI-UI-issues.gmi @@ -0,0 +1,45 @@ +# AI UI Enhancements + +## Tags + +* Assigned: alexm, shelbys +* Keywords: UI, GNQA +* Type: critical +* Status: In Progress + +## Description + +This issue addresses user feedback received during the testing phase of GNQA on CD. The following improvements are required + +## Tasks + +* [ ] Only show the link when a user is logged in - they can't use it otherwise anyhow - or require login when hitting the link immediately. I prefer the former. + +* [ ] Replace the search history button - the current link is confusing. My suggestion is not to show a link/button at all until a first global search is done: + +* [ ] When a global search is done, before the table show a line that people can use the text search: + +``` +------- [search] + +GN searched for the term(s) "shh" in 754 datasets and 39,765,944 traits across 10 species +and found 1210 results that match your query. +You can filter these results by adding key words in the fields below +and you can also sort results on most columns. + +You can also use free text search using our GPT [GNQA system] <- button + +Showing 1 to 69 of 1,210 entries + Index Record Species Group Tissue Dataset Symbol ... + table entries... +``` + +So suggest it as an option when continueing global search. + +Even better, after loading the table suggest a query that might work, e.g. + +What do we know about the shh gene in the BXD mouse? + +And that will take you to GNQA. + +Even better, would be to load a first answer - maybe we'll cache those. diff --git a/issues/gnqa/gnqa-ui-improvements.gmi b/issues/gnqa/gnqa-ui-improvements.gmi index ab0ad07..f0ba0f7 100644 --- a/issues/gnqa/gnqa-ui-improvements.gmi +++ b/issues/gnqa/gnqa-ui-improvements.gmi @@ -4,15 +4,14 @@ * Assigned: alexm * Keywords: UI, GNQA -* Type: Enhancements +* Type: enhancement * Status: In Progress ## Description -This issue addresses user feedback received during the testing phase of GNQA on CD. The following improvements are planned: +This issue addresses user feedback received during the testing phase of GNQA on CD. ## Tasks -* [] Replace the search history button: Users are confusing this with the submit button. -* [] Integrate PubMed references: Provide users with useful information by integrating PubMed references and present them in a modal window.
\ No newline at end of file +* [ ] Integrate PubMed references: Provide users with useful information by integrating PubMed references and present them in a modal window. |