[fractal] Remove milestone list



commit ffa8b03ee5f576037d1468d0bb27ab8e63c31ba4
Author: Julian Sparber <julian sparber net>
Date:   Tue Jun 22 13:00:35 2021 +0000

    Remove milestone list

 README.md | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)
---
diff --git a/README.md b/README.md
index e02812a3..84615363 100644
--- a/README.md
+++ b/README.md
@@ -13,22 +13,8 @@ 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.
 
 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".
+Our current work focuses on getting the same level of features as we already have in the stable version. 
Then fractal-next will replace our current codebase, merging it into the main git branch and becoming the new 
nightly version. You can follow along our progress towards that goal by looking at the [feature parity 
milestone](https://gitlab.gnome.org/GNOME/fractal/-/milestones/18).
 
-### Milestones
-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.
-- [ ] **Room categories**: The user can group rooms into different categories.
-- [ ] **Room history search**: Allow users to search the room history.
-- [ ] **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.
-- [ ] **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.
 
 ## Installation instructions
 


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