Commit Graph

63 Commits

Author SHA1 Message Date
Andrew Lalis 2a205b5dc0
Merge pull request #3 from andrewlalis/data_import
Merge current working branch to master
2019-08-28 09:46:11 +02:00
Andrew Lalis 70df5c74ea Updated student html and made the creation date mandatory for basic entity. 2019-06-03 10:08:49 +02:00
Andrew Lalis 241a57b282 Removed old unnecessary html code. 2019-06-03 09:26:52 +02:00
Andrew Lalis 2805bb061e Added comments to web security confit, added registration pages to whitelist. 2019-05-29 13:32:37 +02:00
Andrew Lalis 153df56a89 Split the registration form into three sections based on the type of user. 2019-05-29 11:48:02 +02:00
Andrew Lalis ee7026d59d Cleaned up contact details exporting text 2019-05-20 16:49:36 +02:00
Andrew Lalis 3333fec82e Updated basically the rest of the pages. 2019-05-17 20:39:28 +02:00
Andrew Lalis 13dd59aa8f Added a lot of support for new visual framework. Still WIP 2019-05-16 19:30:00 +02:00
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 6f441fdafe
Merge pull request #2 from andrewlalis/data_import
Data import
2019-05-10 13:14:15 +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 5928bb4463
Merge pull request #1 from andrewlalis/data_import
Data import
2019-04-21 20:56:37 +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