Update beta-program.md

This commit is contained in:
HankG 2023-01-22 23:36:06 +00:00
parent 7fe16f44a9
commit d19adedd61

View file

@ -46,7 +46,7 @@ wanted to lay out some expectations before getting into the small details
### Things that work
* Logging in with username/password. These are stored using the OS specific key vaults
* Writing posts
* Writing **public** posts
* 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)
* Very basic markdown (wrapping in stars for bold/italics)
@ -99,8 +99,11 @@ wanted to lay out some expectations before getting into the small details
### Further out things I want to have working:
* Private posts
* Post editing
* Profile editor
* 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
* 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
@ -140,6 +143,7 @@ wanted to lay out some expectations before getting into the small details
* Blocked user list
### Cumbersome and hopefully improved in the very near future:
* 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.
* Notifications need to be manually refreshed.
* The tap zone for some things is not always intuitive. For example on notifications clicking on white space around it doesn't count as a hit but you have to hit the non-hyperlinked text.
* 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