Within the Splash screen we had a welcome screen which listed each of the user's projects. This should be separated out into its own component. Its very possible that we could re-use the component later within other components. It should be a fairly simple component. Simply allowing you to view existing projects and filter them some criteria. It would be nice to have a button to toggle how the projects are viewed - though this can come later (I.e. a list view / list). The component's events should simply be something like "onProjectSelected(project)".
Within the Splash screen we had a welcome screen which listed each of the user's projects. This should be separated out into its own component. Its very possible that we could re-use the component later within other components. It should be a fairly simple component. Simply allowing you to view existing projects and filter them some criteria. It would be nice to have a button to toggle how the projects are viewed - though this can come later (I.e. a list view / list). The component's events should simply be something like "onProjectSelected(project)".