summaryrefslogtreecommitdiff
path: root/topics
diff options
context:
space:
mode:
authorjgart2021-07-26 05:28:37 -0400
committerjgart2021-07-26 05:28:37 -0400
commite348508b1b752fdf5832201852d3eb7b7e4eb3a8 (patch)
tree9cf809e5aaca5449f05faa16259e1d3c5c2661ff /topics
parent5f011b05a05b72a96a0baa0b2dffefa4bac73bfd (diff)
downloadgn-gemtext-e348508b1b752fdf5832201852d3eb7b7e4eb3a8.tar.gz
Initial ideas for binderlite front end and backend
Diffstat (limited to 'topics')
-rw-r--r--topics/notebooks/binding-lite.gmi10
1 files changed, 10 insertions, 0 deletions
diff --git a/topics/notebooks/binding-lite.gmi b/topics/notebooks/binding-lite.gmi
index 6b55cf2..ae9e93c 100644
--- a/topics/notebooks/binding-lite.gmi
+++ b/topics/notebooks/binding-lite.gmi
@@ -93,3 +93,13 @@ The use cases for `repo2guix` are driven by the following design decisions:
2. Manual guix container building and running the container from the command line,
`repo2guix`, by users on their workstations.
+
+## Initial Ideas for binder-lite Front End and Backend
+
+* Single-page application for logging in to a guix-jupyter notebook view.
+
+* Leverage oauth for reusing user registration credentials from other platform websites.
+
+* Git repository url input form for sending to repo2guix on the backend.
+
+* Push changes made in notebook session to remote origin repository on third-party git forge.