Agenda

  • Goal setting
  • Initial understanding of the project

Meeting minutes

  • There are three major use cases:
    • Create a new project
      • Created from template (with defaults)
    • Load/Open existing project
      • Full/partial
    • Import existing XMLs
  • Any installer project is a custom Netbeans project with custom project view.
    • <font color="red">Components</font>
      • <font color="blue">Component 1</font>
        • <font color="green">Component metadata</font>
        • <font color="green">Config/UI</font>
      • <font color="blue">Component 2</font>
        • <font color="green">Component metadata</font>
        • <font color="green">Config/UI</font>
      • <font color="blue">More components</font>
    • <font color="red">Common</font>
      • <font color="green">Config/UI</font>
      • <font color="green">Page flow</font>

<br/>

  • User data collection will be a combination of wizards and the multiview forms.
    • One wizard for collecting component metadata and another for collecting the config/UI data.
  • The page flow will have graph based representation.