feat: add estimated reading time feature#214
Conversation
|
@SamruddhiPatil0078 is attempting to deploy a commit to the PushkarScripts Team on Vercel. A member of the Team first needs to authorize it. |
|
Resolved merge conflicts with upstream/main. Both the BookmarkButton and the estimated reading time feature are preserved. |
|
@SamruddhiPatil0078 Thanks for working on this. One thing to note: contributors are expected to wait for approval/assignment before starting work on an issue. Since this is your first contribution and the feature makes sense, I'll let it pass this time. Please follow the workflow going forward. As for the implementation, I think the placement can be improved a bit. It may fit better right after the Course Outline heading or alongside the module/chapter title rather than below it. Try a couple of placement options and see what feels more natural with the existing layout. Once updated, feel free to request another review. |


Related Issue
Fixes #211
Description
Implemented an Estimated Reading Time feature for course content and notes.
The feature automatically calculates reading time based on the content's word count and displays it below the course/chapter title. This helps students estimate the time required to complete a topic before they start reading.
Type of Change
Screenshots / Demo
Added reading time indicator below the course title.
Example:
How Has This Been Tested?
Checklist
AI Usage
I have not used AI tools for this contribution
I have used AI tools (ChatGPT, Copilot, Claude, etc.) and I have reviewed, verified, and understood all generated code/content before submitting this PR
If AI tools were used, briefly explain how:
Used ChatGPT for brainstorming the feature idea, drafting issue/PR descriptions, and reviewing implementation approaches. All code was reviewed, tested, and verified before submission.
Additional Notes
This feature improves the learning experience by helping students plan their study sessions more effectively. The implementation is lightweight and integrates seamlessly with the existing UI.