Merge pull request #6 from andrewlalis/improvements_2
master
Andrew Lalis
2018-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
andrewlalis
2018-11-26 15:38:18 +0100
23b84f45cfSetting a new team for a user works, although have not used live github code.
andrewlalis
2018-10-23 16:52:46 +0200
Merge pull request #5 from rug-advoop/improvements_1
Andrew Lalis
2018-10-23 13:23:28 +0100
a1d23b82adAdded some right-click functionality, and made dependencies safe.
#5
improvements_1
andrewlalis
2018-10-23 14:19:31 +0200
134d2ede64Display both students and student teams.
andrewlalis
2018-10-23 10:55:55 +0200
926c28fd9aFixed bug in team generation code.
andrewlalis
2018-10-22 16:23:21 +0200
a2797e54a6Implemented a basic detail view.
andrewlalis
2018-10-22 15:47:54 +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.
andrewlalis
2018-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.
andrewlalis
2018-10-22 09:54:30 +0200
b939094b98Added beginning of new view framework, and first three views for new workflow.
andrewlalis
2018-10-15 13:57:35 +0200
6e9ebcad74Added hibernate support on the most basic level. Not yet implemented in production code.
andrewlalis
2018-10-07 01:21:01 +0200
4a4628e6e6Added a function to list all repositories.
andrewlalis
2018-09-24 12:14:33 +0200
83fd710e5cAdded a recording mechanism for all commands executed.
andrewlalis
2018-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.
andrewlalis
2018-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.
andrewlalis
2018-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.
andrewlalis
2018-08-12 22:07:45 +0200
6394e9d1d4Added jackson dependency, added TATeam and teaching assistant object, and refactored object hierarchy for model.
andrewlalis
2018-08-12 09:54:10 +0200