diff options
author | Frederick Muriuki Muriithi | 2022-03-14 11:50:34 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-03-14 11:55:58 +0300 |
commit | 5333b5392f4259f43afaaa0bf942ba6996b8a0fc (patch) | |
tree | d54aca85eaa7851c4d47d676b2d9d25a8bfc672d /topics/ui | |
parent | 13d2053216a4ea09fee2ebfb5aa4c4e2d19d7c7e (diff) | |
download | gn-gemtext-5333b5392f4259f43afaaa0bf942ba6996b8a0fc.tar.gz |
Tag and prioritise a bunch of issues
Diffstat (limited to 'topics/ui')
-rw-r--r-- | topics/ui/adding-delete-button.gmi | 12 | ||||
-rw-r--r-- | topics/ui/adding-terminal-output.gmi | 7 | ||||
-rw-r--r-- | topics/ui/gn3-api-cli.gmi | 10 |
3 files changed, 25 insertions, 4 deletions
diff --git a/topics/ui/adding-delete-button.gmi b/topics/ui/adding-delete-button.gmi index 872c8e2..63df679 100644 --- a/topics/ui/adding-delete-button.gmi +++ b/topics/ui/adding-delete-button.gmi @@ -1,5 +1,11 @@ # Add button to delete an entire dataset in gn2 -An interface for deleting data existed in gn1 but is not present in -gn1. This is something that should be added once the authorisation -work is finalised. +## Tags + +* assigned: ?? +* type: bug +* keywords: ui, dangerous feature, status: unclear + +## Description + +An interface for deleting data existed in gn1 but is not present in gn2. This is something that should be added once the authorisation work is finalised. diff --git a/topics/ui/adding-terminal-output.gmi b/topics/ui/adding-terminal-output.gmi index a3e3350..afe4e9b 100644 --- a/topics/ui/adding-terminal-output.gmi +++ b/topics/ui/adding-terminal-output.gmi @@ -6,6 +6,13 @@ GeneNetwork runs external tools. We would like to have an option for (advanced) As GN3 (REST) API handles calling external tools it kinda make sense to handle the terminal output page through GN3 and communicate through websockets. But first I'll do a Sinatra test run. +## Tags + +* assigned: ?? +* keywords: GN3, terminal, CLI +* status: unclear +* priority: low + ## possible xtermjs alternative => https://github.com/joewalnes/websocketd possible xtermjs alternative diff --git a/topics/ui/gn3-api-cli.gmi b/topics/ui/gn3-api-cli.gmi index cbb0887..1bea97c 100644 --- a/topics/ui/gn3-api-cli.gmi +++ b/topics/ui/gn3-api-cli.gmi @@ -1,5 +1,13 @@ -# Genetwork CLI +# GeneNetwork CLI +## Tags + +* assigned: ?? +* type: feature-request +* priority: low +* keywords: command-line interface, CLI + +## Description It would be great for GeneNetwork to have a nice command line client for doing most if not all the things you can do with the html interface (GN2) and/or the API (GN3). |