Open zachsa opened 7 years ago
I'm using CouchDB 2.1 installed on Windows 10, and Ubuntu 16.04
Apologies, I see that pressing the escape key removes notifications
@garrensmith My PR partially fixed this issue. I think we should keep this issue open because it has some good improvement suggestions.
Sure. Good idea.
More UI issues found here. Z-index issues between react-select and document view. @garrensmith can I work on this also?
On a different note, for usability it would be good if the search bar was more responsive in the document view. It is inaccessible too early on larger screen sizes. The alternative is the query but that requires going into a new pane and editing JSON which loses the 'liveliness' of the search. For large projects with a significant amount of documents - this saves a ton of time.
SEARCH HIDDEN
SEARCH VISIBLE
A more critical usability bug in my opinion is losing the Search Contents if you veer focus on anything but the input field. This is annoying, especially when you can have long document keys!!! It would be my pleasure to help fix this issue ...
FOCUSED | TYPING
UN FOCUSED | CLICKED AWAY
@garrensmith can I attempt to work on this. Would be some kind of onblur + onChange event handler to ensure the input values are not removed.
In fact, was looking in react-select issues ... and with some creative searching, found this:
To Address @zachsa list. I found proof of number 5 that could be tackled in the future. This is for losing connection.
Notice how the loading bars are active but no indication of what is wrong. The Developer Console provides the answer naturally....
Maybe an other optimization is to put to notification-bar to the bottom of the page to prevent the overlap of the top menu...
The Fauxton interface is great visually! Compared to Futon sometimes elements of the UI get in the way, however, and make for a slower workflow and provide less useful visual feedback than Futon. A few examples that I can think of offhand:
Notifications
The green notification screen takes forever to disappear, meaning that I usually have to drag my mouse across the top screen to close it. However, when it shows an error that I want to read there are two problems:
I recommend that OK (green and blue) notification messages are transparent and disappear on a click, and that error messages (the black with red writing) don't disappear when hovered over. Or that something else is used instead. The green notifications are irritating and the error notifications are exasperating for now.
DB metrics
Where I worked previously, we were using Couchbase-lite on an Android phone and the most basic test in our development workflow was 'is it syncing'. It was great that we could refresh the Futon page and see if the doc count incremented. On Fauxton, so far as I know, you would have to use a cURL command or navigate away from the Fauxton interface to the _all_docs endpoint. I'd prefer to stay on Fauxton if possible
I recommend putting this metric next to 'showing document 1 - 20'.
MapReduce index results view
Futon showed a key: condensedJsonDoc output. this was much better than the current options in Fauxton:
A bug
This doesn't really effect usability, but is clearly an error. There is a display bug in the {json} button in the menu bar. I've attached a photo showing the error:
I'm using a recent version of chrome on a relatively old 21" VGA monitor.
I'm not an experienced developer (I've been working +/- 2 years on databases), so I can definitely imagine that my use-case examples reflect that inexperience. However, coming to Futon, using CouchDB was much easier than it is with Fauxton due to the small UI aspects that are slightly more complicated (in my opinion).
Fauxton has encouraged me to make more use of cURL and learn the API endpoints, which is great. But I'm guessing not the point of a user interface.