MKHenson / hatchery-editor

Engine for building, deploying and sharing web apps within the Webinate community
GNU General Public License v2.0
0 stars 0 forks source link

Create Project List Component #36

Closed MKHenson closed 8 years ago

MKHenson commented 8 years ago

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)".

MKHenson commented 8 years ago

Basic project viewer now complete. More advanced features like different views can come later