[fractal/about-fractal-next] readme: updated milestones




commit 876f62aa1d1a578c4a9b4cb5585927b5dfad50d4
Author: Julian Sparber <julian sparber net>
Date:   Fri Feb 5 16:37:22 2021 +0000

    readme: updated milestones

 README.md | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/README.md b/README.md
index 8e866359..02291fea 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,10 @@ We are working on rewriting Fractal from scratch using [GTK4](https://www.gtk.or
 
 We already talked several times in the past about rewriting the application, but for different reasons we 
didn't do it. Now that the [matrix-rust-sdk](https://github.com/matrix-org/matrix-rust-sdk) exists, which 
does a lot of the heavy lifting for us, we have a good starting point to build Fractal without the need to 
implement every single feature from the Matrix API. Finally with the release of GTK4 we would need to rework 
most of Fractal's code anyways. Therefore, it just makes sense to start over and build Fractal with all 
features (e.g end-to-end encryption) we have in mind.
 
-Issues that target fractal-next should be labeled accordingly as "fractal-next".
+The main development branch is [fractal-next](https://gitlab.gnome.org/GNOME/fractal/-/tree/fractal-next). 
Issues that target fractal-next should be labeled accordingly as "fractal-next".
 
 ### Milestones
-The milestones are an unordered list of features we will need to implement (help is much appreciated 😀️)
+The [main milestone](https://gitlab.gnome.org/GNOME/fractal/-/milestones/18) we try to achieve is to support 
all features the current Fractal has so that we can switch from Fractal to Fractal-next as the main codebase. 
In more details we need to implement the following features:
 - [ ] **Base functionality**: Fractal-next allows an user to login into there account and view rooms and the 
room history.
 - [ ] **Room details**: The user can view and change room settings (room visibility, roles and permissions, 
etc.) and view room members.
 - [ ] **Room management**: The user can create, join and leave rooms.
@@ -24,16 +24,12 @@ The milestones are an unordered list of features we will need to implement (help
 - [ ] **Notification settings**: The user can set global notification preferences and per-room notification 
preferences.
 - [ ] **Account settings**: The user can view and change it's own profile and manage logged-in devices.
 - [ ] **Support different message types**: The room history shows different message types e.g. emotes, 
stickers, images, videos.
-- [ ] **Feature parity**: Fractal-next supports all/most feature "old" Fractal currently has and 
Fractal-next can replace Fractal.
 - [ ] **End-to-end encryption**: Fractal-next can manage encryption keys and read/write encrypted messages.
 - [ ] **Room discovery**: The user can search for public rooms and join them.
 - [ ] **Notification Viewer**: Fractal-next has a viewer for all important notifications collected in one 
area.
 - [ ] **Multi-account support**: Support multiple Matrix accounts.
 - [ ] **Third-party identifiers**: The user can login via e-mail address or phone-number.
 
-We will need most of the above milestones to be able to switch from Fractal to Fractal-next, so features we 
have in currently should be implemented first.
-
-
 ## Installation instructions
 
 Flatpak is the recommended installation method. You can get the official


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]