diff options
author | Alexander_Kabui | 2024-01-17 09:48:55 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-01-17 09:48:55 +0300 |
commit | 4a4c1b9f54ed864654d0943e2d0ba4a75e5fc67b (patch) | |
tree | 0b0a87e0454a69bd139563e3d42ae039c0938da7 /issues/implement-reference-rating-gn-llm.gmi | |
parent | 0b16ab1ebfe1f395d4f8f02a9ec94d1b638dbf37 (diff) | |
download | gn-gemtext-4a4c1b9f54ed864654d0943e2d0ba4a75e5fc67b.tar.gz |
update issue:add reference rating to gn-llm
Diffstat (limited to 'issues/implement-reference-rating-gn-llm.gmi')
-rw-r--r-- | issues/implement-reference-rating-gn-llm.gmi | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/issues/implement-reference-rating-gn-llm.gmi b/issues/implement-reference-rating-gn-llm.gmi index 656ed3f..b586b5c 100644 --- a/issues/implement-reference-rating-gn-llm.gmi +++ b/issues/implement-reference-rating-gn-llm.gmi @@ -13,6 +13,15 @@ For each reference in a query, we need to allow users to provide feedback or a r ## Tasks -* [ ] Create an API endpoint for reference rating. +* [x] Create an API endpoint for reference rating. -* [ ] Implement the UI for this feature. +* [x] Implement the UI for this feature. + +* [] implementation user notification for feedback + +For the UI and api imeplementation see commits: + + +=> https://github.com/genenetwork/genenetwork2/pull/828/files + +=> https://github.com/genenetwork/genenetwork3/commit/482a8908dc08d6e5a13e576c4ba4bc3ff934bb8d |