My TODO list for this project:
- Create support for Thumbnails within the the ImageModel. This will mean dropping and re-creating the Images table. I will try if i have time to write a migration code for existing users.
Done - Thumbnail support was released in Alpha 0.0.0.2b
- Add a Details page for the Users so we can show all users that have registered plus their corresponding Images (Or Profile Images). This will be called
UserListDashboard.
Done - Was released in Alpha 0.0.0.3b
- I will show you another way of returning images to the Views, by extending the
FileResult
- I will create a PDF document to describe what the Project is doing.