Before, it took extra clicks to create a Unit/Lesson since contributors had to click Manage Units/Lesson and create Units/Lessons from that page. Now, we can move the button for creating Units from the Manage Unit/Lessons page to the Course/Unit Home page. Result: less clicks!
Steps
Move the button for creating Units from the Manage Unit/Lessons page to the client/src/pages/CourseHome and client/src/pages/UnitHome.
Move the POST '/language/lesson' and POST '/language/unit' code to the files above.
Goals
Before, it took extra clicks to create a Unit/Lesson since contributors had to click Manage Units/Lesson and create Units/Lessons from that page. Now, we can move the button for creating Units from the Manage Unit/Lessons page to the Course/Unit Home page. Result: less clicks!
Steps
client/src/pages/CourseHome
andclient/src/pages/UnitHome
.