From 275cef8621518751b80b7c7438af60b10813dee5 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 30 Jan 2014 19:00:08 -0500 Subject: add bits about existing solutions --- docs/ProductBacklog.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'docs/ProductBacklog.md') diff --git a/docs/ProductBacklog.md b/docs/ProductBacklog.md index a061a59..43a3f9d 100644 --- a/docs/ProductBacklog.md +++ b/docs/ProductBacklog.md @@ -28,7 +28,24 @@ level it is for any individual wishing to manage a competitive event, on a niche level it is for individuals looking to manage and participate in team competitions (like League of Legends). -TODO - Luke write about existing software. +All existing solutions that we found were limited by the binary +win/lose. Several open-souce options exist, which we could possibly +extend. + +The most prominent of these is "XDojo". It has not been modified in +roughly two years, but has been used for several national +tournaments. Unfortunately, the documentation is not in English. +Because of this, evaluating it for possible adaptation is at the very +least, a spike. + +Another current offering is "OMGT" (Open Manager for Game +Tournaments). It seems to be reasonably well developed and stable, +though the install process is mostly undocumented, and while probably +not very complex, we haven't figured it out yet. + +The third current open source offering looked at was "tournamentmngr", +which seems to be unstable/incomplete. It is written in C#, which +gets in the way of our "easy to install" requirement. System Model ------------ @@ -38,6 +55,11 @@ System Model Requirements ------------ + - Essential functional requirements + - Essential non-functional requirements + - Non-essential functional requirements + - Non-essential non-functional requirements + +---------+-----------------------------------+-----------------------------+ | | Functional Requirements | Non-Functional Requirements | +=========+===================================+=============================+ -- cgit v1.2.3