Giter Site home page Giter Site logo

Comments (1)

ZKLlab avatar ZKLlab commented on May 24, 2024 2

目前问题还比较多,单双周之类的问题比较难调整,考虑重构项目了:

  • 课表不能重课;
  • 时间冲突判断的函数冗余,且依赖课表;
  • 课程数据更新解决冲突的过程比较复杂,不容易改动;
  • 整体占内存较大;
  • 桌面版移动版HTML和CSS冗余;
  • ……

因此重构时考虑:

  • 展示和底层完全允许重课,简化冲突判断、课程数据更新流程,且适应秋季学期变化;
  • 数据放到IndexedDB,尽量不把数据全取出来;
  • 上TypeScript,框架换Vue 3.x或React。

另外原来课程爬虫的环境用不了OpenVPN,现在都是手动爬取上传,准备迁移到Github Actions。

from shu-scheduling-helper.

Related Issues (6)

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.