Coding-Club-IITG/CourseHub

File view (2)

Open

#148 opened on Sep 20, 2025

 (1 comment) (0 reactions) (0 assignees)JavaScript (3 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (13 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently, when we try to open a file, we are redirected to the onedrive file preview page.

  • User experience issue: It asks regularly for authentication. Ideate on something to show the file in a new tab in the same window. For that we'll need to fetch the file using the onefrive options and then show it on another tab.

It will be something like this: https://www.iitg.ac.in/acad/admission/fresher/

When u click on any of the "Click Here" symbols, it opens the file in the same window but in another tab. There might be some libraries for this, ideate and implement that.

Contributor guide