Coder Social home page Coder Social logo

mission-control's People

Contributors

10allday avatar arn4v avatar bhondgesanket768 avatar dependabot[bot] avatar heyitsjs avatar kavishshah09 avatar rahimchunara avatar saif-ali-kamal avatar sayalibhiungade avatar sharadregoti avatar shubham4443 avatar yourtechbud avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mission-control's Issues

keyboat shortcut

on pressing ctrl + s from the keyboard
it should trigger the save button of mission control

Send authorization header on every request

Right now the Mission Control doesn't send the Authorization header while fetching DB connection status from Space Cloud. This results in an error when Space Cloud is run in PROD mode.

Let's send the Authorization header in each and every request.

Provide a connection string builder to edit db connection string

Right now the user is provided a single field for editing connection string. The problem with this is that the user has to learn the format of connection string.

We should perhaps provide a connection string builder like this:

Screenshot 2019-11-10 at 4 34 13 PM

This can make it easier for users to play around with the connection string

Restructure dbAction.js file

There are eventing functions in dbAction.js file
Remove eventing functions from dbAction.js and put in the appropriate place mostly in utils.js file

Autocomplete for rules

Right now the user has to manually type the entire rule to edit a rule. It could be great, if the rules editor provided auto complete for keywords in rules (eg: op, f1, f2).

Add-collection-window: Schema gets reset

When creating a collection and updating the collection name, the entire scheme-description is reset.
I guess this is due to the automatically generated skeletal structure of the type that also includes the name of the collection.

Autocomplete for schema

Right now the user has to remember the possible field types and directives (eg: @unique, @relation, etc.) while writing schema. It would be great, if this could be autocompleted.

delete_table shows result data as insert_table

In mission control, while previewing mutations, this is what is shown to us
Screenshot from 2020-06-19 20-03-48

I believe that the right hand side should also be delete_table.

I also think that this is due to this code in utils.js/generateQueries :

queries.delete.res = removeRegex(`{ 
      "data":{ 
        "insert_${colName}":{ 
          "status": 200
        }
       }
      }`, 1)

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.