QUESTIONS ABOUT SOFTWARE DEVELOPMENT METHODS AND PRACTICES OR PROJECT MANAGEMENT ARE OFF-TOPIC. Please consider Software Engineering or Project Management Stack Exchanges for these questions.
Questions tagged [project-planning]
208 questions
0
votes
4 answers
How do you organise your tasks related to a single project?
I'm working on a project that has components, components have features, features have bugs. I can't organise these tickets tidily. What kind of tool do you use to keep these things in order?
I'm using Eclipse PDT + mylyn. This tool described above…

erenon
- 18,838
- 2
- 61
- 93
0
votes
5 answers
Using MATLAB For Anything Except Maths
I was reading about MATLAB and I'm so much curious on it. But I have some questions:
Can I use it for anything except maths?
Can you list some examples with links to the full code?
I know that the name of the language is very subjective, but I…

Nathan Campos
- 28,769
- 59
- 194
- 300
0
votes
2 answers
Does Windows 8 Desktop support c++/cli?
I found some information regarding Windows 8 Metro and c++/cli. Windows 8 Metro does not support c++/cli.
However I am having trouble finding explicit documentation that states whether Windows 8 Desktop supports c++/cli (the linked question is not…

Trevor Boyd Smith
- 18,164
- 32
- 127
- 177
0
votes
1 answer
website structure and division? Who plans that?
I want to know, In an organization who handles planning of the website structure and function for every section? What are the Steps or Workflow?
I am sometime amaze with big sites that are well structure and is easy to access.
As a freelance…

Pennf0lio
- 3,888
- 8
- 46
- 70
0
votes
8 answers
Software task/project planning books?
I'm looking for a book that tells you how to split up a software (or anything; doesn't have to be software-specific) task or project into discrete chunks, and helps elucidate all the issues and nuances that aren't apparent when you just start…

duma
- 455
- 1
- 5
- 10
0
votes
1 answer
Design advice for a personal project - "Files Renamer"?
i've just started learning winapis and c++ programming ..
i was thinking about starting a personal project (to enhance my coding, and to help me understand the winapis better)..
and i've decided to program a "cmd" files renamer, that basically takes…

Madi D.
- 1,980
- 5
- 23
- 44
0
votes
3 answers
Advice for Hobby Application: Laser Show Editor/Simulator
I've been wanting to work on this application for about a year now. I want to create a 'Laser Show Simulator/Editor'. I want to be able to place lights in different positions on a stage and I want to be able to script each one of them to do various…

Jorge Israel Peña
- 36,800
- 16
- 93
- 123
0
votes
2 answers
Will successful team projects get derived from simple strategies?
Learning a lot in my few years of programming that the best projects are the ones with a clear ‘strategic plan’.
That means understanding the goal and research, Research, and RESEARCH!
The most important concept that teams has to realize that it’s…

Chung Pow
- 289
- 1
- 3
- 14
-1
votes
3 answers
Developers - Creating a successful plan for a new application?
We are wanting to have developers build an in-house payroll and time sheet application using symfony2/doctrine2.
We are simply at conceptual stage at this point and this will be our first time and getting developers to build an application for our…

ooaat
- 1
- 1
-1
votes
3 answers
How to make delivery task plan/schedule based on individual task estimates
I am wondering, how "real" work day (7-8 hours) relates to "engineer hours" term used in estimation of the time necessary for completion of some task. I think that estimated effort in EH (if correctly estimated) cannot be simply translated into work…

Goran Obradovic
- 8,951
- 9
- 50
- 79
-1
votes
1 answer
Estimating the number of test cases
Our customer has given us a set of requirments for the project.
Up front they want us to estimate the number of system test cases.
Is there any technique for doing this?
Thanks
Regards,
James

James
- 57
- 2
-1
votes
1 answer
Choice of version control, ticketing and planning platforms - July 2011
Rarely in an organization's lifetime is it easy to choose development platforms. Now is the time for my startup - we have to commit to a version control platform / service and set up some form of ticketing and project planning.
Every year brings…

paperjam
- 8,321
- 12
- 53
- 79
-1
votes
1 answer
Is it convenient to fully code the UI and only after build the Business Logic [Flutter]?
I’m planning the development of my flutter application (solo developer).
It’s going to be a huge project (firestore integration, firebase remote configuration, revenuecat in-app purchases, algolia smart search, etc.) so I’m planning everything…

scugn1zz0
- 301
- 1
- 6
- 15
-1
votes
1 answer
Should I split my Django and DRF project into separate projects?
I am currently at the planning stage of an app that will consist of standard
Django part for supervisors that can perform all CRUD operations on employee users mostly add, delete and view statistics - viewed in browser (no frontend framework just…

quqa123
- 605
- 6
- 15
-1
votes
1 answer
Resource Constrained Project Scheduling such that tasks are scheduled based on highest priority
This is regarding a Resource Constrained Project Scheduling Problem (RCPSP). This involves scheduling certain tasks in time windows on machines subject to availability of manpower. This is set up in the form of an Integer Program. I'm using a…

Ryuu Agamaki
- 3
- 1