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
1 answer
How to do cascading addition of dates in Excel
The excel should behave in the following way:
My Start Date is yet unknown. The advantage I'm seeking is If I change the Start Date. I would like the excel to update all other dates based on the criteria. There will not be any holidays in between…

Prince Ashitaka
- 8,623
- 12
- 48
- 71
0
votes
4 answers
Steps to consider during planning of new project
What are the points I must remember during the planning phase of the project to have a really firm foundation?
Thanks
Edit: I mean more specifically related to coding. (I don't mean the budgets etc etc).
For example: Where can we use…

Josh
- 13,530
- 29
- 114
- 159
0
votes
0 answers
Dashboard Development Steps
I come up with a quite broad questions after reading many different discussions on the dashboard build.
What is the usual development steps to develop a dashboard, from sketching to releasing to the public?
Mainly is the planning steps/phases, I…

Rich
- 1
0
votes
1 answer
What's the name of this methodology?
Complete specification: I want to to this, this, and this
Infinite iterations:
1. Design a task, module or little piece of software.
2. Implement.
3. Test.
The design and implementation stages occurs practically at the same time.
Does this…

Gabriel Llamas
- 18,244
- 26
- 87
- 112
0
votes
1 answer
Application interface templating
I am creating a front-end for a data collection web application. Operators using the data collection application will log data for a dozen different projects, with each project requiring different fields. There are some common fields (like name,…

Jon Tackabury
- 47,710
- 52
- 130
- 168
0
votes
1 answer
Software Systems Ranked in order of Complexity & Difficulty
I was involved in a discussion at work about which software systems various people had built were the biggest; biggest in this case being a combination of system complexity and implementation difficulty.
Since experienced programmers tend to get a…

sipsorcery
- 30,273
- 24
- 104
- 155
0
votes
3 answers
Looking for a good approach to "spec" a project
I have noticed that when writing specs you waste a lot of time on things, that later, when you write your app are negligible, and you forget some important stuff.
I have found it to be faster (for me) to write a proof-of-concept application (no good…

Itay Moav -Malimovka
- 52,579
- 61
- 190
- 278
0
votes
1 answer
how to count dollar values inside of cells when cells are either green (paid) and orange (unpaid)
I am looking to build a Analyzer that counts Monthly Dollar Values (columns dating from June2017 to CurrentDate, across 14 different rows) inside of a cell that is Green(Paid) and Orange(Unpaid). I would like to put a COUNTIF Cell at the end of each…

BMO
- 1
0
votes
4 answers
Deciding when to build your own or to reuse in a project with deadlines
I have a project which requires some complicated components built. Some of these components are promised by some obscure software packages which are proving to be poorly documented and difficult to configure and use.
I am wondering where other…

Genadinik
- 18,153
- 63
- 185
- 284
0
votes
4 answers
What do you use to create a website architecture?
Sure, we can use a simple bulleted list or a mindmap. But, there must be a better, more interactive way. What do you use when starting your website architecture?
Rob Feature
0
votes
2 answers
Dynamically generated SVGs
I have to develop an application which will generate product catalog. My plan is to build a webapp with PHP and MySQL and the catalog pages to be generated in SVG format. I was thinking to use RaphaelJS for the SVG file generation.
I don't expect to…

dole
- 343
- 2
- 6
- 23
0
votes
1 answer
Using the abstract factory pattern in a text based rpg game development
Does anyone know where I can find "good" examples of abstract factory pattern as it would relate to game development specifically RPG game development? I'm not looking for things I can copy, but just for different examples that diagram various…

Keith Beard
- 1,601
- 4
- 18
- 36
0
votes
2 answers
Neo4j/Cypher : do not allow a relationship
I am creating a PERT tool, and adapting this tutorial to my case.
What I want to do is forbidding the creation of relationships, and the creation of properties:
The START node (which is an :EndPoint, not an :Activity) should not have predecessors,…

Suraja Hathi
- 50
- 5
0
votes
5 answers
Looking for a sample C++ program for learning how to start up a project
I've learned the most basic of C++ but I feel like I don't know how to organise the code and start up a C++ project. I've searched for guides about project/code organization without very much luck.
So I want to find a litle well-coded real program…

NeDark
- 1,212
- 7
- 23
- 36
0
votes
1 answer
Multiple Resources & Reporting
I have a question about creating a custom report in Project 2013. We currently have projects going on that have 3 or 4 project plans with all interconnected dependencies on each other. When I bring all of the plans together and try to run a resource…

user2311799
- 15
- 7