3418 Commits

Author SHA1 Message Date
Fredrik Norberg
318770c782 Merge branch 'develop' of ssh://git.dsv.su.se/git/scipro/scipro into develop
* 'develop' of ssh://git.dsv.su.se/git/scipro/scipro:
  Added tests for GreedyMatchingAlgorithm
  Fixes for GreedyMatchingAlgorithm
  Added unit-selection to employee profiles.
2011-12-09 17:09:07 +01:00
Fredrik Norberg
1509d61244 changed a parameter in a testmethod 2011-12-09 17:08:43 +01:00
Alex Robsahm
b8dda22845 Added tests for GreedyMatchingAlgorithm 2011-12-09 16:45:56 +01:00
Alex Robsahm
a19858d891 Fixes for GreedyMatchingAlgorithm 2011-12-09 16:41:04 +01:00
Robin Eklund
5b41f6977d Merge branch 'develop' of ssh://git.dsv.su.se/git/scipro/scipro into develop 2011-12-09 16:15:27 +01:00
Robin Eklund
4ca205749b Added unit-selection to employee profiles.
Could be refactored, the code here is pretty abstract and hard to understand.
2011-12-09 16:14:35 +01:00
Fredrik Norberg
4ff3c97043 saving the capabilities of supervisors now actually work 2011-12-09 16:05:08 +01:00
Fredrik Norberg
46a513d059 saving dropdown changes 2011-12-09 15:07:50 +01:00
Fredrik Norberg
905d64ee7d added a dropdownchoice for supervisor avalability 2011-12-09 11:27:26 +01:00
Fredrik Norberg
d0a5bf8ab5 finished the filtering for matchSupervisor dataview 2011-12-09 11:21:20 +01:00
Daniel Hasselrot
5eaac62dbb Added possibility to set availability 2011-12-09 10:45:41 +01:00
Daniel Hasselrot
5591af0c3f Merge branch 'develop' of ssh://git.dsv.su.se/git/scipro/scipro into develop 2011-12-09 10:33:17 +01:00
Daniel Hasselrot
51925a631e Added feedback messages 2011-12-09 10:32:22 +01:00
Fredrik Friis
88c05aee38 changed peer menu according to request 2011-12-09 14:30:12 +09:00
Fredrik Friis
e7e0f2b45e Merge branch 'checklisttemplatefiltereditbugfix' into develop 2011-12-09 12:21:21 +09:00
Fredrik Friis
9e9ea44481 sort and edit bug fixed 2011-12-09 12:14:46 +09:00
Emil Siverhall
4d2fbded21 disabled the possibility to edit project ideas if a match object exists. may need some changes to handle ideas that's been sent back to authors. 2011-12-08 21:12:39 +01:00
Emil Siverhall
e3e20a39e3 Added current match status to the table with my project ideas in student view 2011-12-08 20:21:40 +01:00
Daniel Hasselrot
3f4d9d8c01 Injected the real algorithm and renamed it greedy to indicate algorithm type 2011-12-08 18:16:20 +01:00
Daniel Hasselrot
1811f3100b Added number of unmatched ideas to match form 2011-12-08 17:33:36 +01:00
Alex Robsahm
e8169c1868 Match algorithm 2011-12-08 17:27:42 +01:00
Robin Eklund
9887b2ed98 Updated sql-script for the next deploy cycle. 2011-12-08 17:22:50 +01:00
Daniel Hasselrot
206ed3f095 Updated current sql with match sql 2011-12-08 16:10:28 +01:00
Daniel Hasselrot
495903ad00 Injecting strategy using spring 2011-12-08 13:27:09 +01:00
Daniel Hasselrot
2b26da19fe Matches are now saved after matching 2011-12-08 13:27:09 +01:00
Daniel Hasselrot
ededb1ebd2 Storing matches 2011-12-08 13:27:07 +01:00
Daniel Hasselrot
c9501f7644 Save matches 2011-12-08 13:27:07 +01:00
Daniel Hasselrot
b9123caeee Ajax run matcher on submit 2011-12-08 13:27:07 +01:00
Fredrik Friis
5bfba04d60 Merge branch 'master' of ssh://git.dsv.su.se/git/scipro/scipro into hotfixcheck 2011-12-08 20:21:15 +09:00
Fredrik Friis
c25260a0f1 fixade dependency xml 2011-12-08 20:17:31 +09:00
Robin Eklund
9906e1ffe0 Config's for tests massaged (sigh) 2011-12-08 12:07:33 +01:00
Fredrik Friis
60ed0fcb29 conflicts resolved 2011-12-08 19:31:58 +09:00
Fredrik Friis
e0397ed795 adding dummy thing 2011-12-08 19:08:15 +09:00
Robin Eklund
dbb2c6c0ef Refactored keyword-type creation and access to a (very slightly) more safe variant based on named konstants. 2011-12-08 11:05:30 +01:00
Fredrik Friis
165ed30935 working on edit panel 2011-12-08 18:54:07 +09:00
Fredrik Friis
a228e4f5e8 removed the details again =) this wwhole panel must be refactored 2011-12-08 15:13:41 +09:00
Fredrik Friis
75f8cf41b7 added details to a panel 2011-12-08 15:00:20 +09:00
Fredrik Friis
b5ef603f11 fixed another bug 2011-12-08 14:28:30 +09:00
Fredrik Friis
b914773437 fixed bug 2011-12-08 14:13:07 +09:00
Fredrik Friis
d778dcc220 found a bug in the new checklisttemplatepanel, when results are filtered clicking to edit a checklisttemplate sometimes brings up the wrong template for editing. removing the panel until bug is fixed. 2011-12-08 11:34:17 +09:00
Alex Robsahm
0c2c7a7bd1 Removed comments 2011-12-07 19:46:29 +01:00
Alex Robsahm
a11badbf4f Enable/Disable DatePicker button 2011-12-07 18:32:19 +01:00
Robin Eklund
75e5d1dda1 Minor ui-fixes, this will need the eyes of a css-guru at some point. 2011-12-07 18:19:50 +01:00
Robin Eklund
f0cdc60526 Slight refactoring to support easier extensability of new user-details.
Merging to develop for visibility/testing, but this will need more attention.
2011-12-07 18:10:51 +01:00
Robin Eklund
479e615deb Merge branch 'develop' into supervisorProfile 2011-12-07 17:26:38 +01:00
Robin Eklund
100711e7fb Added editing of user and supervisor profiles, will need some cleaning up. 2011-12-07 17:25:20 +01:00
Daniel Hasselrot
e317b143c6 Removed Author and used Student instead 2011-12-07 16:44:43 +01:00
Daniel Hasselrot
870b08fe87 Remove local persistence parameters 2011-12-07 16:18:28 +01:00
Daniel Hasselrot
0b89ffeff1 Removed supervisor and changed to use employee instead 2011-12-07 16:02:44 +01:00
Daniel Hasselrot
a4f2609704 Pushed up supervisor functionality to supervisor 2011-12-07 15:30:37 +01:00