Skip to content

Commit

Permalink
Change fake cards to real files
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinsonZ committed Nov 28, 2023
1 parent 5737ecc commit 23a08ce
Showing 1 changed file with 72 additions and 30 deletions.
102 changes: 72 additions & 30 deletions src/renderer/src/util/fakeCardData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,76 +2,118 @@ export default function fakeCardData(): FileDatabase {
return {
columns: [
{
name: "english",
id: "english",
name: "Reference",
id: "f2149e98-3fba-4891-a56c-61d22ecc45f1",
cards: [
{
type: "day",
id: "a-day-sept19",
id: "7f440d98-a727-4954-beac-886e5db3d4b9",
day: "sept 19 2023",
},
{
fileName: "2012-Volvo-XC60-Owners-Manual.pdf",
filePath:
"/Users/robinsonz/Documents/misc/2012-Volvo-XC60-Owners-Manual.pdf",
id: "53475213-3f16-4c76-a7fd-7b48b4078a6e",
fileType: "pdf",
type: "file",
id: "a1",
fileName: "a1",
filePath: "fake",
fileType: "docx",
tags: [],
},
{
fileName: "Chemfig.pdf",
filePath: "/Users/robinsonz/Documents/misc/Chemfig.pdf",
id: "61d152eb-bfea-4589-9b49-047758d5e18c",
fileType: "pdf",
type: "file",
tags: [],
},
{
fileName: "electronics.pdf",
filePath: "/Users/robinsonz/Documents/misc/electronics.pdf",
id: "25e882f0-756a-466d-affc-b1a4bd1b8c56",
fileType: "pdf",
type: "file",
id: "a2",
fileName: "a2",
filePath: "fake",
fileType: "pptx",
tags: [],
},
{
type: "day",
id: "a-day-sept20",
day: "sept 20 2023",
id: "55383b1a-b987-4e8b-8acb-054d5dcf8e43",
day: "Thu Nov 16 2023 00:00:00 GMT-0500 (Eastern Standard Time)",
},
{
fileName: "tornadofx-guide.pdf",
filePath: "/Users/robinsonz/Documents/misc/tornadofx-guide.pdf",
id: "55a431fc-cc2d-44f4-af59-c77c00178978",
fileType: "pdf",
type: "file",
id: "a3",
fileName: "a3",
filePath: "fake",
tags: [],
},
{
fileName: "RainbowDrops.icls",
filePath: "/Users/robinsonz/Documents/misc/RainbowDrops.icls",
id: "6d2a7f18-84b9-4e75-83a8-3ef2b70e0656",
fileType: "icls",
type: "file",
tags: [],
},
{
fileName: "Latex Reference.pdf",
filePath: "/Users/robinsonz/Documents/misc/Latex Reference.pdf",
id: "bf204a23-68be-4453-811b-e0850b335d43",
fileType: "pdf",
type: "file",
tags: [],
},
],
},
{
name: "science",
id: "science",
name: "Paperwork",
id: "32165b82-ad4e-47da-a2a9-11d2aebf7576",
cards: [
{
type: "day",
id: "b-day-sept19",
id: "167845a9-3ec4-4026-96b9-a75d35b8176b",
day: "sept 19 2023",
},
{
fileName: "COVID vaccine card.pdf",
filePath: "/Users/robinsonz/Documents/misc/COVID vaccine card.pdf",
id: "80e39ad7-02df-4dc9-936d-7a6237683ed2",
fileType: "pdf",
type: "file",
tags: [],
},
{
fileName: "June 2021 nyc spending.xlsx",
filePath:
"/Users/robinsonz/Documents/misc/June 2021 nyc spending.xlsx",
id: "3976500f-a28a-4b05-ac72-98b77338c5c8",
fileType: "xlsx",
type: "file",
id: "b1",
fileName: "b1",
filePath: "fake",
fileType: "docx",
tags: [],
},
{
fileName: "drivers ed.pptx",
filePath: "/Users/robinsonz/Documents/misc/drivers ed.pptx",
id: "b064874b-b858-41a0-b58a-4f9022883fb1",
fileType: "pptx",
type: "file",
id: "b2",
fileName: "b2",
filePath: "fake",
tags: [],
},
{
fileName: "PA emissions report.pdf",
filePath: "/Users/robinsonz/Documents/misc/PA emissions report.pdf",
id: "ef00edd4-d876-41c0-9017-6e0e4cf02e8d",
fileType: "pdf",
type: "file",
tags: [],
},
{
fileName: "UHC ID Cards.pdf",
filePath: "/Users/robinsonz/Documents/misc/UHC ID Cards.pdf",
id: "e7f03327-c463-4d5f-be81-064bcddeb908",
fileType: "pdf",
type: "file",
id: "b3",
fileName: "b3",
filePath: "fake",
fileType: "docx",
tags: [],
},
],
Expand Down

0 comments on commit 23a08ce

Please sign in to comment.