Skip to content

Conversation

@kitks
Copy link

@kitks kitks commented Aug 4, 2021

Add data for summary info component

@@ -0,0 +1,31 @@
const actualItems = [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move the mock data files from graphql to the MSW folder in wallora.com repo

@@ -0,0 +1,8 @@
const currentMonth = [
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move this mock data to wallora.com too

@@ -0,0 +1,39 @@
const plannedItems = [
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move this mock data too

import { gql } from "apollo-server";
import predictedSavings from "../dummy-data/predicted-savings.js";
import plannedExpenses from "../dummy-data/planned-expenses.js";
import currentMonth from "../dummy-data/current-month.js";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fetch real data from the wallora REST API at https://www.wallora.com/api

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants