[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gforge-devel] [ gforge-Patches-349 ] Refactoring of the www/my/index.p
From: |
noreply |
Subject: |
[Gforge-devel] [ gforge-Patches-349 ] Refactoring of the www/my/index.php page |
Date: |
Sat, 17 May 2003 16:02:26 -0500 |
Patches item #349, was opened at 2003-05-17 16:02
You can respond by visiting:
http://gforge.org/tracker/?func=detail&atid=106&aid=349&group_id=1
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jeff Fynboh (jfynboh)
Assigned to: Nobody (None)
Summary: Refactoring of the www/my/index.php page
Initial Comment:
As discussed in the Developers forum, I have refactored
the www/my/index.php page to remove SQL dealing with
some common functions and moved them to more
Appropriate Factory type classes that can be reused for
RSS Feeds, SOAP APIs, etc..
The following portions of the My Page have been
specifically refactored:
- My Assigned Items
- My Submitted Items
- Monitored Forums
- My Tasks
As a result there are changes to:
www/my/index.php - To support the new methods of
obtaining the appropriate data.
common/tracker/ArtifactFromID.class - To fix a bug in
the SQL pertaining to the group_artifact_id
The following files are new:
common/forum/ForumsForUser.class - Returns Forum[] for
a user
common/pm/ProjectTasksForUser.class - Returns
ProjectTask[] for a user
common/tracker/ArtifactsForUser.class - Returns
Artifact[] for a user
----------------------------------------------------------------------
You can respond by visiting:
http://gforge.org/tracker/?func=detail&atid=106&aid=349&group_id=1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gforge-devel] [ gforge-Patches-349 ] Refactoring of the www/my/index.php page,
noreply <=