Commit Graph

10 Commits

Author SHA1 Message Date
4d1d4c1e79
feat: download uploaded files 2024-09-01 19:45:43 +08:00
d93bfe172b
feat: complete all tables in audit page 2024-07-30 21:41:52 +08:00
256c64dcf5
fix: change some db tables's setting.
- change `audit`.`assistant_id` to `audit`.`assistant_username`
- change `audit`.`assistant_username` from int to varchar(30)
- change foreign key between `audit`.`assistant_id` & `assistant`.`id`
  to between `audit`.`assistant_username` & `assistant`.`username`
2024-07-26 21:52:07 +08:00
f9a6956283
feat: use JWT to verify is_assistant 2024-07-26 21:27:27 +08:00
tommy
899e6d5852 update api : POST /api/audit 2024-07-06 15:21:03 +08:00
Chen,Hui Chen
03b8b5e23e merge problem 2024-06-29 18:53:08 +08:00
Chen,Hui Chen
68c7540795 Merge branch 'main' of https://github.com/Sylvia2002/scholarship
# Conflicts:
#	api/audit.js
#	js/login.js
#	utilities/utilities.js
#	utilities/utilities_main.js
2024-06-18 17:54:54 +08:00
tommy
4e70160c94 add login function : can login with account on moodle. add audit function : can show the all applications which need to be audited 2024-06-18 15:17:42 +08:00
Chen,Hui Chen
a69230d41f modify bug in db connectionLimit、login 2024-06-16 21:59:00 +08:00
Chen,Hui Chen
4ca4ef1d62 add audit form(not yet)、modify main form 2024-06-16 18:33:14 +08:00