shaheenm82 / quest-list

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

Allow the user to Add Personal Quests #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The User shall be able to add/edit/remove Personal Quests

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

GoogleCodeExporter commented 8 years ago

Original comment by shaheen....@gmail.com on 25 Feb 2015 at 8:04

GoogleCodeExporter commented 8 years ago
The App allows the user to add new Quests.  New quests are always created as 
personal quests.  When creating the quest the user specifies the name and the 
XP awarded for completion.

The User then creates tasks to go with the quest.  When the quest is saved the 
quest is then available to view on the main App View. 

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

GoogleCodeExporter commented 8 years ago
[10:13:57 PM] Will Davies: adding a quest, could put both screens worth of 
options together
[10:28:24 PM] Will Davies: lets see how that fits
[10:28:45 PM] Will Davies: and i'll try it on both tablet and phone, see how it 
works up/down sized.
[10:29:44 PM] Shaheen: Ok, as I said I'll also need to update the layout to 
work wit tablets and that will allow it to show the Quest and Task portions on 
a single screen

Original comment by shaheen....@gmail.com on 12 Mar 2015 at 3:00

GoogleCodeExporter commented 8 years ago
Updated to layout to now have a layout for portrait and landscape.

When creating Quests the Quest information, Task Information and Task list are 
now contained in their own fragments.  These fragments can be moved around in a 
layout to create different looks.

For portrait mode they are all displayed in a linear layout one below the 
other.  The task list last so that added tasks are displayed in the list and 
the list is scrollable.

in landscape the Quest and task fragments, together form the data input portion 
of the screen and take up the left half of the screen and the tasklist sits on 
the right half of the screen to display the list of tasks in the quest. 

Original comment by shaheen....@gmail.com on 27 Mar 2015 at 2:02