Git Product home page Git Product logo

cuit-agent-backend's Introduction

完全代理式课表管理软件Cuit-Agent后端

课表是大学生必备工具,但当前课表管理存在诸多不便:

  1. 登录教务系统步骤较为繁琐

  2. 教务处课表页面不适配移动端

  3. 课表难以存到本地随时查看

  4. 课表有更新时需要重复登录教务处

针对如上痛点,本项目有针对性的逐一解决。

首先是整体思路,要解决如上问题,首先需要最基本的移动端课表载体——手机APP,那么课表数据从何而来呢?一个思路是让用户手动将课表数据导入。实际上,当前根据此思路开发的许多第三方课表已经相当成熟,但这又带来了新的问题,即导入课表数据同样较为繁琐,提高了使用门槛,而课表有更新时也需要重复登录,在我看来这不算一种很好的解决方案。

因此我决定采用更为彻底的代理思路,将整个获取数据的完整流程(登录校外VPN->登录统一身份认证->跳转到教务处页面->获取课表数据->解析数据发送至手机APP)全部放在服务器,用户只需要输入账号密码,即可一次获取所有课表的数据,然后将课表数据存储在本地,用户需要再次查看时直接访问本地数据即可。

具体的后端实现使用了python自动化测试库selenium和Java后端框架SpringBoot,请求流程如下:

i5mZpk.png

cuit-agent-backend's People

Contributors

kizureina avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.