Code Monkey home page Code Monkey logo

bullet-ui's Introduction

Bullet UI

Build Status Code Climate Test Coverage GitHub release

Introduction

This project is the UI for Bullet built in Ember 3 Octane. The UI does not use a database and stores all Bullet queries/results locally using HTML5 local storage.

Documentation

All documentation has moved to Github Pages here.

Links

Useful Links

Code licensed under the Apache 2 license. See LICENSE file for terms.

bullet-ui's People

Contributors

0aix avatar akshaisarma avatar drewfish avatar hbxie avatar mogball avatar nathanspeidel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

bullet-ui's Issues

Allow Admins to Plug In Query Validation

For example, I might want to launch a UI that alerts a user if they enter a value that ends with a space (which might be hard for the user to see). Or I might want to alert a user if they enter a commonly mistaken filter value that cannot occur in the data the backend is ingesting.

Update dependencies

Notably:

Revisit ember-source to 3
ember-tooltips to 3.4+
ember-scroll-to
ember-tether
ember-light-table

Support a BQL page

Features:

Simple shell like access that submits BQL
Autocomplete with Schema knowledge would be nice

Allowing graphing and pivoting

The results view would be greatly enhanced (particularly for Distribution queries) if the user could choose columns to pivot on and/or graph them.

Deep merge properties in settings

When settings are specified for different environments, we only merge the defaults one level deep. The 'defaultValues' key in settings especially has a deeply nested structure that would benefit from having some standard values predefined and merged into per-env settings.

Floats Should Be Treated As Numbers

Currently fields with the FLOAT datatype are not treated properly in the query builder. For example, when adding a filter for a field that has FLOAT datatype, the only filters available are "is null" and "is not null". FLOAT fields should be treated the same way as LONG and DOUBLE, supporting >=, <=, ==, etc.

Share query: Create a query from a URL

Encode a created query into a serialized format, expose an endpoint that can accept a GET request with this serialized format and create a new query. This will let people "share" queries.

Warn Users of Trailing Whitespace

When adding a filter, all trailing whitespace in the value entered by the user is currently sent to the backend.

Because of this, users can easily unintentionally send an incorrect filter. For example, a user might try to add a filter "id"="ke8dj21nd", but accidentally send the trailing whitespace to the backend: "id"="ke8dj21nd "

When filters have trailing (or prepending?) whitespace the UI should warn them about this to ensure it is intentional.

This can be done with either a popup? Or maybe an exclamation-mark icon that appears next to the field with a description that appears when a user mouses-over the icon.

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.