Chaos Project

Featured Projects => Advanced RPG Creator => Tasks => Topic started by: Blizzard on March 12, 2011, 09:18:24 pm

Title: Task Template
Post by: Blizzard on March 12, 2011, 09:18:24 pm
First thing a task needs is obviously a title. This is the topic title.

Example: RMXP Hidden Classes

Titles should include a tag to mark what part of the project it is for and what special kind of task it is.

Project Tags:


Fixes Tags:


Status Tags:





If there is a problem with a finished task (i.e. a few bugs in a code), the task won't be opened again. Instead a new task will be made. Additionally to this, each task needs to have following template in order to ensure that everything can be overviewed easily.

Spoiler: ShowHide
[center][size=30pt][b]<TASK NAME> (shouldn't differ too much from the topic title)[/b][/size][/center]

[hr]
[size=16pt][b]Description[/b][/size]

<Description> Here goes a detailed description of what needs to be done.

[hr]
[size=16pt][b]Priority[/b][/size]

<Priority> Lowest, Low, Normal, High or Critical.

[hr]
[size=16pt][b]Prerequisites[/b][/size]

<Prerequisites> Mention any classes or files that need to be completed before this task can actually be started.

[hr]
[size=16pt][b]Assigned[/b][/size]

All members currently assigned for this task.

[hr]
[size=16pt][b]Everything else[/b][/size]

<Everything else> Everything that doesn't belong anywhere else.



And here is how this could look like:

Spoiler: ShowHide
RMXP Hidden Classes




Description

The hidden classes in RMXP need to be outlined into C++ equivalents. Don't worry about all the implementation, but for the most part just make an .h and .cpp file of the class that emulates RMXP's methods and arguments.

Here are the classes that need to be done:

  • Color

  • Font

  • Rect

  • RGSSError

  • Table

  • Tone

  • Audio

  • Bitmap

  • Graphics

  • Input

  • Plane

  • Sprite

  • Tilemap

  • Viewport

  • Window





Priority

Normal.



Prerequisites

None.



Assigned

Captain Obvious.
Chuck Norris.
Your mom.



Everything else

Nothing.


Who will get which task? Simple rule: First come, first served. In case a member doesn't finish a task, that member will be removed from the task so somebody else can take care of it. If another person already posted to be assigned, but the task was already assigned, then the second person will get the task after the first person has been removed. Also, it is possible in some cases that more people are assigned to one task.

Finished tasks will be archived in the other subsection of this section for easier searching.
Title: Re: Task Template
Post by: ForeverZer0 on March 12, 2011, 09:39:06 pm
You so sexy.

I updated the post to reflect our current project a little more. I took the liberty of removing a couple of headers since the dev team is small, and I think we all know what tasks require what, etc. 
Title: Re: Task Template
Post by: Blizzard on March 12, 2011, 09:41:57 pm
Sure thing. I copy pasted it from the Remexos threads after all.
Title: Re: Task Template
Post by: Ryex on September 09, 2011, 06:47:34 pm
I updated the post is include that the title should be tagged so that we know what part of the project the task is for, if it's for the editor it should be marked [ARCed] and if is for the RGSS lib it should be marked [RGSS]ect.
I feel that this keeps the task list easier to over view.
Title: Re: Task Template
Post by: Blizzard on September 10, 2011, 03:24:50 am
Fine by me.
Title: Re: Task Template
Post by: Blizzard on July 06, 2012, 01:50:35 pm
*bump*

While we're alpha testing the engine and the editor, add [Glitch] (bugs of graphical nature that do not disrupt the normal usage flow), [Bug](general bugs), [Crash] (critical bugs that lead to crashes) and [Lock] (critical bugs that lead to hardlocks) for the title and explain how to reproduce it in the description as well as the description of the bug/glitch/crash itself. This convention will stay even after the testing is over. I'll add this to the first post.