megazear7 / adventure-task

2 stars 0 forks source link

Quests Page #5

Closed megazear7 closed 9 years ago

megazear7 commented 9 years ago

Create quests page which gives an infinite scroll of "quests" that the user has done. And by "quest" I mean recent activations of a trigger by the user.

We will probably need a Quests object which, when created, loads in all the json data from the disc and creates an array of Quest objects.

The Quests object could be a singleton. The Quest objects would only be accessible through the Quests object.