GithubHelp home page GithubHelp logo

imclab / productive-birds Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stamen/productive-birds

0.0 1.0 0.0 170 KB

Project management thingie

Home Page: http://mike.teczno.com/notes/angry-productive-birds.html

productive-birds's Introduction

Productive Birds

A very bare-bones project time tracking application for small teams described in a detailed blog post. There’s not a lot of tooling here, and the goal isn’t so much a web application as an information display that can be tacked to the wall for high visibility.

Example

Install

  1. Make a new MySQL database using create.mysql.
  2. Set your database parameters in connect_mysql() at the top of lib.php.
  3. Add a client to the client_info table (sorry, I haven’t made a form for any of this):
  • client column is their name.
  • ends is a date for when the project ends, formatted like "YYYY-MM-DD".
  • days is the number of days your team can spend on the project based on the budget.
  • budget is an amount of money, used only for display and sorting.
  1. Ignore the same_clients tables unless you’re like us and used to use lots of different names for the same things.
  2. Modify the PEOPLE list at the top of lib.php with initials for your group.
  3. Go to record.php and type in some times!
  4. Get data out for use in other systems at data.php.

productive-birds's People

Contributors

migurski avatar

Watchers

 avatar

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.