Difference between revisions of "WebIssues"

From MiMec
Jump to: navigation, search
(39 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<b>WebIssues</b> is an open source, multi-platform system for <b>issue tracking and team collaboration</b>. 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.
  
The purpose of this wiki is to gather information together for developers and advanced users of WebIssues. It's new but also used by the WebIssues Team to collaborate and share those mad ideas.
+
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.
  
The current status of the project is that the Client side has been pushed to as far as it can go on the current platform. It is stable, tested and tried.
+
== For System Administrators ==
  
The <b>'Dictator'</b> is <b>mimec</b>, and if you need wiki or svn access then check out either mimec or pedro (deputy dictator) p_masho at <b>irc.freenode.net/webissues</b>
+
{| 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
 +
|}
  
some of this roadmap and stuff is basically cut and paste from forums, request etc.. so everything is a bit "mangled" at the moment..
+
== For Contributors ==
  
!!How you can Help
+
{| width="100%" cellspacing="10"
top of the list
+
| width="50%" |
* Adding an email to each user/account so notifications can be sent
+
=== General Information ===
* The web client - read pedros [web client ideas page] - but basically a read only version initially that can use JSON/xml and WI_POTOCOL
+
| width="50%" |
 +
=== Guides ===
 +
|-
 +
| valign="top" |
 +
;[[/Roadmap|Roadmap]] : list of implemented and planned features
 +
;[[/Code Repository|Code Repository]] : information about accessing the code repository
 +
| valign="top" |
 +
;[[/Translation|Translation]] : information and resources for translators
 +
|}
  
 +
== For Developers ==
  
== General Information ==
+
{| width="100%" cellspacing="10"
 
+
| width="50%" |
;[[WebIssues:Roadmap|Roadmap]] : list of implemented and planned features
+
=== Overview ===
;[[WebIssues:SVN Repository|SVN Repository]] : information about accessing the SVN code repository
+
| width="50%" |
 
+
=== Specifications ===
== Development ==
+
|-
 
+
| valign="top" |
;[[WebIssues:Documentation|Documentation]] : technical documentation of WebIssues for developers
+
;[[/Architecture|Architecture]] : general architecture of the system
;[[WebIssues:Guidelines|Guidelines]] : various standards and guidelines for WebIssues developers
+
;[[/Guidelines|Guidelines]] : standards and guidelines for WebIssues developers
;[[WebIssues:Ideas|Ideas]] : place for proposing and discussing ideas of new features
+
;[[/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 13: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