-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the eValuation wiki!
This wiki contains information on eValuation, an online evaluation tool designed to replace the current evaluation system of UP Cebu. At this time, eValuation is in early development, and this wiki will temporarily serve as a place to contain documents and links useful to the developers.
eValuation is developed using the Scrum software development framework. Shown below are the links to the Scrum artifacts.
Daily Scrum Time: 10:00 AM
This Dropbox folder contains most of the documentation for eValuation.
eValuation documentation folder
Of note are:
Note also the some documents in the Documentation folder pertains to the older eValuation and may not apply to the current one.
eValuation is built using CodeIgniter, Bootstrap, and jQuery. Linked below are their documentations or user guides.
The links below are how-to's specific to eValuation.
- eValuation uses mod_rewrite to remove the index.php in CodeIgniter. Follow the instructions in this site to enable mod_rewrite in XAMPP. Enable mod_rewrite in xampp
- eValuation uses events in mysql to update the evaluation_period table. Please ensure that the event scheduler is ON. In phpMyAdmin, you can turn on the event scheduler under the Events tab in the database view. You can set the event scheduler to auto start by adding
event_scheduler = ON
to the[mysqld]
section in the mysql configuration file (in XAMPP, the file is xampp\mysql\bin\my.ini or my.cnf).