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
a43ad92442
feat: add .gitignore
2024-07-26 00:12:25 +08:00
ac3e36abc2
fix: delete noSupportProof form in the audit page
2024-07-25 23:59:19 +08:00
742a53fc7a
fix: item_contents may be null not str
2024-07-25 23:57:45 +08:00
9537ff0cad
fix: push uploads/ directory
2024-07-25 23:54:32 +08:00
0681935d6d
fix: complete form with noSupportProof uploading
2024-07-25 23:44:18 +08:00
3e20a69087
feat: upload file but has some problem about the incomplete form data
2024-07-25 23:01:46 +08:00
0a1ac588a1
fix: login flow
2024-07-24 23:11:07 +08:00
08f3b34b6b
feat: reuse databases's db object to clean repetitive code
2024-07-24 17:32:40 +08:00
cee419609f
fix: use different slash to split when using different OS (utils/utils)
2024-07-24 17:17:10 +08:00
a385819393
fix: use different slash to split when using different OS
2024-07-23 22:33:01 +08:00
9b40f22671
style: fix indent
2024-07-23 22:31:23 +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
Chen,Hui Chen
bd5833acfe
const db = require("mariadb");
2024-06-14 16:32:49 +08:00
Chen,Hui Chen
ad37ceb3fe
Add main form、modify item_content in .sql
2024-06-13 16:44:10 +08:00
tommy
91543e2333
add example form : client can clicked apply item and post the request to put the data into database
2024-06-08 08:33:58 +08:00
Chen,Hui Chen
d44a7f4855
add scholarship.sql file
2024-05-29 19:09:27 +08:00
Chen,Hui Chen
c889585f27
add node.js modules
2024-05-29 19:03:32 +08:00
Chen,Hui Chen
47dd574ff7
modify the "name" of id or name in label
2024-04-11 10:40:35 +08:00
Chen,Hui Chen
6ca7f33a8f
delete the passDate、signature、modify the time of pass
2024-03-28 18:40:05 +08:00
Chen,Hui Chen
38b83a33b4
h1、fieldset、assistant option、passdate、<p>illustration、<br>、<hr>
2024-03-27 22:08:56 +08:00
stephen911010
4f2d561ce3
導師欄位 系所年級 助理改下拉式選單
...
系所從大一到碩四
學生委員是否通過改單選,並增加通過時日期
申請項目項目增添檔案上傳欄位
2024-03-26 18:10:21 +08:00
stephen911010
dab4261b5f
測試
2024-03-21 18:54:56 +08:00
Chen,Hui Chen
6bc9755b1e
add the main.html file
2024-03-21 18:44:47 +08:00
Sylvia2002
b4f3c205c1
Initial commit
2024-03-14 19:07:00 +08:00