-
Couldn't load subscription status.
- Fork 16
Closed
Labels
Resources-pageresouces pageresouces page
Description
There is no actual testing data for resources page. It should have dummy data for tutorials, books, and organization. The dummy data for resources page must be in file ./src/resources/fakeData.js. Implement dummy data as a list of dictionaries/maps.
Structure:
Tutorials: id, title, urls
Readings (book & article): id, title, publication date, description, urls/download link
Orgs(Organization): id, name, urls
For example:
const tutorialsData = [
{id: 1, title: "name of video", url: "https://youtube/udj21udu8udws8u"},
{id: 2, title: "name of video", url: "https://youtube/udj21udu8udws8u"},
.....
]
Metadata
Metadata
Assignees
Labels
Resources-pageresouces pageresouces page