Difference between revisions of "Talk:Usability of Mediawiki as a collaborative workspace for knowledge creation"

From Testiwiki
Jump to: navigation, search
m
(To-do list update)
Line 9: Line 9:
  
 
=== Things to do for the extension ===
 
=== Things to do for the extension ===
 +
*Create tables into SQL database (DONE)
 +
**Design the SQL tables needed! (DONE)
 +
***See how the current tables work (DONE)
 
*Make the extension behave like it should
 
*Make the extension behave like it should
*Make the extension look like it should
+
**SQL-queries altered to handle two types of rating
*Create tables into SQL database
+
***INSERTs (mostly done, needs testing)
**Design the SQL tables needed!
+
***UPDATEs (mostly done, needs testing)
***See how the current tables work
+
***SELECTs (in progress)
 +
**Javascript updated to handle two types of rating
 +
***onmouseover (buggy, fix this)
 +
***things that happen on page load (buggy)
 +
*Make the extension look like it should (layout will be considered after the bars work)
 +
**Change colors to fit OpasNet blue-red?
 +
**Position of elements (bars, text fields) inside the rating box
 
*Test the extension
 
*Test the extension
 
*Deploy to Opasnet
 
*Deploy to Opasnet
 
**Squash bugs before deployment
 
**Squash bugs before deployment

Revision as of 07:30, 9 July 2010

AJAX and PHP testing on eractest wiki

Started testing some AJAX/PHP code on Eractest. This test code is not connected to the wiki and will only be accessible through the specific URL. Copied Rating Bar extension and renamed to TeeBar on Eractest. This extension will be used as a base for the new rating bar extension for Opasnet.

TeeBar extension

This extension will include all the functionality of the Rating Bar extension, only adding a second bar under the current one. The two bars will be named "Scientific Quality" and "Usefulness".

Things to do for the extension

  • Create tables into SQL database (DONE)
    • Design the SQL tables needed! (DONE)
      • See how the current tables work (DONE)
  • Make the extension behave like it should
    • SQL-queries altered to handle two types of rating
      • INSERTs (mostly done, needs testing)
      • UPDATEs (mostly done, needs testing)
      • SELECTs (in progress)
    • Javascript updated to handle two types of rating
      • onmouseover (buggy, fix this)
      • things that happen on page load (buggy)
  • Make the extension look like it should (layout will be considered after the bars work)
    • Change colors to fit OpasNet blue-red?
    • Position of elements (bars, text fields) inside the rating box
  • Test the extension
  • Deploy to Opasnet
    • Squash bugs before deployment