Giter VIP home page Giter VIP logo

curriculum-board-frontend-vue2's People

Contributors

albert26193 avatar dest1n1s avatar ivanfei-1 avatar kyln24 avatar w568w avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

brandfucker

curriculum-board-frontend-vue2's Issues

[Feature request] 支持带鉴权信息跳转

为了能使客户端快捷跳转到网页(且用户无需重新登录),考虑如下的新路由:

/jump?access={1}&refresh={2}

预期行为是储存指定的鉴权信息,然后跳转到首页 /

编辑:最好能够在任意路由(而非仅仅 /jump)读取这两个 GET 参数,这样就可以实现到任意页面的跳转了,有助于提高可扩展性。

测试

feature request: 希望添加皮套人测评

[Feature Request] 建立个人主页

此Issue搬运自飞书原《功能需求和bug修复建议》文档

备注
可以查看已发布课评,展示徽章、获赞数等

提出部门
公关联络部

[Feature Request] 丰富首页内容

此Issue搬运自飞书原《功能需求和bug修复建议》文档

备注
首页目前有点空,而且用户只能通过搜索特定课程看到课评。等与教务处合作后,可以尝试建立各课程大类的索引

提出部门
公关联络部

[Feature Request] 手动添加课程

在前端添加界面,便于使用者1手动添加课程。

所有字段如下:

{
    "campus_name": "string",
    "code": "string",
    "code_id": "string",
    "credit": 0,
    "department": "string",
    "max_student": 0,
    "name": "string",
    "semester": 0,
    "teachers": "string",
    "week_hour": 0,
    "year": 0
}
  • 必须手动写明的有:campus_namecode_idsemesterteachersyear
  • 可以从当前页面信息中事先获取的有:codecreditdepartmentname
  • 可以不填的有:max_studentweek_hour(缺省 0 即可)。

Footnotes

  1. 建议只允许管理员添加,否则可能会有恶意添加。目前后端尚未实现删除课程的接口,清理难度较大。

[Bug] 各地方频繁的TypeError

不太容易复现, 如果有稳定复现方式会更方便修
一般在网络状态不好时出现, 说明axios错误处理做的有问题, 待修复

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.