summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-07-31 10:42:41 -0500
committerPjotr Prins2026-01-05 11:12:10 +0100
commit6c40334d45dfee39e52da4d877c5219ee72d833d (patch)
tree63b6d73014cac8ed217df477bdd42beb67001947
parentba78ec480ad6e68c05010587406e1e7c82c382e6 (diff)
downloadgn-gemtext-6c40334d45dfee39e52da4d877c5219ee72d833d.tar.gz
gn-auth: Rework "View-Resource" Page (New issue)
-rw-r--r--issues/gn-auth/rework-view-resource-page.gmi17
1 files changed, 17 insertions, 0 deletions
diff --git a/issues/gn-auth/rework-view-resource-page.gmi b/issues/gn-auth/rework-view-resource-page.gmi
new file mode 100644
index 0000000..fcf5c5a
--- /dev/null
+++ b/issues/gn-auth/rework-view-resource-page.gmi
@@ -0,0 +1,17 @@
+# Rework "View-Resource" Page
+
+## Tags
+
+* status: open
+* priority: medium
+* type: enhancement
+* assigned: fredm, zsloan
+* keywords: gn-auth, resource, resources, view resource
+
+## Description
+
+The view resource page ('/oauth2/resource/<uuid>/view') was built with only Genotype, Phenotype, and mRNA resources in mind.
+
+We have since moved on, and added more types of resources (group, system, inbredset-group, etc). This leads to the page breaking for these other types of resources.
+
+We need to update the UI and route to ensure the page renders correctly for each type, or at the very least, redirects to the correct page (e.g. in the case of groups, which have a separate "view group" page).