Skip to main content

Week 1

Milestones

  • Analyze the redundancy and scope of making a dynamic component for image/video/audio assets
  • Architecture
  • Implementation - create a common component for assets
  • Raise the pull Request

Screenshots / Videos

17-06-2217-06-22

Contributions

https://github.com/Sunbird-inQuiry/editor/pull/75

Learnings

Created a common component which can be used in general by either image/video/audio, which reduces the redundancy in the code and further when it will be brought in use fully it will cut down the code of many components like ckeditor and asset-browser.
Learned about ckeditor library, advantages of making code more and more dynamic which makes it more reusable