spelling grammar
This commit is contained in:
parent
a2e035830c
commit
7a04d1f7af
7 changed files with 197 additions and 27 deletions
38
ISSUES.md
38
ISSUES.md
|
|
@ -2,29 +2,27 @@
|
|||
|
||||
|
||||
## Creating Channels
|
||||
* Creating a channel is weird from a UX perspective. You it the plus arrow and a textfield comes up but there isn't any indication on how to submit it (hitting enter works but not have a button is a weird UX)
|
||||
* Creating a channel is weird from a UX perspective. You hit the plus arrow and a text field comes up, but there isn't any indication of how to submit it. Hitting Enter works, but not having a button is a weird UX choice.
|
||||
* Hitting the plus icon again hides the text field but doesn't clear the value
|
||||
* The plus button works as a visibility toggle but doesn't change from + to -. I would add a + button next to the Channels title which opens a mini form that has a text field with a create and cancel button. You can have the ESC key close the dialog but there should be clear buttons on what does what.
|
||||
|
||||
* The plus button works as a visibility toggle but doesn't change from + to -. I would add a + button next to the Channels title that opens a mini form with a text field plus Create and Cancel buttons. You can have the Esc key close the dialog, but there should be clear buttons showing what does what.
|
||||
|
||||
## Chatting
|
||||
|
||||
* Attaching files doesn't really show whats happening, there should be a preview (whether link or image or whatever).
|
||||
* The change bar should have a dragable area to drop files into
|
||||
* The file upload currently accepts anything it seams but creating local links
|
||||
* Attaching files doesn't really show what's happening; there should be a preview, whether link, image, or whatever.
|
||||
* The chat bar should have a draggable area to drop files into.
|
||||
* By default it seems 'react' gives a permission error? It also has a weird assortment of emoji's by default.
|
||||
|
||||
|
||||
## Blurbs
|
||||
|
||||
* + button acts as hide/show toggle but doesn't change to - or whatever when it is shown
|
||||
* hiding blurb doesn't clear fields
|
||||
* character count seems to keep previous character count after blurb
|
||||
* Need a filter and sort feature so you can see blubs by topic or user.
|
||||
* The + button acts as a hide/show toggle but doesn't change to - or whatever when it is shown.
|
||||
* Hiding a blurb doesn't clear the fields.
|
||||
* The character count seems to keep the previous count after posting a blurb.
|
||||
* Need a filter and sort feature so you can see blurbs by topic or user.
|
||||
* Need a subscription feature with notifications so you can see what a user is saying
|
||||
* Need a read/notread feature so users can filter out read blurbs
|
||||
* Is the goal to be able to repond to blurbs?
|
||||
* Hastags?
|
||||
* Need a read/unread feature so users can filter out read blurbs
|
||||
* Is the goal to be able to respond to blurbs?
|
||||
* Hashtags?
|
||||
* Sharing and linking to Chats, Essays, and Forums
|
||||
|
||||
## Forum
|
||||
|
|
@ -46,25 +44,25 @@
|
|||
## Map
|
||||
|
||||
* Is the point to show where users are? If so users need to be able to set their location.
|
||||
* Should users be only able to share their location with certain users or everyone
|
||||
* Should users only be able to share their location with certain users, or everyone?
|
||||
|
||||
|
||||
## General UI
|
||||
|
||||
* Log out button is very large and in a weird spot. Logging out is not a common activity so it shouldn't have such prominence.
|
||||
* What is the purpose of the left hand tray? Is it for eventually having access to multiple servers or just a logo? It takes up reastate without providing a use. If the server feature isn't going to exist for awhile it should be removed and the logo placed elsewhere.
|
||||
* The user's avatar is very large with some properties around it. This should probably follow the more common convenstion of it being an icon in the top right and have the settings in a properties panel or or page. Once set the user isn't going to interact with the profile that much so more room should be given to common operations.
|
||||
* No theme really or at least the look is very sparse. Setting just a color is find by it would be nice to have the ability to set a swatch or theme of different colors (like an IDE theme)
|
||||
* What is the purpose of the left-hand tray? Is it for eventually having access to multiple servers, or is it just a logo? It takes up real estate without providing a use. If the server feature isn't going to exist for a while, it should be removed and the logo placed elsewhere.
|
||||
* The user's avatar is very large with some properties around it. This should probably follow the more common convention of being an icon in the top right, with the settings in a properties panel or page. Once set, the user isn't going to interact with the profile that much, so more room should be given to common operations.
|
||||
* There isn't really a theme, or at least the look is very sparse. Setting just a color is fine, but it would be nice to have the ability to set a swatch or theme of different colors, like an IDE theme.
|
||||
* Context menu icons are rough
|
||||
* No server admin panel
|
||||
* Need a way to admin users
|
||||
* History of users actions
|
||||
* History of user actions
|
||||
* Global search to find chats, blurbs, forums, or essays
|
||||
|
||||
## Accessibility
|
||||
|
||||
* Might need to look at the tabbing order and make sure everything is tabbable.
|
||||
* hot keys for switching between areas
|
||||
* Contrast is harsh for different colors in theme. Colors for buttons labels/icons should be calculated to have adequete contrast to primary color
|
||||
* Hotkeys for switching between areas
|
||||
* Contrast is harsh for different colors in the theme. Colors for buttons, labels, and icons should be calculated to have adequate contrast with the primary color
|
||||
* Light/dark theme
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue