azat-co / mongoui

MongoDB admin UI server written in Node.js 🎮
MIT License
585 stars 132 forks source link

Feature/display query fields #51

Closed Tom2277 closed 7 years ago

Tom2277 commented 7 years ago

After completing a query the User will see up to 22 characters of the matching query values along with the key instead of only seeing a list of ids which they must toggle open records one by one to have any indication if they have found what they're looking for. This could be especially useful for someone using mongoui to browse through matches when individual records have man many fields.

PS ... I am sorry for all of my commit history being included even as the files changed are clean. If someone would be willing to point out the workflow to avoid this sort of thing when contributing to a project I'd be grateful.

screen shot 2017-03-24 at 11 16 16 pm

azat-co commented 7 years ago

@Tom2277 you can squash the commits, something like this https://stackoverflow.com/questions/5189560/squash-my-last-x-commits-together-using-git

or use git flow

I don't mind having all this commits