Giter Club home page Giter Club logo

scrumboard's Introduction

Scrum Board

This is a simple real-time scrum board for a small team. It is built with Laravel 5.3, Vue 2, and Pusher.

Screenshot of Scrum Board

Requirement

  • LAMP
  • Composer

Getting Started

    1. Clone or download this project.
    1. Copy .env.example to .env and change the environment values accordingly, e.g. app name, .
    1. Enter your Pusher key, secret, app ID, and cluster to .env file.
    1. The default authentication mechanism is Google OAuth 2 using Laravel Socialite package. Enter your Google client ID and secret for OAuth2, or you can modify the code to enable other authentication mechanism e.g. the username/password.
    1. Edit the UsersTableSeeder and StagesTableSeeder to add users and stages to database. Stages are the columns in scrum board.
    1. Run command: composer install
    1. Run command: php artisan key:generate
    1. Run command: php artisan migrate --seed
    1. Done!

License

This project is open-sourced software licensed under the MIT license.

scrumboard's People

Contributors

yappkahowe 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

Watchers

 avatar  avatar  avatar  avatar

scrumboard's Issues

error on front-end code

Hi, nice thing you build.
But when I want to get to it, there seems to be a problem with loading the .VUE files in the project.

var __vue_script__, __vue_template__ var __vue_styles__ = {} __vue_script__ = require("!!babel?presets[]=es2015!../../../../node_modules/vue-loader/lib/selector.js?type=script&index=0!./Board.vue") if (Object.keys(__vue_script__).some(function (key) { return key !== "default" && key !== "__esModule" })) { console.warn("[vue-loader] resources\\assets\\js\\components\\Board.vue: named exports in *.vue files are ignored.")}

Tried a couple of things (not an expert in this area) and this solution came closest IMO but it doesnt work: vuejs/vue-loader#417

I did change some things to the AUTH of the project, nothing that should trigger these errors.

Thanks,

Feedback & Suggestions

This is a special issue which will remain open permanently to receive your feedback and suggestions.

Although I recommend opening a new issue for each idea/bug/feature request, but you may still leave a message here to let us discuss about it. When I see fit during our conversation, I may open a new issue for further discussion of that particular topic.

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.