Skip to content

[CHORE]: Remove Mess, Laundry, Payment Receipts, and Faculty Info from Desktop UI #7

Description

@Vishal-770

Overview

The Mess Menu, Laundry Status, Payment Receipts, and Faculty Info modules currently display inaccurate or outdated data from VTOP endpoints. To ensure data reliability and prevent user confusion, these four modules should be removed from the Desktop application.


Scope of Removal (Desktop)

  1. Pages to Delete:

    • src/pages-desktop/dashboard/mess.tsx
    • src/pages-desktop/dashboard/laundry.tsx
    • src/pages-desktop/dashboard/payment-receipts.tsx
    • src/pages-desktop/dashboard/faculty-info.tsx
    • src/pages-mobile/dashboard/payment-receipts.tsx
  2. Sidebar & Route Cleanup:

    • Remove Mess, Laundry, Payment Receipts, and Faculty Info entries from DashboardSidebar in src/components/DashBoardSideBar.tsx.
    • Remove Payment Receipts link from mobile drawer in src/pages-mobile/dashboard/_layout.tsx.

Technical Implementation Plan

  1. Delete the targeted page component files from src/pages-desktop/dashboard/.
  2. Remove navigation links from src/components/DashBoardSideBar.tsx.
  3. Verify that npx tsc --noEmit runs cleanly with zero routing or import errors.

Verification Criteria

  • Mess, Laundry, Payment Receipts, and Faculty Info routes are completely removed from Desktop navigation.
  • Desktop sidebar links no longer display these 4 options.
  • Application compiles without TypeScript errors.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions