Commit Graph

53 Commits

Author SHA1 Message Date
Andrew Lalis 1aa6895aec Added user to every page, preparing for special access rights. 2019-05-14 11:04:28 +02:00
Andrew Lalis 89c74f4925 Added Role object and started using bootstrap for login page 2019-05-14 09:14:18 +02:00
Andrew Lalis b1b5f11f18 Added bootstrap and proper authentication 2019-05-13 22:08:45 +02:00
Andrew Lalis b02b3faa57 Removed test controller, added login controller, and authentication
Only a temporary authentication is set up at the moment.
2019-05-13 14:33:04 +02:00
Andrew Lalis 643124f242 Fixed duplicate error, added debug messages. 2019-05-13 11:50:37 +02:00
Andrew Lalis 06cbf34b54 Added web config, added student service remove method. 2019-05-13 11:40:24 +02:00
Andrew Lalis 731f0ba596 Added the beginnings of authentication. 2019-05-11 10:56:37 +02:00
Andrew Lalis 13429e3159 Cleaned up some of the StudentEntity controller 2019-05-11 10:06:59 +02:00
Andrew Lalis 1f115f8c3f Added even better javadoc. 2019-05-11 09:17:22 +02:00
Andrew Lalis 28c7eaa261 Added javadoc strings to Person. 2019-05-11 08:39:03 +02:00
Andrew Lalis dcc4dd0414 Added slightly more professional homepage. 2019-05-11 08:32:19 +02:00
Andrew Lalis 035a7f9c44 Cleaned up the courses list and added some more metrics. 2019-05-10 13:13:41 +02:00
Andrew Lalis ae2886fe63 Added a StudentTeamService and cleaned up controllers which can now make
use of it.
2019-05-10 12:29:01 +02:00
Andrew Lalis 6653047263 Sort list of eligible students, and some other bullshit. 2019-05-10 00:49:38 +02:00
Andrew Lalis 64f75ea21d Did more than can be explained in a commit message. 2019-04-26 20:59:05 +02:00
Andrew Lalis 5670e25a40 Added headers to students.html 2019-04-22 12:30:25 +02:00
Andrew Lalis 868c22f8bf Added a shortcut for updating branch protection. 2019-04-22 05:17:10 +02:00
Andrew Lalis 22fa4ac02c Improved some form styles. 2019-04-22 03:15:38 +02:00
Andrew Lalis 11fb7bcc1d Added ability to edit student information. 2019-04-22 03:04:12 +02:00
Andrew Lalis 9c6dec0473 Improved Students listing with additional context links 2019-04-21 20:55:48 +02:00
Andrew Lalis 22eb695e97 Cleaned up export 2019-04-21 20:47:26 +02:00
Andrew Lalis b1bd5c6e04 Added assigning to student teams, and proper repository generation. 2019-04-21 19:48:12 +02:00
Andrew Lalis fabe05ba54 Removed sensitive info. 2019-04-21 00:00:55 +02:00
Andrew Lalis 4823bad19f Added basic table styling. 2019-04-20 23:48:41 +02:00
Andrew Lalis 8aeb445a7c Added team manipulation 2019-04-20 23:32:32 +02:00
Andrew Lalis f1add7dc84 Fixed errors in ta teams listing for course. 2019-04-20 15:40:28 +02:00
Andrew Lalis a5cfdfbbc9 Added teaching assistant relation to student teams and proper generation of repositories with readme. 2019-04-20 15:39:42 +02:00
Andrew Lalis 10403b4be5 Added a shit ton of stuff to make it easier to navigate through data. 2019-04-20 13:19:11 +02:00
Andrew Lalis d9d9a51707 Switched to mysql implementation and added persistence for students. 2019-04-19 16:17:09 +02:00
Andrew Lalis df92a2c2d5 Added correct algorithm! Yay! 2019-04-17 23:42:37 +02:00
Andrew Lalis 7dff57ac98 Got CSV reading to work properly. 2019-04-17 22:16:05 +02:00
Andrew Lalis 2d9932eeb4 Added additional sidebar stuff. 2019-04-17 07:05:26 +02:00
Andrew Lalis 5e648ad23c Removed unnecessary created_on header. 2019-04-16 23:50:22 +02:00
Andrew Lalis f5dc04a720 Added better formatting and links for team listings in course entity page. 2019-04-16 23:39:04 +02:00
Andrew Lalis 7322436ab1 Removed unused created html 2019-04-16 23:17:10 +02:00
Andrew Lalis 9301cbba91 Added better link style, and import links in the course entity page. 2019-04-16 23:09:30 +02:00
Andrew Lalis a629b70d8b Improved comment and added button for generation. 2019-04-16 22:30:50 +02:00
Andrew Lalis ac18001da8 Improved comment and added button for generation. 2019-04-16 09:46:13 +02:00
Andrew Lalis f44bf65a83 Improved comment on team course attribute. 2019-04-16 09:25:14 +02:00
Andrew Lalis 5aa2f1a215 Refactored sample data generation into its own package. 2019-04-16 09:22:14 +02:00
Andrew Lalis 433702f437 Fixed the generator and relations in the teaching assistant team. 2019-04-11 17:36:05 +02:00
Andrew Lalis 00ec719238 Added basic sample data generation. 2019-04-10 17:24:00 +02:00
Andrew Lalis 61de43d7d8 Added group models 2019-03-04 12:55:02 +01:00
Andrew Lalis 7da626fb9b Added a footer, and spruced up the styling. 2019-03-03 22:52:49 +01:00
Andrew Lalis fc38a2bf5c Styling upgrades! 2019-03-03 22:28:40 +01:00
Andrew Lalis d49419146a Added courses and course entity pages. 2019-03-03 17:46:07 +01:00
Andrew Lalis 16bf623a06 Added grading models 2019-03-03 09:29:45 +01:00
Andrew Lalis 672bafbfcf Added a basic first index with header fragment, and configured the project for mysql. 2019-03-03 09:08:36 +01:00
Andrew Lalis a22d759399 Added a ton of entities. 2019-03-02 13:23:36 +01:00
Andrew Lalis 7d6f10e3fc Added a testing endpoint for now. 2019-03-02 12:48:16 +01:00