shaheenm82 / quest-list

Automatically exported from code.google.com/p/quest-list
0 stars 0 forks source link

Maintain Task List #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The Application shall maintain a list of Public and Personal task lists

Original issue reported on code.google.com by shaheen....@gmail.com on 25 Feb 2015 at 7:25

GoogleCodeExporter commented 8 years ago
Created the Basic Structure for maintaining a list of tasks.

Each Quest has 
a name 
a type - to denote public or personal tasks
an XP value - for adding to the user's experience value.

Each Task has 
a name
an optional description
XP values for each of the five skill trees
   fitness
   learning
   culture
   social
   personal

Quests comprise of one or more tasks, and the XP allocation at the task and 
quest levels is independant.

Quests and tasks have a creation date as well as a completion date.  for now 
these are not used for anything but can be used later for bonus XP rewards for 
completing ahead of time or penalisation for completing after time.

Original comment by shaheen....@gmail.com on 4 Mar 2015 at 5:00

GoogleCodeExporter commented 8 years ago
10:15:19 PM] Will Davies: Task Name
Description
[Fit / int / art / chr / per ] option boxes, rather than entering a number
[10:15:57 PM] Will Davies: and the Exp reward after that

Original comment by shaheen....@gmail.com on 12 Mar 2015 at 2:47

GoogleCodeExporter commented 8 years ago
Changed the Task creation screen to use check boxes to mark the skill trees 
that apply to this task and a single experience value that applies to all the 
skill trees upon task completion.

This experience is added to the user experience and the skill experience 
counters.

Original comment by shaheen....@gmail.com on 18 Mar 2015 at 4:11