Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

5upernova-heng/EventManager-Frontend

Repository files navigation

EventManager-Frontend

北京邮电大学计算机系2023数据结构课程设计 —— 前端部分

环境配置

1. 下载 Node.js

node -v
# v18.*.*

2. Clone & 安装依赖

git clone https://github.com/5upernova-heng/EventManager-Frontend
cd EventManager-Frontend
yarn #(recommand), or you can use "npm i"

建议使用 yarn,而不是 npm 进行包管理

3. 本地调试

yarn dev 
#or: npm run dev

在浏览器中打开 http://localhost:5173/ 查看页面。

项目进度

To Do List

Essiencial

  1. Remind

    1. 消息提醒应该为全局,而不是组件级别
  2. With backend:

    1. remind 下一天事件时输出路径
    2. 从事件查看页面跳转到导航

More:

  • Sort location selector by alphabet
  • 404 Page && Can't not access page by pathname directly
  • Group Page
  • Remove alarm page

进度一览

  • 日程日历
    • 周日历
      • 日历头
      • 日历表
      • 日历编辑表单:增删查改
        • 输入验证
        • 分类与权限显示
        • 连接后端
    • 侧边栏
      • 月日历
      • 更详细的时间调整
  • 校园地图
    • 显示路线
    • 画出路线
    • 连接后端
  • 日志显示
    • 指从后端请求的日志(list group 视图)
  • 闹钟管理
    • 闹钟界面
      • 闹钟
      • 增删查改按钮
    • Alert 界面
  • 登录界面
    • 退出登录
    • 连接后端
  • 说明文档
  • 测试代码

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors