Require authors to fill in background, literature, problem, method, and interests when submitting ideas #72

Merged
niat8586 merged 7 commits from student-idea-form-required-fields into develop 2025-01-17 09:45:28 +01:00

7 Commits

Author SHA1 Message Date
75d11a8b33 Merge branch 'develop' into student-idea-form-required-fields
All checks were successful
Deploy to branch.dsv.su.se / deploy (pull_request) Successful in 3m32s
Build and test / build-and-test (push) Successful in 17m41s
Remove branch deployment from branch.dsv.su.se / cleanup (pull_request) Successful in 7s
2025-01-17 09:21:51 +01:00
2bf6abb720 Client-side validation is turned off for the entire form so this hack is no longer necessary.
All checks were successful
Deploy to branch.dsv.su.se / deploy (pull_request) Successful in 2m7s
Build and test / build-and-test (push) Successful in 17m53s
2025-01-15 10:56:47 +01:00
45e7d5bade Merge branch 'develop' into student-idea-form-required-fields
Some checks failed
Deploy to branch.dsv.su.se / deploy (pull_request) Successful in 2m11s
Build and test / build-and-test (push) Has been cancelled
2025-01-15 10:53:35 +01:00
164271a6e5 Remove all client-side validation and rely on server-side validation
Some checks failed
Build and test / build-and-test (push) Has been cancelled
Gives better error messages to the user.
2025-01-15 10:52:43 +01:00
5d475c961c Improve the topmost error message to help guide the authors what to do.
All checks were successful
Build and test / build-and-test (push) Successful in 15m45s
Deploy to branch.dsv.su.se / deploy (pull_request) Successful in 2m10s
2025-01-10 10:24:08 +01:00
57e6f5c1cc Validate the type selection in the same way as the other fields.
Removed the client-side validation (HTML required attribute) and rely on server-side validation with a red feedback message instead.
2025-01-10 10:21:02 +01:00
5ca13d5d32 Require authors to fill in background, literature, problem, method, and interests when submitting ideas
All checks were successful
Deploy to branch.dsv.su.se / deploy (pull_request) Successful in 2m24s
Build and test / build-and-test (push) Successful in 15m58s
2025-01-07 15:12:09 +01:00