Code Monkey home page Code Monkey logo

status-board's Introduction

Status Board

Ideas

Here are the ideas behind the status board script:

  1. Self hosted and open source
  2. Simple and elegant code
  3. Modular and easy to add new status widgets

Current Widgets

  • Authentic Jobs
  • Google Analytics
  • GitHub commit log
  • GitHub issues
  • Pingdom
  • RSS
  • Stocks
  • Twitter
  • Weather

Widget Ideas

  • Basecamp
  • News Feeds
  • Bus / Train / Traffic status
  • Radio - Spotify, Grooveshark, etc. Would play based off api.
  • BitBucket API
  • Pancake Payments
  • Anything that you always want to look at during the day

Requirements

Since the application is built on Laravel, a PHP framework, the requirements are PHP 5.3+ and a compatible web server.

Installation and Usage

Installation is very easy. Upload the files to your server and visit http://example.com/index.php. All of the default widgets should load. To manage widgets, edit application/config/widgets.php. The application also supports the creation of multiple boards. These are configured in application/config/boards.php and you'll need to register another route in application/routes.php.

Widgets are being transitioned into bundles, so the files in widgets/ and bundles/ will look similar if not the same. Only changes to the files in bundles/ will be reflected in the boards.

Remember, this is alpha code so use at your own risk.

Help Out

If you are interested in helping out let me know. The more help the better ;) I haven't figured the best route for project planning so if you have any ideas on the best way let me know. When I mentioned this idea over twitter I did get a lot of positive feedback so I feel this project is worth pursuing.

Also until I get everything planned consider subscribing to a newsletter. I am planning to use that so I can contact everyone to schedule a time and place for v1 planning.

status-board's People

Contributors

eric-famiglietti avatar ericlbarnes avatar jrmadsen67 avatar lrcg 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  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  avatar  avatar  avatar  avatar  avatar

status-board's Issues

Twitter Widget and Curl

I came across a problem this morning where the Twitter widget wouldn't return anything and after some investigation found that the Curl error was "Could not resolve host: search.twitter.com; No error 6".

The only way I could fix this was to add
curl_setopt($ch, CURLOPT_DNS_USE_GLOBAL_CACHE, FALSE);

Have you found this issue before or a different solution?

Widget loading broken

This was broken by me when I committed before updating. I'm not sure how to roll back the repo or fix this. Here is the relevant commit: 324e77d

Save widget positions

New to Laravel so I wasn't sure what was the best way to save the positions of the widgets.

I was thinking to write the boards config file with the updated positions but there may be a better way?

Widget sizes

//cc @ericbarnes //cc @eric-famiglietti

I think we should adopt some specific widget sizes with defined heights and widths rather than percentages so they can slot in more easily.

Eg the medium size has a different height to the tiny, small and large sizes.

Suggestion for sizes and possible filenames:
230x230 - 1_1
230x460 - 1_2
460x230 - 2_1
460x460 - 2_2
920x230 - 4_1
920x460 - 4_2

What do ye think?

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.