Giter Site home page Giter Site logo

project_management's Introduction

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version: 2.3.3

  • System dependencies:
    ubuntu
    ruby
    rails

  • Database creation:
    rake db:create
    rake db:migrate

  • Database initialization:
    rake db:seed

  • How to run the test suite:
    rspec(Inprogress)

  • How to run the application:
    rails s

  • Assignment: See Assignment in PDF format

Write a Rails application for managing projects weekly todo list.

In an organization project manager generally work with multiple projects, multiple teams, team member.

Often it happens, he misses out some of the minute details like who is working on what at current point of time.

Also sometime it may happen,in a day some team members are too busy but some are free. You have to build a system which will help project manager in creating a todo list for project and help to show status of system at any given point of time.

  1. System should have well defined authentication system (Use any gem like Devise)

  2. System should have well defined authorization system (You can use gem like 'cancan' or just build your own way of handling it)

  3. System has only two roles

  4. admin(Project Manager)

  5. developer

  6. As admin,

  7. He/She should be able to create a project

  8. He/She should be able to create a todo for project (e.g "Design database for feature X")

  9. He/She should be able to assign a todo to developer

  10. He/She should be able to add developer to project (Note: Project can have many developer and developer can have many projects)

  11. As developer,

  12. He/She should be able to see a todo list for him.

  13. He/She should be able to mark is 'in progress' or 'Done'.

  14. On admin's dashboard (After login page),

  15. At any given point of time he will see a list of all developer list with todo in following format.

alt text

Show same view as above, but instead of developer it should show data project‐wise. Also show graph using google chart api (https://developers.google.com/chart/)

Show project‐wise pie chart for todo's status like, 5 is in Done state, 10 is in new State and 4 is in progress

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.