Software project: Handle team discussion , questions, answers etc [closed] - project-management

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
For an in house software project, what type of system I could use to centralize all the online team members discussion?
For our software development effort, currently our questions and answers are all scattered over emails.
Its hard to track ideas, questions, and answers etc.
What do you guys use? How do you manage such a situation?
Could a wiki be used for some thing like this? And if so, how could I get started? I have not done this before.
Our discussions could have sensitive information for the company as well so how could I address security?

In terms of technology, I would definitely go for a wiki (and Twiki is certainly not a bad choice). If it's installed on your company's intranet then there is no issue in terms of security.
One thing to keep in mind about a wiki is that it requires some work to keep it maintained; it's easy (and sometimes tempting) for everyone in the team to constantly just add pages without taking any linking of pages or structure into account. The moral here: a wiki is a very helpful tool for helping in communication, but it doesn't come for free.
However, depending on the kinds of communication/discussion that you're talking about: definitely watch out that online communication isn't replacing face-to-face communication. Depending on the interpersonal skills of the members of the team, it can some times be too easy for some people to shift to e-mail/wiki/forum use instead of verbal communication. Even having daily stand-up meetings (a la SCRUM) can be very useful in ensuring that everyone knows what is going on in the team instead of relying on electronic communication.

I'd suggest redmine
It has a forum and wiki per project, as you seem to need, and a lot more features very usefull when dealing with a project that requires several members to participate. And its opensource!
The only "issue" is that it was written using Ruby on Rails.

I would say Twiki, its an open source enterprise wiki.
Needs sometime to get used to it, but once you are, you will find opening new pages and topics very easy and quick.
One of the advantages IMO is its hosted on your own server
TWiki® - the Open Source Enterprise Wiki and Web 2.0 Application Platform

My own distributed team has experienced a similar problem, and we've solved it in the following way.
Day-to-day we run a continuous group chat (Campfire is an option). Announcements, questions, and answers can happen in chat, and it's recorded. You can search past transcripts as needed. This is simple and lightweight.
We also use a wiki for more permanent content. Sometimes material that starts in chat migrates to the wiki. The advantage of a structured wiki is that it makes it easier to onboard new team members and maintain specific content like team norms (like Subversion's HACKING doc).
The benefit is that we keep fast and lightweight chat for transient questions and so on, but we still have the wiki to hold content once it's deemed important.

Related

Any scrum/agile project management tools we can use? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Please recommend a scrum/agile project management tool. First, it should be able to be installed or deployed on my local computer. Additionally, it should be free, no need for complete unlimited usage, just that it can support 5 users and some scrum project functions, such as "kanban".
I found some answers of other questions like mine. Some of the tools which have been recommended are too old, so please recommend newer tools for me. And if it has a nice look that would be better, something like scrumwise or targetprocess.
Must haves:
local applications
free
kanban
I would suggest using Eylean board as it is the most visual scrum board compared to the competitors. And according to scrum you need to have a visible and transparent process inside your team. Also this software allows mixing other methodologies as well.
It is free of charge for personal use.
Given that you're wanting a local application, I'm assuming that your team is all located in the same place.
If so, I'd advise against using tools. As the agile manifesto says: "We value Individuals and Interactions over processes and tools". I'd urge you to consider co-locating your team(s), improving communication, using cards, physical boards and information radiators.
Hope that helps.
Try Yodiz, you can have up to 3 free users and it's one of the most intuitive with amazing UX. Every month they add more features to their platform. A few of the important features they have are following.
Collaboration Tools (Chat, Discussion, in-line comments)
Board, they have slick boards to manage your user stories and tasks.
User story management is as easy as it gets. Awesome backlog with priority and filtering
features.
Import/Export data to or from Jira, Pivotal and many other systems.
Three (3) free users with full features.
Report, they have detailed reporting, that makes progress and time tracking so easy.
Over all it's great tool. It's worth to give it a try.
http://www.simple-kanban.com
This seems like it meets your requirements. There are other possibilities if you will accept a hosted solution rather than a local install.

What is a tool to build simple team task management? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I have a specific goal in mind: I want to make a to-do-list-type app for my group at work to use. My key requirements are to have very easy entry and removal of items, as well as work in an OS X environment. The first requirement is because anything that is easy to use is more likely to be used, and the second is because that's what we're on. The application will need to be live-updating among multiple users, but authentication is not a requirement. Distribution of the same app to other remote teams is a plus, but not required. Just a shared to-do list, with task-specific things to be added. It doesn't have to be a web app; native is great but the world at large seems to be more and more web-related these days.
I've been looking at a number of technologies such as Ruby (and Rails), PHP, MAMP, Cappuccino, FileMaker, Trac, and a few other options - but the paradox of choice means that I don't really know what is "best" to use. Looking at that list it is obvious that I don't really know what I should be looking at, let alone how to decide on things. I'm drowning in a sea of opportunities and a surplus if "good enough."
I am a somewhat-experienced with Objective-C and Cocoa, but excluding Cappuccino, those skills don't directly relate. I'm rather excited to learn new things, so my existing skill set is not especially important.
What sounds natural for this? I'm fully prepared for the fact there is no "right" option. Who here has a favorite methodology? What's a good application stack that has proven itself in rapid development time and future flexibility?
TL;DR: I want to make a concurrently-updated todo app for a small work team. It specifically does not need to be feature-filled, but should be "simple" to build and maintain. What is the right tool for the job?
EDIT: My team does nothing related to software dev, but my own personal mindset is that of a software dev. Part of the reason I am not afraid to roll up my sleeves and learn something new is a matter of personal development.
I would highly recommend that you use an existing solution rather than build your own. Teams building their own management software has a long history of sucking up lots of time, energy and talent for little benefit.
As for which solution you should use, it depends on the kind of work your team does. If they do software development, as I suspect they might based on your question, Trac is an excellent option.
Based on your requirements, IMHO, the GoogleTask is the best one for you. If want desktop (not web) app, check Things (commercial).

Development schedule for web applications? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I am looking for some kind of solution to take care of development scheduling for web applications. How does the big guys in the industry handle this?
Is it all about SVN and bug trackers for them?
I'm not doing web develoment myself, but I assume that the approach for web development is exactly the same as for other big developments (which my team IS doing). In that case, the following tips might help:
Use version management (SVN, ...)
Be agile (this is also resembled by the following points)
Make a mixed team (developers, testers, designer, functional responsibles, ...) that all work as an integrated team on the same subject. Make sure the whole team communicates.
Make everyone responsible for the whole project. Never blame individuals if things go wrong.
Be sure the whole team knows the status of the project: where are we, what should still be done, ... Make everything visual by sticking graphs and sheets to your office wall.
Keep the time between 'raised questions or raised problems' and the answer or solution short. E.g. if a bug is found, log it immediately and try to solve it as soon as possible.
Develop incrementally. Don't develop for several months and then start testing, but make sure you have a working copy every day.
Split development/design/... tasks in smaller tasks that can be developed incrementally (see previous point) and in a minimal amount of time (a day or a few days).
Automate tests as much as possible.
Use continuous integration (where the tests are run at every commit in the version management system)
As a manager, support your team.
Focus
Shield the people of the team from all kind of problems not directly related to the project (e.g. PC problems, printer problems, ...). Choose a 'scrum manager' that solves all these annoying problems for the team.
Demonstrate the results at regular intervals to your customer, your boss, ...
Give a reception if an important milestone is reached.
There are probably many more tips. Therefore, read a good book about managing software development. There is probably no essential difference between web development and other software develoments.

Software Design Implementation - Issue/Module/Bug/Feature Tracking Solution [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
The company is growing and we're starting to implement more and more complex software designs. I feel a need for some tracking software... I just don't know if it exists.
I currently maintain a Google Doc Folder (shared by our 3 developers) with a well-organized doc for each module. A doc is also created per major upgrade to a module or modules. For all other "tracking"... we have interal forums.
I want the following:
I want get an immediate printout of all Project_01 features or bug fixes on a particular project with the option to hide or show developer comments that have been implemented in the last X number of days.
This clearly suggests a web-based system where developers enter issues, bugs, and features with appropriate tagging. Entries should be commentable, taggable, dated, editable and reporting should be based upon tags, dates, developers, projects, etc.
I figure I'm going to be perceived as naive by the grizzled veterans floating around here, though I've been running this business for 4 years (so I've been around). I don't think we have the resources to absorb the overhead of implementing something like CMMI... but then again, I don't really know what's best.
My personal evolution to using Google Docs per Application Module + internal phpbb forums for everything else has been pretty nice compared to the way we started out (marker boards, Microsoft Word docs). I just feel like I can go a long ways towards exceeding client expectations if I had the ability to track features/bugs/issues better with superior on-demand reporting.
Thoughts?
Update: Went with MediaWiki integrated with Mantis
Take a look at fogbugz. It looks like it meets all your requirements.
Also, take a look at this other SO question: Free/Cheap Task/Bug Management software
I've good experiences with mantis. http://www.mantisbt.org
Yes, FogBugz and Trac are recommended.
I hope it helps.
I find this comparison of issue tracking systems either interesting or overwhelming.
I think with 3 developers, in the same building, you probably can get by without software tools. But, adopting something now, before you're so big/complex that you can't survive without it may save a lot of future pain.

Suggest tool for website structure prototyping [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I am looking for some tool that would help me prototype basic website structure and logistics (or simply user interface).
It should be extremely efficient in the matter of time needed to do simple changes like changing position of objects on the page. It should provide features for creating multiple pages and linking them together.
I don't need visual aspect of the thing, just the basic structure, placement of objects and logistics.
I prefer offline, free or open source solution.
Try Mockingbird, it's mainly used for user interface prototypes, but you can easily use it for flowcharts / structure diagrams etc.
Best of all it's free!
Try Balsamiq Mockups, it's excellent and quite inexpensive. Or, Microsoft's Sketchflow is great for building interactive prototypes.
In no particular order:
Sketchflow, part of Expression Blend 3
Balsamiq
Mockingbird
Axure
"I prefer offline, free or open source solution."
Then Pencil is what you need!
I've tried iPlotz recently which is an online wireframing tool and I've been impressed.
I highly recommend Mockplus Cloud.
Mockplus is a desktop-based tool for prototyping mobile, web, and apps. You are able to create interactions with simple drag-and-drop. Besides,your teamwork will be time-efficient with the collaboration feature.
The admins are always online and can solve your problems in minutes if you have any. You can learn about design and get design inspirations and resources in this group.
What’s more, this group offers many benefits to its members only.
If you join the Mockplus and the admin will offer you 40% off coupons and free UI Kits & Fonts Package. Besides, you will get life-time free tech support on Mockplus even if you are not a paid user now.
If you are looking for a place to communicate with others about product and UX/UI design, and also get a great rapid prototyping tool with saving a big budget.

Resources