#Vermilian-test Test for UltraData
#Installtion procedure
- Go to dir
app
on the terminal - Execute
composer install
(@see https://getcomposer.org/ for composer installation) on the terminal - Import
app/data/db/setup_v1.sql
to setup a db without data orapp/data/db/migration.sql
to install db and some sample data - Make app/web as a DOCUMENT ROOT or browse to http://[WORKING_DIR/DOMAIN]/app/web to see the results
#Version 1.0
- Implemented a simple comment Create and View operations in one page app
- Uses Yii framework
- Uses jQuery validation library for form validation
- Uses Bootstrap CSS framework
#Future enhancements
- Handle error properly in javascript
- Add pagination or
show more
button to show more comments. Currently the limit is set torecent 10 comments
- Use better styling in the markup
- Customize as a module rather than a controller action so that it can be plugged in wherever required ( needs db and business logic changes )