Relative Content

Tag Archive for finite-state-machine

How should I design a wizard for generating requirements and documentation

I’m currently working in an industry where extensive documentation is required, but the apps I’m writing are all pretty much cookie cutter at a high level. What I’d like to do is build an app that asks a series of questions regarding business rules and marketing requirements to generate a requirements spec.

How should I design a wizard for generating requirements and documentation

I’m currently working in an industry where extensive documentation is required, but the apps I’m writing are all pretty much cookie cutter at a high level. What I’d like to do is build an app that asks a series of questions regarding business rules and marketing requirements to generate a requirements spec.

Finite State Machine user input tree

I’m drawing a Finite State Machine (which I’ll have to implement later on) which is semi-automatic, i.e. some transitions require user input, some are decided on internal value.