What should be in the "technical work plan"?

I am applying for a grant to fund the web application development part, one question I am stuck on says to describe:

Tasks and full technical details and risks associated with your project, including a detailed technical work plan

Any advice on what specific topics should be covered would be greatly appreciated

There is a separate question regarding the proposed methodology, but I have this

Background information. - These are rail projects and we used BDD (user stories) and XP

+1


source to share


1 answer


Okay, that's a pretty open-ended question, but as far as the work plan is concerned, you should probably focus on the specific tasks that you actually need to complete in order to achieve the ultimate goal of making a working system. I think about things like:

  • Install the environment.
  • Determine the database schema and what drivers are needed to interact with it.
  • XYZ interface development.
  • Create ABC server.


Depending on what was expected, I would say that you have a good chance that you will need to attach person data to them.

These are just examples - not only do you need to be more complete, you also want to put a lot more detail there. Obviously I cannot do this without knowing the details of your project.

+1


source







All Articles