Update of /cvsroot/openfirst/manual/openfirst.members
In directory sc8-pr-cvs1:/tmp/cvs-serv13009/openfirst.members
Added Files:
openfirst.members.html
Log Message:
initial upload. NOTE: these files are not the final polished copies of the manuals. These are very rough working copies of the manuals. I still have to run through them and fix all the mistakes (there are many). But to document my progress I will commit it now.
--- NEW FILE: openfirst.members.html ---
<h2>openFIRST.members</h2>
<table width="65%" cellpadding="4">
<tr>
<td><img src="screen1.png" width="267" height="222"><img src="screen2.png" width="267" height="222"><br>
<img src="screen3.png" width="267" height="222"><img src="screen4.png" width="267" height="222">
</td>
</tr>
<tr>
<td bgcolor="#CCCCCC"><strong>Description:</strong></td>
</tr>
<tr>
<td>The openFIRST.members module is the base system for all member related
information. This module intergrates with many openFIRST modules. The module
provides user permission tracking, individual user workspaces and website
options, profile editing and viewing and allows for easy implemetation into
newly developed modules.</td>
</tr>
<tr>
<td bgcolor="#CCCCCC"><strong>Developed By:</strong></td>
</tr>
<tr>
<td>Tim Ginnof openFIRST</td>
</tr>
<tr>
<td bgcolor="#CCCCCC"><strong>Database Tables</strong></td>
</tr>
<tr>
<td>ofirst_members<br>
ofirst_divisions<br>
ofirst_workspace_files<br>
ofirst_workspace_users </td>
</tr>
<tr>
<td bgcolor="#CCCCCC"><strong>Includes</strong></td>
</tr>
<tr>
<td>none</td>
</tr>
<tr>
<td bgcolor="#CCCCCC"><strong>How It Works</strong></td>
</tr>
<tr>
<td>index.php - provides introduction to members module<br>
workspace.php - allows users to manage their member workspace and website
options<br>
web.php - users can use this script to edit website scripts<br>
divisions.php - allows webmasters to manage team divisions<br>
updateprofile.php - a script used to update a person profile<br>
logout.php - ends all sessions and ensures the user has to login again<br>
skills.php - allows users to edit their skills on the profile<br>
links.php - a list of current links listed for the website</td>
</tr>
<tr>
<td bgcolor="#CCCCCC"><strong>Upcoming Module Requests</strong></td>
</tr>
<tr>
<td>Updates are scheduled for the module with specific new requests.</td>
</tr>
<tr>
<td bgcolor="#CCCCCC"><strong>Module Defined Variables</strong></td>
</tr>
<tr>
<td><p>variable $user - allows easy access in any script over the website
to the current users information</p>
</td>
</tr>
<tr>
<td bgcolor="#CCCCCC"><strong>Module Scripts</strong></td>
</tr>
<tr>
<td>index.php, workspace.php, divisions.php, updateprofile.php, logout.php,
skills.php, links.php</td>
</tr>
<tr>
<td bgcolor="#CCCCCC"><strong>Notes</strong></td>
</tr>
<tr>
<td>none</td>
</tr>
</table>
<p><strong></strong></p>
|