Code Monkey home page Code Monkey logo

scrumforce's Introduction

Scrumforce is a Force.com app on the AppExchange that provides the ability to manage SCRUM agile projects.

Various records can be entered to portray the types information within a SCRUM team namely:
- Epic- A large User Story, generally too big to fit into a single Sprint. Useful for high level 'road map'/
'release planning'.
- Theme โ€“ A set of related User Stories. Useful for high level 'road map' / 'release planning'.
- User Story - Includes 'User Stories' as well as Bugs and other items that may not have originated from
  the Product Backlog.
- User Story Task - Sprint Backlog Tasks for a piece of User Story.
- Sprint - A collection of pieces of User Story to be worked on over a period of time.

The system takes care of regular snapshots of rolled up Sprint information (i.e., remaining points and hours)
which are stored as 'Sprint Burndowns' and then charted on the Sprint page layout.

If you need to run the snapshot code adhoc (it will only ever create maximum one record per day per Sprint):
SprintBurndownNightlyRollup sbnr = new SprintBurndownNightlyRollup();
System.Database.executeBatch(sbnr);

As much as possible standard Salesforce platform functionality has been used to create this application
and Apex development has been only used as necessary.

==FEATURES==
- A Virtual Wall to drag and drop User Story Tasks to update status as well as edit User Story Task information

==STORY POINT SCALE==
Story Point scale: 0, 1, 2, 3, 5, 8, 13, 20, 40, 100, ?
0: simple field, page layout update, list view
1: complex field / very simple object (<2 fields)
2: simple object (3 > 5 fields, tab, page layouts, search layouts, app)
3: complex object (>5 fields) / very simple trigger, class, VF page
5: simple trigger, class, VF page
8: complex trigger, class, VF page
13: very complex trigger, class, VF page (consider decomposing if possible)
20: business process (needs decomposing) EPIC
40: business system (needs decomposing) EPIC
100: business concept (needs decomposing) EPIC

Sprints = 2 hours

==PRODUCT BACKLOG==
See https://github.com/manuerwin/ScrumForce/issues for current Story backlog

http://coderwall/manuerwin

scrumforce's People

Contributors

manuerwin avatar

Stargazers

Praneel PIDIKITI avatar

Watchers

James Cloos avatar Andy Mahood avatar

Forkers

seshadrisarat

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.