relatica/beta-program.md

198 wiersze
9.1 KiB
Markdown
Czysty Zwykły widok Historia

2023-01-21 19:02:55 +00:00
# Relatica Beta Testing Program Notes
These are notes for the Relatica beta testers. Very import sections of this page
to check are:
* ["Things that work"](#things-that-work) to see what is working well
* ["Things that are broken"](#broken-and-hopefully-fixed-in-the-very-near-future-) so
you know how to avoid problems using the application in its current state,
don't report duplicate bugs, etc.
2023-01-28 02:29:46 +00:00
* ["Cumbersome things"](#cumbersome-and-hopefully-improved-in-the-very-near-future-)
2023-01-21 19:02:55 +00:00
for the same reason as the above "broken" things.
* [The CHANGELOG](CHANGELOG.md) to see what has changed with each recent version
* [Install Instructions](install.md) to see how to install the application
* [Community Communications](README.md#community-and-support) to know how to
2023-01-28 02:29:46 +00:00
get in touch with other members of the community, developers, etc.
## Introduction
2023-01-21 19:02:55 +00:00
At the present time it is possible to use Relatica as your daily driver for
2023-01-28 02:29:46 +00:00
functions that have already been implemented. I've been using it as my
2023-01-21 19:02:55 +00:00
primary Friendica interactions for over a month as of writing this in
January 2023. However, usable doesn't mean feature complete, even for the
subset of features I want to implement. Usable also doesn't mean bug free
experience. It can still be useful to people which is why I'm opening up
2023-01-28 02:29:46 +00:00
access to it right now. Having said that, this is an early beta program.
Since not everyone that is considering using the software at this point may
2023-01-28 02:29:46 +00:00
be familiar with that aspect of the software development process I
2023-01-21 19:02:55 +00:00
wanted to lay out some expectations before getting into the small details
### Expectations For Early Beta Testers
2023-01-28 02:29:46 +00:00
2023-01-21 19:02:55 +00:00
* Things that look like they are finished are not
* A lot of things look very not finished
* Download regular updates to get the latest and greatest features and fixes and feedback
* Check in on the CHANGELOG, Issue tracker, etc. for updates
2023-01-28 02:29:46 +00:00
* Some things that look finished may end up changing to improve overall user experience (the "Who
moved the gas pedal?" problem)
* Don't suffer in silence with problems. The beta program is about getting the feedback to what
works, what doesn't, etc.
Provide feedback via the Matrix room, for interactive discussions, or the GitLab issue tracker for
larger bug tracking.
* Feedback should be productive and specific while being as light a load on the beta tester as
possible:
2023-01-21 19:02:55 +00:00
* BAD: "This thing is crap!"
* BAD: "It crashed!!!!"
2023-01-28 02:29:46 +00:00
* Good: "When I click on a notification box it didn't seem to do anything until I clicked in a
very specific area"
* Good: "The app seemed to freeze up when I kept scrolling down my timeline for a long time (
like half an hour)"
2023-01-21 19:02:55 +00:00
* Good: "I'm finding X feature hard to use because Y is confusing"
2023-01-28 02:29:46 +00:00
* Good: "I am trying to do X with Friendica but I don't see a way to do it. Could that be
implemented in the app?"
2023-01-21 19:02:55 +00:00
## Application Status and Roadmap
### Things that work
2023-01-28 02:29:46 +00:00
2023-01-21 19:02:55 +00:00
* Logging in with username/password. These are stored using the OS specific key vaults
2023-01-22 23:36:06 +00:00
* Writing **public** posts
2023-01-28 02:29:46 +00:00
* Typing @ brings up a list of all known fediverse accounts that the app has ever seen as you
type (but not all that your server has seen)
* Typing # brings up a list of all known hashtags that the app has ever seen as you type (but
not all that your server has seen)
2023-01-21 19:02:55 +00:00
* Very basic markdown (wrapping in stars for bold/italics)
2023-01-28 02:29:46 +00:00
* Adding new images to posts
* Image posting with easy means of adding ALT text
* Attaching existing images to posts
2023-01-21 19:02:55 +00:00
* Resharing posts
2023-01-28 02:29:46 +00:00
* Direct (private) messaging
* Browsing timelines including from groups you've created. In this app "Home" is the same as the "
Network" (grid) button in Frio and "Yours" is the equivalent of the Home button in the app.
2023-01-21 19:02:55 +00:00
* Browsing notifications and marking individual ones read or all read
* Getting gallery list and browsing galleries
* Browsing your contacts or searching contacts that are known by your app
* Adjudicating follow requests
* Going to individual profiles to see their posts, follow/unfollow, add/remove from groups
2023-01-28 02:29:46 +00:00
* A "low bandwidth" mode that defers loading of images until you click on them, unless the app
already has that image cached locally.
2023-01-21 19:02:55 +00:00
* Light/dark mode selection
* Opening posts, comments, and profiles in the "external" browser
* Copying posts, comments, image descriptions, direct messages, urls, etc.
2023-01-21 19:02:55 +00:00
* Playing videos within the app on iOS and Android.
* Refresh timelines, galleries, and posts but loading newer or older posts has
2023-01-28 02:29:46 +00:00
specific buttons (this will probably change in the near future)
* Refresh notifications and contacts gets updates to that respective data (this may
2023-01-28 02:29:46 +00:00
change in the near future)
2023-01-21 19:02:55 +00:00
### Big things I want to have working in the near future:
2023-01-28 02:29:46 +00:00
2023-01-21 19:02:55 +00:00
* Show list of who liked and reshared posts/comments
* More timeline types like Comments, "By Activity", etc.
2023-01-21 19:02:55 +00:00
* Better timeline UX to allow for "in-fill"
* More detailed profile information for users and logged in user
* Better data display on larger format displays by doing things like:
* Allowing images/thumbnails to be larger
* Limiting maximum width of timeline columns
* Nicer aesthetics
* Fix below identified issues
* Notifications broken into:
* Messages (from message system)
* Friend requests
* Real notifications
* More greedy loading of notifications when not in low bandwidth mode
* More intuitive timeline controls
* Real paging across the board
* Notifications
* Comments
* Offline caching of older content
* Dynamic search of locally known posts and hashtags.
* Make forum posts
* Internationalization
* Better screen reader interactions
### Further out things I want to have working:
2023-01-28 02:29:46 +00:00
* Private posts
2023-01-21 19:02:55 +00:00
* Post editing
* Profile editor
2023-01-22 23:36:06 +00:00
* Opening accounts, tags, etc within posts within the app itself through user's home server
* Equivalent of account/post link paste and processing from website version
2023-01-21 19:02:55 +00:00
* Group creation, deletion, renaming
* Being able to load accounts and/or posts from links from other users within app
* Open fediverse accounts/files within app
* Nitter replacement of Twitter links
* User configurable Server blocking
* Server-side searching tied into profiles, posts, hashtags
* OAuth logins
* Being able to ignore/unignore users
* Deleting images and entire galleries
* Events
### Things I don't envision implementing in the foreseeable future:
2023-01-28 02:29:46 +00:00
2023-01-21 19:02:55 +00:00
* Account creation through the application
* Creating new forums through the application
* Site administration
* Two-factor authentication
* Adding videos or files to posts
* Multi-account logins
## General behaviors/problems to be aware of:
2023-01-21 19:02:55 +00:00
### Broken and hopefully fixed in the very near future:
2023-01-28 02:29:46 +00:00
* Resharing of Diaspora federated posts is currently broken server side. All other posts should be
reshareable. (Already fixed in Friendica but not in the stable release yet)
2023-01-28 02:29:46 +00:00
* Content Warnings/Spoiler Text on *posts* aren't federating over to Mastodon well so only use it on
Comments for now
* ALT text on images should not have any quotation marks as it breaks when federating over to
Diaspora for the time being
2023-01-21 19:02:55 +00:00
* Portrait videos overflow their boxes in the timeline
* Blocked/ignored user's content is still returned by the API
2023-01-28 02:29:46 +00:00
* Paging for some of the endpoints either isn't wired in yet or is not working as needed server
side. That includes things like:
2023-01-21 19:02:55 +00:00
* Friend requests
* Gallery Contents
* Comments on posts
* Tags
* Notifications
* Blocked user list
### Cumbersome and hopefully improved in the very near future:
2023-01-28 02:29:46 +00:00
* The only post type that is supported right now are public posts therefore all posts you write
through the app will have this privacy level.
2023-01-21 19:02:55 +00:00
* Notifications need to be manually refreshed.
2023-01-28 02:29:46 +00:00
* Responsiveness can be laggy. Sometimes hitting buttons doesn't seem to do something but it is
doing a network request. I know I need to improve that
* In galleries you need to double click on the picture to open the preview. It is remnants of an
experiment I was doing on more consistent UX which feels broken so I'm changing.
* Sometimes timelines get confused so swapping between the different groups/timelines creates a
muddled display. Restarting the app fixes this.
* Some images within posts, usually graphical emojis, are rendered drastically larger than they
should be.
* On Linux you will need to re-enter your credentials each time you use the app for the first time
after logging in.
2023-01-21 19:02:55 +00:00
* Groups are listed by the order they were created not alphabetically in the drop down menu
* Liking a nested comment can appear to lock up (it stays grayed out). Navigating back and forth
fixes that.
2023-01-28 02:29:46 +00:00
* The "in fill" problem: Timelines fill only at the ends with at most 20 posts per call. So let's
say you logged in at 09:00 and the initial pulls went from 07:00 to 09:00:
2023-01-21 19:02:55 +00:00
```
07:00=====9:00
```
2023-01-28 02:29:46 +00:00
While browsing you asked for older posts that pulled posts back to 06:00 and up to the time you
asked for more, say 09:30 so the timeline looks like:
2023-01-21 19:02:55 +00:00
```
06:00=========09:30
```
2023-01-28 02:29:46 +00:00
Now at lunch time you come back and ask for newer posts. It will pull the last 20 posts from 12:00
which say took you back to 11:00.
2023-01-21 19:02:55 +00:00
The timeline looks contiguous but it really is:
```
06:00=========09:30 11:00=====12:00
```
There may be posts in the 09:30 to 11:00 gap or may not. Right now there is no way to fill