Merge pull request #6 from andrewlalis/improvements_2
master
Andrew Lalis2018-11-26 15:40:01 +0100
aedea10442Added design documentation, many updates to the user interface, and program is approaching the MVP at an alarming rate.
#6
improvements_2
Andrew Lalis2018-11-26 15:38:18 +0100
23b84f45cfSetting a new team for a user works, although have not used live github code.Andrew Lalis2018-10-23 16:52:46 +0200
e57897a005Fixed window closing, can now display ORM data in table in the management view, but that's about it. About to start work on the detail panel.Andrew Lalis2018-10-22 13:45:42 +0200
44cde21146Polished up some views, made it so that when the start view is disposed, all child views are disposed of.Andrew Lalis2018-10-22 09:54:30 +0200
b939094b98Added beginning of new view framework, and first three views for new workflow.Andrew Lalis2018-10-15 13:57:35 +0200
6e9ebcad74Added hibernate support on the most basic level. Not yet implemented in production code.Andrew Lalis2018-10-07 01:21:01 +0200
4a4628e6e6Added a function to list all repositories.Andrew Lalis2018-09-24 12:14:33 +0200
83fd710e5cAdded a recording mechanism for all commands executed.Andrew Lalis2018-09-13 13:50:39 +0200
e901b0affdAdded some package-info files, added a method to archive repositories which contain a substring, and did some more testing. Will add a user interface soon.Andrew Lalis2018-08-17 07:51:34 +0200
46757539a1Removed ugly http requests and use a github api now. Everything is a lot cleaner, and I can initialize student repositories now.Andrew Lalis2018-08-16 14:40:45 +0200
646efaf06cImplemented all other initializer methods, and implemented some basic logging reporting. Still need to make a way to handle accumulated errors.Andrew Lalis2018-08-12 22:07:45 +0200
6394e9d1d4Added jackson dependency, added TATeam and teaching assistant object, and refactored object hierarchy for model.Andrew Lalis2018-08-12 09:54:10 +0200