Difference between revisions of "User:Alex Doll"

From SAGMILLING.COM
Jump to: navigation, search
(Setting up a new project)
(Setting up a new project)
Line 8: Line 8:
 
# Tweak the configuration file to point to the new database.
 
# Tweak the configuration file to point to the new database.
 
# [[TODO:New Database|fill in the database structure, including default data.]]
 
# [[TODO:New Database|fill in the database structure, including default data.]]
  +
  +
===Test suite before deploying new code===
  +
# Compare model output tables of the '''Example''' project on development server versus main server
  +
## Check SAG-limited samples
  +
## Check ball-limited samples
  +
# Check the '''Query''' table totals are the same
  +
# Edit a SAG mill; change the model on a SAG mill
  +
## check a tent diagram
  +
# Edit a ball mill; change the model on a ball mill
  +
## check a tent diagram
  +
# Edit a crusher
  +
# View '''Main Charts''' for a model
  +
Repeat for Clients who have specific models.

Revision as of 19:58, 11 December 2012

Alex's to-do lists

Stuff that Alex needs to not forget.

Setting up a new project

  1. Create a new database & dbuser.
  2. Create a new folder in circuitmodels/.
  3. Copy the base PHP files into the new folder.
  4. Tweak the configuration file to point to the new database.
  5. fill in the database structure, including default data.

Test suite before deploying new code

  1. Compare model output tables of the Example project on development server versus main server
    1. Check SAG-limited samples
    2. Check ball-limited samples
  2. Check the Query table totals are the same
  3. Edit a SAG mill; change the model on a SAG mill
    1. check a tent diagram
  4. Edit a ball mill; change the model on a ball mill
    1. check a tent diagram
  5. Edit a crusher
  6. View Main Charts for a model

Repeat for Clients who have specific models.