Tuesday, August 14, 2012



  1. continue integrating JNLP and xml files for various projects into the system (JNLP File Modifications Needed)

  • check .jnlp file and .xml file
    1. in ww.xml, content of applet-desc is missing
    2. AG, HI modified to be the same
    3. RW modified to be the same as BL
    4. AG, HI, WW, upload error and cannot be opened
      • reason: projects/**/jnlp/proj_id.proj_name.jnlp is not created
      • createJNLP function is        defined in upload.py, and is called in upload_view.py


changed classroom flag level to No/Yes

  • add user’s comments page

      • database infomation: config/db/init.sql
      • table for comments: project_comments
      • modify account.py, add function getCommentTableForAUser(self, user_id), and function getSizeOfCommentTableForAUser(self, user_id)
      • modify the account_view.py, add views Resource url = "/accounts/{owner}/comments" and Resource url = "/accounts/{owner}/comments-tables"
      • NEXT: add user.comments.mako

    No comments:

    Post a Comment