Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TODO list #16

Open
17 of 22 tasks
miaotony opened this issue Jul 22, 2020 · 2 comments
Open
17 of 22 tasks

TODO list #16

miaotony opened this issue Jul 22, 2020 · 2 comments
Labels

Comments

@miaotony
Copy link
Owner

miaotony commented Jul 22, 2020

  • 登录新教务管理系统 Login to the new Educational Administration System
  • 获取课表 Get class schedule data
  • 解析课表 Parse class schedule data
  • 导出课表到.txt文件 Export class schedule data to .txt file
  • 命令行参数 Get args from terminal
  • 基于对象重构 Refactor based on object
  • 生成 .ics 日历文件 📆 Generate .ics file
  • 生成 .xlsx 表格文件 Generate .xlsx file
  • 打包为可执行程序 Packing
  • 图形化界面 GUI
  • 导出考试安排 Export examination schedule
  • 搭建网络服务,在线导出日历文件 Web service https://anyknew.a2os.club/Schedule
  • 搭建 Telegram Bot 在线导出日历文件 Telegram Bot @NUAA_iCal_bot https://t.me/NUAA_iCal_bot
  • 自动获取开学日期 Get the start date of a specific semester automatically
  • 获取不同学期的课表 Get class schedules for different semesters
  • 基于GitHub Action自动打包可执行程序 Packing automatically based on GitHub Action
  • 新增周数事件(持续一周的 第x周 事件) Add events for week number
  • 使用情况分析 Usage analysis
  • 提供课表订阅服务 Subscribe service
  • 适配研究生课表 Adapt to postgraduate's class schedule
  • 适配教师课表 Adapt to teacher's class schedule
  • etc.
@miaotony miaotony added the todo label Jul 22, 2020
@miaotony miaotony pinned this issue Jul 22, 2020
@miaotony
Copy link
Owner Author

miaotony commented Jul 22, 2020

自动获取开学日期
已通过爬取校历来获得。

GET http://aao-eas.nuaa.edu.cn/eams/calendarView.action
POST http://aao-eas.nuaa.edu.cn/eams/calendarView!search.action
(post data example: schoolYear=2019-2020&term=2&viewType=A)

@miaotony
Copy link
Owner Author

miaotony commented Mar 1, 2021

计划新增周数事件,即持续一周的 第x周 事件,方便知道当前所在周。
Add events for week number

样例:
图片

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant