mantisbt:project_page_requirements
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| mantisbt:project_page_requirements [2006/09/20 03:07] – created vboctor | mantisbt:project_page_requirements [2011/11/16 07:37] (current) – The page rendering was broken (maybe since new PHP version on mantisbt.org). Added new line to fix it at end of file. atrol | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Project Page Requirements ====== | ||
| + | |||
| + | **Author:** Victor Boctor | ||
| + | |||
| + | ===== Introduction ===== | ||
| + | |||
| + | In Mantis 1.1.0a1 the concept of a project page was introduced. | ||
| + | |||
| + | ===== Sample Project Page ===== | ||
| + | |||
| + | The Mantis installation hosted at [[http:// | ||
| + | |||
| + | ===== Database Changes ===== | ||
| + | |||
| + | * Add the following fields to the mantis_project_table | ||
| + | * License | ||
| + | * Summary | ||
| + | * Home Page | ||
| + | |||
| + | ===== Configuration Changes ===== | ||
| + | |||
| + | Add the following configuration options: | ||
| + | * project_page_num_of_news_entries - The number of news entries to show. These are the most recent N news entries. | ||
| + | * project_page_num_of_releases - The number of releases to list. The release names will list to the changelog or the release information page (if implemented). | ||
| + | * project_development_team_threshold - Defaulted to DEVELOPER. | ||
| + | |||
| + | ===== Project Information ===== | ||
| + | |||
| + | The following information should be included in the project page: | ||
| + | |||
| + | * Name | ||
| + | * Summary | ||
| + | * Description | ||
| + | * Status | ||
| + | * License | ||
| + | * Last N news entries | ||
| + | * Last N releases | ||
| + | * Development team (names of development team + access level, sorted by access level, then real name). | ||
| + | * RSS icon linked to Project Issues feeed. | ||
| + | * RSS icon linked to Project News feed. | ||
| + | * A link to older news entries. | ||
| + | |||
| + | ===== Main Page vs. Project Page ===== | ||
| + | |||
| + | On Platon.SK the main_page.php was extended to be the project page. I think that this is not a bad idea. The main_page.php can remain as is in the case of All Projects, but include the above information in case of a specific project is selected. | ||
| + | |||
| + | ===== Redundant Information ===== | ||
| + | |||
| + | The following information is redundant. | ||
| + | * Open and assigned to me: 40 | ||
| + | * Open and reported by me: 54 | ||
| + | |||
| + | ===== Feedback ===== | ||
| + | |||
| + | Please write your feedback in this section. | ||
