校內系統Campus System
通訊系物品管理系統Asset Management System
為通訊系開發物品借還、借用狀況與歷史查詢、物品清單管理。Check-out/return, status and history queries, and inventory management for the Communications dept.

概述Overview
這是我碩士階段的第一個系統開發專案。中正大學通訊工程學系的量測儀器、線材與實驗設備過去多以紙本或口頭方式借用,常發生「東西被誰借走、何時歸還、是否遺失」難以追溯的問題。我為此獨立開發一套網頁式物品管理系統,將整個借還流程數位化,並為管理員提供即時的庫存與稽核視角。This was the first system-development project of my M.S. studies. The Communications Engineering department's instruments, cables, and lab equipment had been lent out on paper or verbally, making it hard to trace who borrowed what, when it was due, and whether it was lost. I independently built a web-based asset-management system that digitizes the entire borrow-and-return flow and gives administrators a real-time inventory and audit view.
功能模組Feature Modules
- 借出 / 歸還作業:登記借用人、品項與時間,歸還時自動結清,避免人工漏記。Check-out / return: records borrower, item, and timestamps; returns are reconciled automatically to prevent missed entries.
- 即時借用狀況:一覽哪些物品在庫、哪些已借出與預計歸還時間。Live status: at-a-glance view of what is in stock, what is on loan, and when it is due back.
- 歷史紀錄與稽核:保留每件物品完整的借用軌跡,便於追溯與盤點。History & audit: keeps a full borrowing trail per item for traceability and stock-taking.
- 物品清單管理:管理員可新增、編輯、停用品項,維護分類與數量。Inventory management: administrators can add, edit, and retire items, maintaining categories and quantities.
- 管理員後台:權限區分一般使用者與管理員,集中管理借還與清單。Admin console: role separation between users and administrators for centralized control of loans and inventory.
我的角色My Role
獨立負責全端開發——從資料表設計、後端借還邏輯與 API,到前端操作介面。這個專案讓我把課堂所學的資料庫與網頁技術,第一次完整地落實到一個會被真實使用的內部系統上。Sole full-stack developer — from database schema and back-end borrow/return logic and APIs to the front-end UI. It was the first time I took classroom database and web skills all the way into a real, internally used system.