Giter Site home page Giter Site logo

falcon's People

Contributors

akovalyov avatar akozhemiakin avatar amilajack avatar catalinmiron avatar chentsulin avatar davej avatar domasx2 avatar dplusic avatar dustintownsend avatar epilande avatar g1ibby avatar gloob avatar greenkeeperio-bot avatar jefffriesen avatar jhen0409 avatar jooohhn avatar kilian avatar knpwrs avatar kubijo avatar longlivechief avatar neighborhood999 avatar piamancini avatar talha131 avatar the4dpatrick avatar trstringer avatar tsemerad avatar wincent avatar xwartz avatar yeti-or avatar zeevl avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

falcon's Issues

PR: Test Connection

Allow a user to test if the configuration for a connection works before saving the connection

PR: Support for blobs

Currently we just filter row values that have blobs because we don't support them:

{
  value: Object.values(value).filter(e => !(e instanceof Buffer))
}

We should add support for this. Even db browser has this:

screen shot 2018-03-17 at 4 59 04 pm

INVESTIGATE: Borrow Ideas from Hyper

hyper is a really good example of a high quality electron app. Here's some of the things we can learn/borrow from it:

  • Auto Updates
  • Plugin System
  • Cross-platform nits/fixes/workarounds
  • Channel-based builds and releases (nightly, canary, stable, etc)

INVESTIGATE: improving startup performance

Things to investigate

  • Dynamically import only parts of falcon-core that are necessary
  • async/lazyload routes with react-router
  • Service worker to reduce network startup
  • prepack (waiting for this project to mature)
  • Native compile cache
  • electron-link (v8 snapshots)

Readings

Resources

NOTE: Requiring falcon-core reduces startup perf by 1 whole second

screen shot 2018-03-05 at 2 39 45 pm

PR: Consider new graph alternative

screen shot 2018-04-08 at 7 55 31 pm

A good web graphicsviz replacement: darge

UPDATE: Investigate altering graphviz attributes first to produce better graphs first

PR: Design System

Summary

Falcon needs to have consistent look and feel across different pages and components. We need a 'custom bootstrap-like library for falcon'. We're not going to fork bootstrap or anything. But we need a UI library that is somewhat similar to it in the sense that it has basic components such as buttons, headers, etc.

Ideas

Theming

PR: Details section

List metadata such as connection count, processes, memory, etc. Ideally, we could have something similar to this:
screen shot 2017-09-03 at 1 07 53 am

PR: Initial MVP Features

  • CRUD functionality (Is dependent on CRUD-related method rewrites in falcon-core)
  • UI library
  • Add toolbar
  • Import/export
  • Disabling buttons in certain contexts (see #13 (comment))
  • Custom Grid (replace hansontable)
  • Reimplement multi-row highlighting
  • Re-enable file-channel feature (see HomePage.js)

Closes #36

Functionality Reimplementation

  • Reimplement forms with formik
  • UI library
  • Add toolbar
  • Import/export
  • Saving and selecting Connections
  • Temporarily migrate TableDefinition to ace editor
  • Disabling buttons in certain contexts (see #13 (comment))
  • Fix login/connection page (see #13 (comment))
  • Fix navigation button size styling
  • Fix hardcoded database path (see DatabasePathReducer)
  • Adapt styling of hanson table to fit previous styling
  • Update boilerplate (change icon, app name, etc)
  • Custom Grid (replace hansontable)
  • Reimplement multi-row highlighting
  • Re-enable file-channel feature (see HomePage.js)
  • CRUD functionality (Is dependent on CRUD-related method rewrites in falcon-core)

PR: Auto updates

We'll need auto updates for the MVP. If we don't do this, users that install the initial version of the app won't be able to get updates so they'll be stuck on the initial version. We will need an apple developer license which cost around $100

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.