Difference between revisions of "Cs345-2012"

From Earlham CS Department
Jump to navigation Jump to search
(Our POSIT Bugs/Features)
Line 26: Line 26:
  
 
===Our POSIT Bugs/Features===
 
===Our POSIT Bugs/Features===
* TBD
+
==Server==
 +
* Delete Buttons not working (guid not passing to "Confirm Delte")
 +
** Fixed: problem in /controller/web.php and how it passed the guid. Server deletes Finds by updating deleted = 1 in the mysql database (/model/dao.php).
 +
* "Confirm Delete" redirecting to projects page after delete instead of back to the individual project
 +
** Suggest modifying find.delete.do in /controller/web.php so that it redirects to the project_id. You will have to pass it the id somehow.
 +
* Images cycling in find.display
 +
** Suggest commenting out the foreach loop in /view/template/find_display.php and /view/template/project_display.php.
 +
==Client==
  
 
===Android Development===
 
===Android Development===

Revision as of 15:58, 16 April 2012

Welcome to Software Engineering Spring 2012 Class Wiki. Please post any information that you think will be helpful to the class and our projects. Need help with wiki syntax? Click Here

POSIT Project Resources

Our POSIT Pointers

Our POSIT Tutorials

Our POSIT Bugs/Features

Server

  • Delete Buttons not working (guid not passing to "Confirm Delte")
    • Fixed: problem in /controller/web.php and how it passed the guid. Server deletes Finds by updating deleted = 1 in the mysql database (/model/dao.php).
  • "Confirm Delete" redirecting to projects page after delete instead of back to the individual project
    • Suggest modifying find.delete.do in /controller/web.php so that it redirects to the project_id. You will have to pass it the id somehow.
  • Images cycling in find.display
    • Suggest commenting out the foreach loop in /view/template/find_display.php and /view/template/project_display.php.

Client

Android Development

Eclipse Tutorials

Student Logs

To Sort