rapid-eth / rapid-adventures

Rapid Adventures - Activate Your Life
1 stars 0 forks source link

[Functional Test] As a user, I can view the list of Quests related to an Adventure #91

Open orbro opened 4 years ago

orbro commented 4 years ago

In Scope When a user clicks on/into an Adventure, a list of the Quests that comprise that Adventure is shown. The 'list' of quests can currently be comprised of a single quest.

Out of Scope 3Box threads to manage the list of Quests associated with an Adventure

kamescg commented 4 years ago

The Adventure JSON file should include an array of quests references. Let's discuss schema if needed.

The QuestList component will automatically convert the data into component props and display.

The View Quest button currently defaults to dispatching an open Modal request. The popup will display the quest in detail.

Screen Shot 2019-12-08 at 9 29 36 AM
orbro commented 4 years ago

@KamesCG perfect.

Can Quests and Adventures live in the same JSON?

Can each Quest be a child of an Adventure in that JSON?

Let me know if there's any necessary fields that are required to be consumed from your end. Currently thinking: ID Alias Name Tagline Description Image

And for the Quests, also Completion Criteria Reward

kamescg commented 4 years ago

Can Quests and Adventures live in the same JSON?

Yes.

Can each Quest be a child of an Adventure in that JSON?

Yes. It should be for my sake :) so I don't have to read multiple files to demo content.

Let me know if there's any necessary fields that are required to be consumed from your end. Currently thinking:

When my head is out of infrastructure space and back into product land I can contribute to this.