flipper-io / flipper

Flipper is a development platform that can be controlled from any programming language.
https://www.flipper.io/
Apache License 2.0
70 stars 15 forks source link

Identify dashboard application technologies #84

Closed nicholastmosher closed 7 years ago

nicholastmosher commented 7 years ago

The following are the current most attractive technologies for developing the dashboard.

Platform

Electron. Enables cross-platform support, uses web technology for UI development, and gives access to node ecosystem.

Primary frameworks

Supporting libraries

Potential dependencies

Boilerplate

Will likely use this boilerplate as a quick setup for development.

Proposed project setup

The flipper project is currently entirely housed in owner/flipper, where "owner" is currently "georgemorgan" (making this distinction because it's possible we move it to the "flipper" group later on).

I'd like to create the dashboard project in a repository owner/flipper-dashboard which tracks upstream changes to the boilerplate project mentioned above. That way, we can keep the development environment in sync with improving development tools added upstream.

To relate the projects together, we can create a git submodule link to the owner/flipper-dashboard repository located at utils/dashboard/.

nicholastmosher commented 7 years ago

Closed. See georgemorgan/flipper-dashboard#3.