Organization of projects?
Added by Steve Lefevre about 14 years ago
I'm a single programmer responsible for two web apps. I want to use redmine for keeping track of everything. I have it setup and I'm ready to start organizing tasks, but before I start making a mess, I want to ask about a recommended organization for my projects. For instance, in the subversion manual, they recommend a structure like
- /project * /trunk * /branches * /etc
Say I have webAppA and webAppB. In my day-to-day work, I can categories my tasks into four things: implementing new features, testing, maintenance, and bugfixing/troubleshooting. My first inclination is to organize things thusly:
- webAppA * Features * Feature 1 * Testing * Test Feature 1 functionality A * Test Feature 1 functionality B * Maintenance * Have a look at something * Bugfixes * fix spelling mistake * fix a huge problem
- webAppB * Features * Feature 1 * Testing * Test Feature 1 functionality A * Test Feature 1 functionality B * Maintenance * Have a look at something * Bugfixes * fix spelling mistake * fix a huge problem
How should I organize all the individual tasks that I plan on doing?
Replies (2)
RE: Organization of projects? - Added by Steve Lefevre about 14 years ago
OK, I screwed up the indentation of the unordered lists above. They should look like this:
. webAppA
. Features
. Feature 1
. Testing
. Test Feature 1 functionality A
. Test Feature 1 functionality B
. Maintenance
. Have a look at something
. Bugfixes
. fix spelling mistake
. fix a huge problem
RE: Organization of projects? - Added by Steve Lefevre about 14 years ago
DArn it! I did it again! How do you edit posts?
. webAppA . Features . Feature 1 . Testing . Test Feature 1 functionality A . Test Feature 1 functionality B . Maintenance . Have a look at something . Bugfixes . fix spelling mistake . fix a huge problem