Skip to content

Conversation

@KHVBui
Copy link
Collaborator

@KHVBui KHVBui commented Jul 27, 2022

Mappings for Resource's dummy data:

Tutorials: id, title, description, url, tags
Readings: id, title, publicationDate, description, url, tags
Organizations: id, title, description, url, tags

@KHVBui
Copy link
Collaborator Author

KHVBui commented Jul 27, 2022

Updates Resource.js to reference Tutorials, Readings, and Organizations JS files instead of containing JSX itself. This improves compartmentalization and prevents us from making as many conflicting changes in Resource.js.
Each tab's JS files now contain placeholder text, but NOT reading from dummy data yet.

@minhngo3818
Copy link
Collaborator

Can you add more data to each tab? It would be nice when there are at least 10 items per tab in order to test upcoming features including pagination, filter, (sort and search).

@minhngo3818
Copy link
Collaborator

Resolve issue #14

@KHVBui
Copy link
Collaborator Author

KHVBui commented Jul 28, 2022

Yeah I can add more data to each tab.

@KHVBui KHVBui added not ready PR PR is not ready to be merged feature-request request a new feature labels Jul 28, 2022
@KHVBui KHVBui force-pushed the kevin-bui-branch branch 2 times, most recently from 38382ba to cdb344e Compare July 31, 2022 22:35
@KHVBui KHVBui changed the title Replace "Research" with "Readings" in Resources and add dummy data for resources Restructure "Resources", replace "Research" with "Readings" in Resources, and add dummy data for Resources Jul 31, 2022
@KHVBui KHVBui removed the not ready PR PR is not ready to be merged label Jul 31, 2022
@KHVBui KHVBui requested a review from minhngo3818 July 31, 2022 22:38
@KHVBui KHVBui added the not ready PR PR is not ready to be merged label Jul 31, 2022
@KHVBui KHVBui force-pushed the kevin-bui-branch branch from cdb344e to caa479f Compare July 31, 2022 23:01
@KHVBui KHVBui added the Cleanup Deleting files, comments, and unnecessary code label Aug 1, 2022
@KHVBui KHVBui force-pushed the kevin-bui-branch branch 2 times, most recently from fd4d5ff to caa479f Compare August 1, 2022 07:18
import React from 'react';
import './resources.css';


Copy link
Collaborator

Choose a reason for hiding this comment

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

Please remove a blank line

Copy link
Collaborator

@minhngo3818 minhngo3818 left a comment

Choose a reason for hiding this comment

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

Your PR looks good. Just remove a blank line after imports and you're good to go.

@KHVBui
Copy link
Collaborator Author

KHVBui commented Aug 1, 2022

Yeah I need to totally reset this with all the prettier and linter changes and make sure it's all cleanup before I'll merge

KHVBui added 5 commits August 5, 2022 15:48
JSX will be contained in individual files instead of directly in Resources for compartmentalization
-Includes 11 entries per section in order to test pagination in the future
-Tutorials fields: id, title, description, url, tags
-Readings fields: id, title, publicationDate, description, url, tags
-Organizations fields: id, title, description, url, tags
@KHVBui KHVBui force-pushed the kevin-bui-branch branch from 1abfc21 to d825827 Compare August 6, 2022 01:43
@KHVBui KHVBui removed the not ready PR PR is not ready to be merged label Aug 6, 2022
@KHVBui KHVBui requested a review from minhngo3818 August 6, 2022 01:59
@minhngo3818 minhngo3818 merged commit c0227d0 into main Aug 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Cleanup Deleting files, comments, and unnecessary code feature-request request a new feature Resources-page resouces page

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants