From 71726cc08d325b5dfd959e2abd6ed3d1049bc290 Mon Sep 17 00:00:00 2001 From: hacklschorsch <> Date: Tue, 23 Jul 2024 17:50:23 +0000 Subject: [PATCH] More work on Goals while on nuts-and-bolts call [Imported from Trac: page TahoeLAFSMobile, version 10] --- TahoeLAFSMobile.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TahoeLAFSMobile.md b/TahoeLAFSMobile.md index d8c8d6a..5c813c8 100644 --- a/TahoeLAFSMobile.md +++ b/TahoeLAFSMobile.md @@ -18,8 +18,9 @@ As [announced to the tahoe-dev mailing list](https://lists.tahoe-lafs.org/piperm The [milestones](https://gitlab.com/tahoe-lafs/tahoe-lafs-mobile/-/milestones) should reflect the current state. -- We first want to be able to read files from a user-defined tahoe-lafs storage grid (for now, a file with a list of storage servers is fine - introducers may be considered later) -- Also on iOS. +- We first want to be able to read files from a user-defined tahoe-lafs storage grid. + - For now, a file with a list of storage servers is fine - introducers may be considered later. +- Also work on iOS. - We want to be able to save files to the grid (this is a big one, as the Haskell protocol stack is missing most of this so far) - Integration with the OSses (Android, iOS) to be able to open files from and share files to the app - Would be nice to also get a working in-browser client out of this (The [framework in use](https://github.com/obsidiansystems/obelisk) supports that in theory)