-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
122 ft single course dashboard uiux design #123
base: develop
Are you sure you want to change the base?
Conversation
Is this still in progress or ready for review? |
|
You may review the code |
…onent to fix rendering issues on reload or refresh
@mariamiah Tried passing props from the singlecourse container, but had issues with type-errors.... while attempting to use the values to populate course cards, thus decided to use hooks to fetch... |
"classnames": "^2.2.6", | ||
"enzyme": "^3.11.0", | ||
"enzyme-adapter-react-16": "^1.15.2", | ||
"enzyme-to-json": "^3.5.0", | ||
"eslint-config-airbnb": "^18.1.0", | ||
"express": "^4.17.1", | ||
"formik": "^2.1.4", | ||
"jquery": "^3.7.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One question though What are we using jquery for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added it because the nav bar component on the teacher's page that i was testing wasnt working....but i think it was my dev environments issue....let me clean those sections out, thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work so far 💯 , a few changes to look at though
from api using container
…ft-single-course-dashboard-uiux-design' of https://github.com/BuildForSDG/Teachers-Hub-Frontend into 122-ft-single-course-dashboard-uiux-design
Description
Once logged in, a teacher could view list of courses in a table which is boring visually, also after selecting a course to view, modules were not active once user selected resume course.
course Cards are used to present list of logged in users enrolled courses and also a list of all courses offered presented on the teachers page.
All pull requests should be related to open issues. Indicate the issue(s) bellow and remove this line:
Fixes #(issue number 122)
How Has This Been Tested?
DOM testing
Screenshots (if applicable, else remove this line / section)
Checklist: