MCrank/rpg-locator

READ - Campaign Data

Closed this issue · 0 comments

User Story

As a user when I log into the app and click on My Campaigns
Then I should be presented with a list of Campaigns.

Tech Notes

  • Install Axios via NPM if not already
  • Create Firebase index on UID in Campaign Collection
  • Create functions to call out to firebase and retrieve campaigns tied to my UID.
  • Create CampaignItem component leverage bootstrap for UI components/styling
  • Display List of CampaignItems on the MyCampaign page

Acceptance Criteria

When I log into the app
and click on the My Campaigns link in the navbar
I should be routed to the My Campaigns page
And be presented with a list of my campaigns

campaign_list