Projects tagged ‘agile’ and ‘projectmanagement’


Jump to tag:

Projects tagged ‘agile’ and ‘projectmanagement’

Filtered by Project Tags agile projectmanagement

Refine results Project Tags scrum (10) java (4) python (4) rubyonrails (3) web (3) csharp (3) django (3) c (3) api (2) project_management (2) flex (2) burndownchart (2)

[26 total ]

1 Users

Agilito aims to do just enough for you to effectively and efficiently manage projects using an Agile methodology. Agilito allows you to track iterations, user stories, tasks, test cases, test ... [More] results in a simple, easy to use Agile project management tool. There are 5 main screens to easily manage your project: * Easy to read summary screens on Iteration status, showing burndown chart and state of each user story * Find the running total of logged hours versus estimates for an iteration * Summary screen to find and manage all information related to a user story * Log your hours against tasks and easily update the state of task also * Backlog screen for storing and refining requirements (unscheduled work) Check out more information at http://agilito.com . [Less]
Created about 1 year ago.

1 Users

This software is a project management tool specifically designed for research projects where precise deliverables cannot be defined up-front. The project is a consensus based project, we welcome ... [More] any constructive participation and recognise/reward sustained contribution by inviting people into the project to help out. [Less]
Created 12 months ago.

0 Users

The project is aiming to create a web tool to support the use of scrum in a project, not necessarily limited to software development only. The Project will be made using Java with the support of three ... [More] powerful Google tools: Google Web Toolkit (to create an AJAX JavaScript web front end using Java) Google App Engine (for free deployment to http://scrumtuner.appspot.com/) Google Chart API (to create graphs such as burn down graphs) The project is developed using Eclipse (Galileo 3.5) with two plugins. Google Plugin for Eclipse SVN for Eclipse (http://www.eclipse.org/subversive/documentation/gettingStarted/aboutSubversive/install.php) [Less]
Created 3 months ago.

0 Users

Python APIs for Pivotal Trackerpytracker is a simple Python API that wraps the Pivotal Tracker REST APIs. The API ships with an example that updates a Google Calendar with release dates. ... [More] ExamplesAuthenticatefrom pytracker import Tracker from pytracker import Story from pytracker import HostedTrackerAuth def main(argv): auth = HostedTrackerAuth('username', 'password') tracker = Tracker(10101, auth)Fetch a story story = tracker.GetStory(684566)Create a storystory = Story() story.SetName('wake up') story.SetEstimate(1) tracker.AddNewStory(story)Update an existing storystory = tracker.GetStory(684566) story.SetCurrentState('delivered') tracker.UpdateStory(story)Add a commenttracker.AddComment(story_id, 'The customer is always right.')Add a labelstory = tracker.GetStory(44) story.AddLabel("api") tracker.UpdateStory(story)Query with filterstories = tracker.GetStories('type:release')See Tracker Search Help for query language. Apply an update to multiple storiesstories = tracker.GetStories('owner:"party cat"') changes = Story() changes.SetOwnedBy('bro') changes.SetEstimate(8) for story in stories: tracker.UpdateStoryById(story.GetStoryId(), changes)Delete a storytracker.DeleteStory(44) [Less]
Created 4 months ago.

0 Users

StoryVerse is a web-based application for agile project management for software development projects. The system is built using these technologies: .NET 2.0 (C#) Castle Monorail Castle ... [More] ActiveRecord nVelocity Using StoryVerse: Getting Started Sreen Shots Revision History Problems? Discuss StoryVerse: StoryVerse Forum NOTE: If you are using StoryVerse, or even just considering it, please take a second to say hello and let us know you're out there. Thanks! [Less]
Created about 1 year ago.

0 Users

Agile project management tool deveoped using Groovy/Grails
Created 4 months ago.

0 Users

Java client (jax-rs) consuming TinyPM REST webservice and exposing simple java API. Code sample (standalone client): TinyPM tinyPM = new TinyPM("http://demo.tinypm.com/api", "8709725e52ecec50e4ece9e8f718c355");
Created 22 days ago.

0 Users

A card mover that can be used for agile project management.
Created 3 months ago.

0 Users

Planigle is a Ruby on Rails based web application to help in planning Agile software development projects. It uses Flex for its user interface. To check out the most recent version, go to ... [More] www.planigle.com/planigle/ and sign up for your own account. To view the backlog and give feedback on prioritization, go here. For any questions, issues or suggestions send email to Planigle Support. Planigle currently has the following features: Backlog creation / prioritization Release tracking / planning Iteration planning / tracking Multi-tenancy (the ability to support multiple projects where project members can only see their own project) Support for multiple team projects [Less]
Created about 1 year ago.

0 Users

xPlanner has not seen any activity for several years yet demonstrated the KISS principle. The technology basis for xplanner is now outdated so defusion is aimed at creating a newer open source agile planning tool using the latest technologies.
Created 4 months ago.