From The Mana World
Line 7: Line 7:
First we have a request, which is used as a foundation for making proposals.
First we have a request, which is used as a foundation for making proposals.


   Request = { Title, Authors, Criteria, Proposals }
   [[Template:request|Request]] = { Title, Authors, Criteria, Proposals }


* Title - what we are requesting proposals for.
* Title - what we are requesting proposals for.
Line 18: Line 18:
Now lets define a proposal.
Now lets define a proposal.


   Proposal = { Title, Authors, Description, Evaluation, Indefinitives, Variations }
   [[Template:proposal|Proposal]] = { Title, Authors, Description, Evaluation, Indefinitives, Variations }


* Title - a descriptive, unique name for the proposal
* Title - a descriptive, unique name for the proposal
Line 28: Line 28:


=An Example Request=
=An Example Request=
Below is an example request:
Go [[User:Blash/example request 1|here]] for a page that uses the request template.
==Request: Magic System==
Author(s):
* [[ElvenProgrammer|ElvenProgrammer]]
Date: (unknown)
 
==Criteria==
* Must make use of Mana, Intelligence, and Willpower stats
* Must be compatible with the world background and story
* Must have low network overhead in implementation
 
==Proposals==
Listed by: Title --Authors
===Accepted===
(none)
===Passed Evaluation===
(none)
===Undecided===
* [[Magic system (old)|Old Magic System]] --[[User:Cblade|Cblade]], et. al.
* [[User:Crush/Magic System Populous 3 style|Magic System Populous 3 Style]] --[[User:Crush|Crush]]
* [[User:Blash/magic system proposal A|Blash's Magic System]] --[[User:Blash|Blash]]

Revision as of 20:02, 25 October 2007

Introduction

Greetings everyone! Seeing how a little organization would help streamline the proposal process, I have developed one.

The System

First we have a request, which is used as a foundation for making proposals.

 Request = { Title, Authors, Criteria, Proposals }
  • Title - what we are requesting proposals for.
  • Authors - the people who made the request.
  • Criteria - the constraints that all proposals must satisfy to be considered for acceptance.
  • Proposals - the list of proposals that people make to fullfill the request.
 Proposals = list of Proposal

Now lets define a proposal.

 Proposal = { Title, Authors, Description, Evaluation, Indefinitives, Variations }
  • Title - a descriptive, unique name for the proposal
  • Authors - those who contributed to the proposal
  • Description - a full description of the proposal, including its implications
  • Evalutation - how/if the proposal meets the requirements of its parent request.
  • Indefinitives - a list of requests, each request being an incomplete or open to suggestion part of the proposal
  • Variations - a list of proposals that represent variations or derivitives of the proposal, either put forth by different authors, or as the successors to the original proposal.

An Example Request

Go here for a page that uses the request template.