Giter Club home page Giter Club logo

Comments (10)

creharmony avatar creharmony commented on September 1, 2024 1

Hey cool ! I tried the latest version and here is my feedback:

  • I searched a little the current version of app and then found that it's in the title 👍
  • docker hub image has not been updated since 4 month so I decided to clone/build it localy (with this fix for dns) : docker build --network=host -t mongodb-php-gui . 🆗
  • minor feedback about login page: if you don't have an uri but your auth rely on different admin db you can't login. So you need to rely on an uri in the form of mongodb://root:passworkd@mongodbHost:27017/mydatabase?authSource=admin
  • CTRL + ENTER: work well thanks 👍
  • CTRL + SPACE to see hint (from your diff) seems not working for me.
  • for your question about count IDK, maybe CTRL+* ?

from mongodb-php-gui.

SamuelTallet avatar SamuelTallet commented on September 1, 2024 1

@creharmony Since v1.2.5, Ctrl + * triggers a "Count" action. BTW, MongoDB PHP GUI supports now regular expressions 😃

from mongodb-php-gui.

SamuelTallet avatar SamuelTallet commented on September 1, 2024

Thanks for the idea!

from mongodb-php-gui.

SamuelTallet avatar SamuelTallet commented on September 1, 2024

@creharmony Since v1.2.0, Ctrl + Enter triggers a "Find" action. If you have a key idea for the "Count" action, let me know 😉

from mongodb-php-gui.

SamuelTallet avatar SamuelTallet commented on September 1, 2024

@creharmony Thanks for your feedback.

docker hub image has not been updated since 4 month so I decided to clone/build it localy

Docker Hub image has been updated yesterday. docker run --rm -p 5000:5000 samueltallet/mongodb-php-gui should do the job.

if you don't have an uri but your auth rely on different admin db you can't login

I'm aware of this issue 😕 Maybe I should add an "Auth Source" field after "Database" field?

CTRL + SPACE to see hint seems not working for me.

Did you selected a database and a collection? Collection is not empty? Can you please give me version of your OS and browser?

about count IDK, maybe CTRL+* ?

Yes. Why not 🙂

from mongodb-php-gui.

creharmony avatar creharmony commented on September 1, 2024

@SamuelTS

  • docker hub image: oO mea culpa I was using wrong image :)

Maybe I should add an "Auth Source" field after "Database" field?

  • yes

Mongodb uri page

  • If I'am an user starting from scrach, I've to search mongo uri format, it could be great to have next to the URI input a way to set (ex. button or copy/paste) a default uri value
    example: <code>mongodb://root:[email protected]:27017/mydatabase?authSource=admin</code>

CTRL+SPACE

  • it's ok, I just misunderstood the way to use it: I'must start typing a given field then user ctrl space to complete; sorry for the noise, your feature works 🙏

Note: you could also describe keyboard shortcut on hover of each related button (ex. Find button tooltip: [Ctrl]+[Enter] Find)

from mongodb-php-gui.

SamuelTallet avatar SamuelTallet commented on September 1, 2024

you could also describe keyboard shortcut on hover of each related button

That's a great idea! 😃

from mongodb-php-gui.

SamuelTallet avatar SamuelTallet commented on September 1, 2024

@creharmony

If I'am an user starting from scrach, I've to search mongo uri format, it could be great to have next to the URI input a way to set (ex. button or copy/paste) a default uri value

I found a compromise between "beginner-friendly" and "non-intrusive": show an example URI in placeholder.
MongoDB PHP GUI - URI Placeholder Candidate

What do you think about?

from mongodb-php-gui.

creharmony avatar creharmony commented on September 1, 2024

I like it 👍 😄

from mongodb-php-gui.

creharmony avatar creharmony commented on September 1, 2024

Amazing : count/find works well ; thanks @SamuelTS for your work 👍
I close this issue as all is done :)

from mongodb-php-gui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.