BitWebApp / BitWebApp-24

Bitacademia is the comprehensive academic platform designed and developed for BIT Mesra. This website aims to streamline and enhance the academic management experience for students, faculty, and administration. Bitacademia offers a wide array of features tailored to meet the diverse needs of the academic community.
https://bitacademia.vercel.app/
4 stars 7 forks source link

UI and Code Optimization Tasks #77

Open sumitt-kun opened 3 months ago

sumitt-kun commented 3 months ago

1.Improve font and styles of all tables on admin side to resemble professional reports.

  1. Enhance styling, color, and border width of Excel sheets.
  2. Consolidate redundant code used across multiple pages (e.g., sort and filter functionalities) into reusable wrappers.
  3. Display uploaded file names in Placement record section after revisiting; currently, only details are visible without filenames.
  4. Create wrappers for tables to ensure consistent UI across the application.
  5. Implement drop-downs for fixed fields like semester and branch, and apply regex for input fields such as roll numbers across all applicable areas.