-
Notifications
You must be signed in to change notification settings - Fork 69
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
feat: Create the page to add new lessons #2538
feat: Create the page to add new lessons #2538
Conversation
@flacial is attempting to deploy a commit to the c0d3-prod Team on Vercel. A member of the Team first needs to authorize it. |
Codecov Report
@@ Coverage Diff @@
## master #2538 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 186 186
Lines 3357 3385 +28
Branches 904 906 +2
=========================================
+ Hits 3357 3385 +28
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Closes #2398
Description
This page will be used to create new lessons. Upon creating the lesson, it'll redirect the admin to the manage that'll be used to manage the new lessons's info, challenges, exercises, and modules.
The back button is different that the design because it's not consistent with what we've such as in the mentor exercises page
The old lesson page has been replaced with the new one. Previously, we couldn't do so as it depends on this one.
Page image
Image
Unused components
By removing the old page, the components (AdminLessonSideBar, AdminLessonInfo) it used are obsolete now. I'll remove them in a different PR, but let me know your opinion.