Skip to content

深圳大学 数学与统计学院 学分讲座系统

Notifications You must be signed in to change notification settings

xxxqgg/Credit-Lecture-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

学分讲座系统

深圳大学数学与统计学院学分讲座系统

使用方法

Under construction

Development notes

  • Build the basic models.
  • Add rest framework support for api calling.
  • Customize the User model.
  • Login page
  • Sign Up page( Later )
  • User model has certain bug while accessing form the admin site. Take a look at this document and fix the bugs.
  • Add lectures via file upload.
  • Admin view on Draw and draw function
  • Add cron job to this project to support Draw features in Lecture model
  • Do authentication first before any other action.
  • Add bootstrap support for this project.
  • Learn about SZU unified identify api and how to use it.
  • Enable importing User and other model with excel files.
  • Enable WeChat mini-app login. OpenID, Session ID, etc.
  • Add tests and ci support.
  • Add authentication for rest framework.