Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improving query input #3

Open
dashersw opened this issue Aug 15, 2020 · 0 comments
Open

Improving query input #3

dashersw opened this issue Aug 15, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@dashersw
Copy link
Owner

dashersw commented Aug 15, 2020

The query input should be:

  1. should accept valid POJO instead of strict JSON. For example { name: 'armagan' } should be a valid query.
  2. syntax-highlighted
  3. should go multiline if the user hits enter
    1. should lint / fix indentation
  4. should run the query if the user hits cmd + enter
  5. should identify ObjectIds when pasted, and should fetch the record with only the object id in the input (5dedd16e32bee525febd2d92 should be a valid query and shouldn't require _id: '5dedd16e32bee525febd2d92')
@dashersw dashersw added the enhancement New feature or request label Aug 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant