Difference between revisions of "WebIssues"

From MiMec
Jump to: navigation, search
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
<b>WebIssues</b> is a multi-platform system for issue tracking and team collaboration. See http://webissues.mimec.org for more information.
+
__NOTOC__ __NOEDITSECTION__
 +
<b>WebIssues</b> is an open source, multi-platform system for issue tracking and team collaboration. See https://webissues.mimec.org for more information.
  
This purpose of the wiki is to gather information for developers and advanced users of WebIssues. It is also a central place for all technical documentation of the WebIssues system and individual projects.
+
This purpose of this Wiki is to gather information for advanced users, contributors and developers of WebIssues. It is also a central place for all technical documentation.
  
We are looking for developers (mainly PHP/SQL/HTML/JavaScript, also C++/Qt), testers, translators, documentation writers and packagers. Check out the [[WebIssues:Roadmap|Roadmap]] and the 'Features and Ideas' section below to see how you can help. [http://webissues.mimec.org/development Contact us] if you need wiki or SVN access.
+
== For System Administrators ==
  
== General Information ==
+
{| width="50%" cellspacing="10"
 +
|
 +
=== Guides ===
 +
|-
 +
| valign="top" |
 +
;[[/Installation|Installation]] : Platform specific installation notes for WebIssues Server 1.1
 +
;[[/Configuration|Configuration]] : Advanced configuration options of WebIssues Server 1.1
 +
|}
  
 +
== For Contributors ==
 +
 +
{| width="100%" cellspacing="10"
 +
| width="50%" |
 +
=== General Information ===
 +
| width="50%" |
 +
=== Guides ===
 +
|-
 +
| valign="top" |
 
;[[/Roadmap|Roadmap]] : list of implemented and planned features
 
;[[/Roadmap|Roadmap]] : list of implemented and planned features
;[[/SVN Repository|SVN Repository]] : information about accessing the SVN code repository
+
;[[/Code Repository|Code Repository]] : information about accessing the code repository
 
+
| valign="top" |
== Technical Documentation ==
+
;[[/Translation|Translation]] : information and resources for translators
 
+
|}
;[[/Architecture|Architecture]] : general architecture of the system and its components
 
;[[/Guidelines|Guidelines]] : various standards and guidelines for WebIssues developers
 
;[[/Protocol|Protocol]] : design of the WebIssues protocol
 
  
== Features and Ideas ==
+
== For Developers ==
  
;[[/Email Notifications|Email Notifications]] : server-side extensions to be introduced in version 0.8.4
+
{| width="100%" cellspacing="10"
;[[/Web and Mobile Interfaces|Web and Mobile Interfaces]] : proposals for the fifth stage of development
+
| width="50%" |
 +
=== Overview ===
 +
| width="50%" |
 +
=== Specifications ===
 +
|-
 +
| valign="top" |
 +
;[[/Architecture|Architecture]] : general architecture of the system
 +
;[[/Guidelines|Guidelines]] : standards and guidelines for WebIssues developers
 +
;[[/Protocol|Protocol]] : design of the WebIssues communication protocol
 +
;[[/DB Schema|DB Schema]] : description of the most important tables in the database
 +
| valign="top" |
 +
;[[/Email Notifications|Email Notifications]] : server-side extensions introduced in version 0.8.4
 +
;[[/Plan for Version 1.0|Plan for Version 1.0]] : development of WebIssues version 1.0
 +
;[[/MVC Pattern|MVC Pattern]] : simple MVC framework for WebIssues 1.0
 +
;[[/Views and Filters|Views and Filters]] : new concept of views in version 1.0
 +
;[[/Alerts and Notifications|Alerts and Notifications]] : alerts and email notifications in version 1.0
 +
|}

Revision as of 12:36, 9 March 2018

WebIssues is an open source, multi-platform system for issue tracking and team collaboration. See https://webissues.mimec.org for more information.

This purpose of this Wiki is to gather information for advanced users, contributors and developers of WebIssues. It is also a central place for all technical documentation.

For System Administrators

Guides

Installation 
Platform specific installation notes for WebIssues Server 1.1
Configuration 
Advanced configuration options of WebIssues Server 1.1

For Contributors

General Information

Guides

Roadmap 
list of implemented and planned features
Code Repository 
information about accessing the code repository
Translation 
information and resources for translators

For Developers

Overview

Specifications

Architecture 
general architecture of the system
Guidelines 
standards and guidelines for WebIssues developers
Protocol 
design of the WebIssues communication protocol
DB Schema 
description of the most important tables in the database
Email Notifications 
server-side extensions introduced in version 0.8.4
Plan for Version 1.0 
development of WebIssues version 1.0
MVC Pattern 
simple MVC framework for WebIssues 1.0
Views and Filters 
new concept of views in version 1.0
Alerts and Notifications 
alerts and email notifications in version 1.0