As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
What project collaboration tools do you recommend for maintaining tasks, bugs, collaborating, messaging, storing files, wiki, etc?
I had a look at Remember The Milk, but not sure if it's ideal! Backpack looks good and reasonably priced; has anyone used it?
I find it nice to have one web based project management tool in which I can get an overview of everything related to the project(s). This includes user (developer) administration, wiki, repository and most importantly time tracking with road mapping.
Redmine does the job for me.
And I normally use a git repository with it. It can be a wee bit difficult to set up on your web server but I found that it was worth the effort.
There's also related questions on stackoverflow like Project tracking/management tool.
Good luck.
I've used unfuddle which is quite good. It has a ticket based workflow along with git and subversion hosting.
A single project account is free, with payed accounts being charged by number of projects and amount of storage space used.
The Atlassian products are great but not cheap.
Jira for bug tracking
Confluence for wiki/collaboration
Pair this with Google App
Email
Chat
And you're rolling.
I would personally look into Mindtouch's products. There are even extensions/plugins that are suited to software development teams.
I'd recommend giving TeamLab a try. Maintaining tasks, collaborating, messaging, storing and editing files and wiki are featured. The only thing they lack is bug tracking.
Perhaps, if you can wait, Google Wave might be a good fit.
Depending on the size of you team (and other factors) a combination of Subversion & BugZilla might suffice.
Of course, Microsoft swears by it's VS Team Systems (haven't used it as the price tag is prohibitive)
TortoiseSVN is comfortable.
I would seriously look into Code Collaborator
Lighthouse is awesome if you want a hosted solution. It's basically the same as Basecamp, except with a software development focus.
The best I've used so far is SmartSheet (www.smartsheet.com) - I feel like one of those TV salesmen...spreadsheet like interface, stores all size files (and file versions), allows for discussions, alerts and reminders. Very flexible and easy to use.
I've heard of a few teams that use Basecamp, but I've always just used Trac. Trac is opensource and has a decent API for extensions.
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm looking for a AaaS to handle the agile/scrum project management for a commercial software development project. We are probably going to use git as SCM and ideally we would like to have a good integration between the code changes in SCM and the tasks/bugs in the project management. I've narrowed down the search to a few options:
Redmine: Mainstream open source, free software development management tool. Tasks, bugs, wiki, blogs, time tracking, git integration, pretty much everything we need. Not hosted. Could be deployed in-house or in a PaaS like CloudFoundry.
JIRA: Lots of features. Integration with Git, Eclipse, plenty of plugins, plenty of functionality. 1 to 4 $/month/person/application. Limited integration with google apps.
Zoho Projects: New generation of management apps, fully integrated with google apps (calendar, docs, tasks). Task Management, Document Sharing, Time Tracking & Billing, Bug Tracking Software, Gantt Charts, Project Wiki, Project Chat, Project Calendar, Project Forums. With bug tracker, ticketing, git integration. Quite expensive (Projects $299 / year, Bug Tracker Add-on $299 / year)
Yodiz: Looks perfect for scrum (scrum board, release board, backlog, planning board, epics, sprints, releases). It has time sheets and integration with SCM, with automatic posting in the tasks/defects when the code is committed (http://app.yodiz.com/thirdparty/pages/git.vz?pid=6). Pricing 5$/user/month + 22$ month for GitHub. There is another similar software fogcreek (http://www.fogcreek.com) but it's VERY expensive.
Assembla: Everything under one roof. SCM repository + all the agile functionality (wiki, tickets, files, etc). 9$ to 99$ per month, 10$/user/month for assembla portfolio. Quite popular.
Assembla looks like a very good option, but I don't seem to find a loot of feedback about it. Could you give me your advice on Assembla, the other tools and maybe other different options.
An interesting project managament/CRM/bug trackers comparison spreadsheet:
https://spreadsheets.google.com/spreadsheet/pub?hl=en&key=0Ahw066SJeeSadFJGWXRTUVVfaE1WWmpkU09WUkt6Z0E&hl=en&gid=6
Assembla is good at integrating your SCM with your ticket/bug tracking. This is it's specialty. You can use Merge Requests for Code Review and Release Management. It has several ticket views for Management planning and Development planning. Every commit is able to be linked directly to tickets and you are able to track not only your bugs as they flow through the system, but the code that surrounds these bugs.
You should try it, there is a 30 day free trial that will allow you to use all of the various tools associated.
Looks like you are trying to look at different software alternatives for project management. Here is one good comprehensive list (and comparison) of the different tools you can use: http://blog.timedoctor.com/2011/02/02/43-project-management-software-alternatives
That should give you some really good alternatives and you can add that to your research.
Also take a look at SonicAgile.com -- designed specifically for Scrum and it includes support for backlogs, scrumboards, and burndown charts. I wrote a blog entry on its features here:
http://stephenwalther.com/archive/2012/08/08/announcing-sonicagile-an-agile-project-management-solution.aspx
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Were looking to roll out a ticket system that also has project management capability. We're currently using Trac but we find that it's really difficult to config and also has very weak support with workflows. Ideally we want a system that has:
A ticket system that supports workflow
Integrates well with window's Active Directory for user management
Has good integration with our source management (SVN)
Has project management functions and reporting. At the very least some sort of Gantt chart.
Project manager needs to be able to pick tickets and features to go into a certain milestone/sprint
The interface to this system needs to be accessible from any platform (windows, mac etc).
What system should we use? What are your experiences? We are looking at a few examples like Jira, FogBugz, TFS, Jass, etc etc. There's just too many, looking for recommendations.
We are a commercial shop so cost is not an issue.
Personally I find the Atlassian products to be affordable, robust, and well supported, so I went with JIRA when I was looking at ticketing systems in the past. It integrates nicely with AD and SVN which I had no trouble setting up.
One of the reasons I picked JIRA was the reporting functionality which gave great breakdowns of number of issues and progress on each project, and even let you use sql-like syntax to customize as needed.
It's web based, so any platform is not an issue.
I did not use it for project management, but they have a solid plugin community and a quick google search turns up a few gantt plugins such as Gantt Connector.
I think Redmine (opensource, GPL) is a nice alternative.
Below are some of the main features of Redmine (from the site).
Multiple projects support
Flexible role based access control
Flexible issue tracking system
Gantt chart and calendar
News, documents & files management
Feeds & email notifications
Per project wiki
Per project forums
Time tracking
Custom fields for issues, time-entries, projects and users
SCM integration (SVN, CVS, Git, Mercurial, Bazaar and Darcs)
Issue creation via email
Multiple LDAP authentication support
User self-registration support
Multilanguage support
Multiple databases support
I'd also note:
There are many plugins for Redmine on internet
Issue reports generation in PDF
Intuitive interface
I agree with the Redmine suggestion - it's got great functionality compared to the rest of the open-source/free competition, although in my opinion its still a relatively immature and unpolished product.
If you have your own servers or high end VPS, somebody dedicated to IT/admin stuff and don't mind paying the money, I think the Atlassian suite of tools (Jira etc.) are the way to go in terms of features, usability and customization.
You can add my favourite to your short-list: Gemini by CounterSoft.
It's .NET based and just requires Windows IIS/SQL Server, works on all browsers (even for some our client's running IE6 and keeps the MAC boys happy!).
Doesn't have AD support yet, but has fairly flexible capabilities to help you set it up so you get quickly user adoption. By this I mean, define your screens, tweak your on-screen labels, workflows, per-project metadata, nested versions (for your sprints, etc.).
Funnily enough, one thing that it has that really makes a difference to us is inline editing: editing in place when viewing lists of issues, makes things easier when running daily meetings, etc. Reporting is basic, but we dropped in our own custom reports (by creating simple ASP.NET User Controls).
We used it with SVN and it's OK but now switched to TFS Source Control and Gemini still works well with it.
Please try BootStrapToday, it is just fit for your perusal. Equipped with all the features of Ticketing, Tracking, Project Management, SVN and GIT support, Integration with other softwares, Gantt charts, apart from these.. the Two very unique features of this tool are:
1) Automation :
2) Intelligence:
To gain insights of these features in detail do visit www.bootstraptoday.com
I have tried this tool at my office and the collaboration has become much more easier at our premises.
BootStrapToday is also available as On-Premise set up as well cloud based.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Please tell me what kind of programs you use insted of JIRA/confluence. I don't like jira because the design is so Java style. For example I like the PivotalTracker for tracking fresh projects.
What do you suggest? THX!
Phabricator is a suite of web applications that help software companies communicate about software effectively. It was created at Facebook.
Didn't try it yet, but looks like a good option.
For Project Management, Trello is a sweet free alternative, albeit with much fewer features.
For sharing files with the team, Google Drive is a good option (the shared folders feature is awesome).
For VCS+more, you can use something simple like Github, or more powerful tools like Redmine or Kiln.
A quick search on Google gets you more quasi-interesting projects:
FogBugz (Fog Creek software, again)
Gemini
Squish
Bontq
Elementool
YouTRACK (from the lovely chaps who make InteliJ IDEA)
Lighthouse
The Bug Genie
personally i like http://leankitkanban.com for my project/ task tracking and i use http://pbworks.com for my wiki at work
i think its complete personal taste though
Redmine is a good alternative. It combines wiki and issue tracker pretty well.
Maybe CounterSoft Gemini works for you?
Mindtouch is really great. They have a community version, and their scripting is very intuitive. Searching is fast, and their user community is really lively.
Try with Fusion Forge is nice http://www.fusionforge.org/ works for me..
A lot of projects in our company use Trac (see The Trac Project). It is a combination of a lightweight wiki, issue tracker and integrator for Subversion commits. Written in Python, there are some plugins available for it, so it may expanded pretty easy. I like JIRA and Confluence more, but that is a personal preference.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm the primary tech guy for an e-commerce site that gets 700k pageviews/mo. and does over $1M/yr. in online revenue. We've long outgrown our in-house LAMP e-commerce application and I'm searching for alternatives.
I've looked at almost every OSS shopping cart I could get my hands on, but none of them have met our needs. I've pretty much come to the conclusion that we're going to have to go with a hosted solution (which isn't all bad, since it offloads a lot of work from me.) However, most of the hosted solutions I'm seeing are designed for the typical small business owner who simply wants to sell widgets from his garage. I need something that is more aimed at a customer who already has qualified technical staff to implement the solution. Our needs include:
Integration with Google Checkout. Our company president formerly worked on the project while at Google. It's a no-go if we suggest something else. He's also a Google Analytics addict therefore that is a requirement as well.
Powerful API to get data both in and out of the e-commerce platform. This will need to integrate with our CRM application and accounting systems.
Interface has to be fully customizable. This would primarily be done with CSS, but CMS-liked editing feature for non-technical staff would be a huge bonus. This is what has kept us on our home-grown system for so long.
If the solution is installed rather than hosted, it will have to run on Linux. We don't use Windows on the backend and are not likely to consider doing so anytime soon.
What I've looked at so far:
Yahoo Shopping (Sales rep I talked to was iffy about Google Checkout support. Deal breaker)
Prostores (I've learned the hard way not to tie a business to any company associated with Ebay)
Nexternal (Sample store unimpressive and unacceptably slow)
Magento would be my best suggestion but you could look at PrestaShop.
What about OsCommerce? It's very customizable and there are tons of additional checkout options and free extensions available for it.
I ended up going with BigCommerce.
The host that I use http://www.Station5.net has auto installs for osCommerce, Zen Cart, and nopCommerce. I used osCommerce and it was very simple to install. It is very customizable from the front end, but if you need to you can always open up the code and add any new functionality you need as long as you know PHP. Another option for you could be to use the Joomla CMS and add the shopping cart features that you need to that. There are a lot of shopping cart plugins for Joomla so you can customize it with the features you need. You can find them in the extension directory on the Joomla site.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
Related to https://stackoverflow.com/questions/139944/where-can-one-find-free-software-icons-images
I have a need for free weather-related icons. Specifically, I need icons that you might see in a ten-day forecast (clear day/night, rainy day/night, etc.) Where might I find such images?
Requirements: Like the author of the question linked above, I would prefer to not rip anyone's intellectual property off.
Weather.com has a free xml service for which they provide an SDK. The SDK includes icons in 3 sizes (31x31, 61x61, and 93x93) for about 48 weather conditions. I cannot find anything in their agreement that forbids using the icons for anything but their service. (Nor does it specifically grant free redistribution)
They are quite nice so it might be worth looking into:
http://www.weather.com/services/xmloap.html
http://flagrantdisregard.com/fd-weather-icons/
This is licensed under the Creative Commons Attribution 3.0 licence so can be used in commercial works (with attribution)
http://jyrik.deviantart.com/art/Weather-Icons-Shiny-5215175
This is licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 licence and can't be used commercially.
These aren't great but they are on the NOAA site and they have many to choose from. See http://www.nws.noaa.gov/weather/images/fcicons/
Well a quick Google for "weather icons" produced good results. Or places like deviantART (2nd link) are a good bet.
The Buuf Icon set contains a subdirectory Things/Weda with 15 weather icons in it. It is CC Attribution-Noncommercial-Share Alike 3.0. No good for commercial apps, but okay if you are looking for something for a free app which I assume you are since you aren't willing to pay ;)
Hi you can find some really great icons here
http://tango.freedesktop.org/Tango_Desktop_Project
it's an openSource icon theme
You might The Open Clip Art website
This project aims to create an archive of user contributed clip art that can be freely used. All graphics submitted to the project should be placed into the Public Domain according to the statement by the Creative Commons.
http://openclipart.org/media/tags/weather
http://www.fordesigner.com/maps//3800-0.htm there is a free weather icons..