Skip to content

summary info data#18

Open
kitks wants to merge 2 commits into
shoonyatech:mainfrom
kitks:main
Open

summary info data#18
kitks wants to merge 2 commits into
shoonyatech:mainfrom
kitks:main

Conversation

@kitks
Copy link
Copy Markdown

@kitks kitks commented Aug 4, 2021

Add data for summary info component

@@ -0,0 +1,31 @@
const actualItems = [
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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

Comment thread schema/charts.js
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
Copy Markdown
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