Daniel Hasselrot
a63d6dc439
Changed name of database table to avoid reseved word Match
2011-11-22 13:24:07 +01:00
Emil Siverhall
495ac31fe4
added dropdown for program selection. dummy data when no real dao provider is available
2011-11-22 13:18:40 +01:00
Daniel Hasselrot
d07b420761
Merge branch 'develop' into entities
2011-11-22 12:57:02 +01:00
Emil Siverhall
cb7a57dc9a
added checkboxes for selecting research areas when submitting project idea. this just use hardcoded data for testing purposes and the list needs to be populated from dao instead
2011-11-22 12:16:36 +01:00
Emil Siverhall
577ed53065
Radio choices now takes boolean values instead of string when options is yes/no. BooleanChoiceRenderer added for display values
2011-11-22 10:00:20 +01:00
Daniel Hasselrot
d7263509ec
Added test that only last match is considered in query
2011-11-21 17:13:43 +01:00
Emil Siverhall
ed86fca089
added radio choices for language selection to project idea submission
2011-11-21 16:40:22 +01:00
Daniel Hasselrot
5dda1c99c9
Added query to include in reject project ideas
2011-11-21 16:06:38 +01:00
Daniel Hasselrot
dc639b232c
Added possibility to change match status and get match history
2011-11-21 15:24:44 +01:00
Fredrik Norberg
5117262b3b
Added basic page structure for Match admin
2011-11-21 14:45:37 +01:00
Fredrik Norberg
3d30ebd3a7
finished adding infopopups and added a checkbox with expanding textfield for external supervisor
2011-11-21 14:45:37 +01:00
Fredrik Norberg
8fe2fbd70e
started to add infolinks to projectIdeaPanel
2011-11-21 14:45:37 +01:00
Emil Siverhall
43b8e03ff0
added tab menu option for ProjectIdeaPage when user does not have an active project. Only viewable by sysadmin since it is a work in progress
2011-11-21 14:45:37 +01:00
Emil Siverhall
cc7c4537e5
switched authorization on ProjectIdeaPage to only be visible by sysadmins
2011-11-21 14:45:37 +01:00
Emil Siverhall
93f949ecb5
some design changes and addition of a feedback panel
2011-11-21 14:45:37 +01:00
Emil Siverhall
944ae327bc
Watson boxes and submit button added to ProjectIdeaForm
2011-11-21 14:45:36 +01:00
Emil Siverhall
3569711097
Project class dropdown, Partner autocomplete and Project title textfield added. Also some basic html styling.
2011-11-21 14:45:36 +01:00
Emil Siverhall
7f186a5e03
Creation of ProjectIdeaPage, ProjectIdeaPanel and ProjectIdeaForm
2011-11-21 14:45:36 +01:00
Fredrik Norberg
2c52fdc5f7
started to add categories to checklists
2011-11-21 14:45:36 +01:00
Daniel Hasselrot
042459d51b
Started retrival of unmatched project ideas
2011-11-21 14:27:27 +01:00
Daniel Hasselrot
22a45db72a
Changed back to single match in project idea
2011-11-21 14:02:45 +01:00
Alex Robsahm
f6a75ad594
Merge branch 'customDateTime' into develop
2011-11-21 13:52:55 +01:00
Alex Robsahm
82b53ae1ce
auto submit on date change in activity plan panel
2011-11-21 13:51:15 +01:00
Alex Robsahm
a083babaaf
Added another file for custom date time
2011-11-21 13:45:58 +01:00
Alex Robsahm
f9ccccf046
Changes in CustomDateTimeField
2011-11-21 13:42:45 +01:00
Daniel Hasselrot
2b57d6fd8e
Refactored can supervise to project limits
2011-11-21 13:39:24 +01:00
Daniel Hasselrot
7274c9b729
Refactored out match type
2011-11-21 13:34:52 +01:00
Emil Siverhall
15182c3bb9
Added radio choices for agreed and preferred supervisor. Both of them use autocompletion on supervisor names.
2011-11-21 11:33:45 +01:00
Robin Eklund
a3200c3765
Starting base-structure for new importers, highly likely to change multiple times.
2011-11-21 10:56:53 +01:00
Daniel Hasselrot
4e3ecebdf2
Added created by user and comments
2011-11-21 10:11:39 +01:00
Daniel Hasselrot
235e4171b9
Changed from forced to pre-approved match
2011-11-21 09:53:28 +01:00
Robin Eklund
96cb3a89b0
Spelling mistake fixed
2011-11-21 09:52:51 +01:00
Daniel Hasselrot
eb283cfcb1
Changed from supervisors to preferredSupervisors
2011-11-21 09:42:31 +01:00
Daniel Hasselrot
a621de6e20
Removed accidentaly checked in file
2011-11-21 09:28:26 +01:00
Emil Siverhall
6113044d4d
Merge branch 'entities' of ssh://git.dsv.su.se/git/scipro/personal/dh into projectIdeaPage
...
* 'entities' of ssh://git.dsv.su.se/git/scipro/personal/dh:
Added match object and possibility to force a match
Put back external supervisor flag
Removed flag for external supervisor
Refactored watson to embedded class
Added filter for already created projects
Added possibility to retrieve all project ideas for an application period
Added so that active project ideas can be retrieved by author
Changed keywords to set
Added support for querying supervisors by language
Added language
Refactored application round into application period
Added possibility to get supervisors that have capability for a project class
Added application period
Added supervisor and author
Started working on project idea
2011-11-21 09:27:29 +01:00
Fredrik Friis
258e27e84b
some gui changes
2011-11-21 14:30:08 +09:00
Fredrik Friis
e0accc7a9b
some gui changes and optimizations
2011-11-21 10:04:30 +09:00
Emil Siverhall
52612bb267
added cheat sheet to project idea page according to mockups
2011-11-20 21:40:11 +01:00
Emil Siverhall
822df6857a
added dummy dropdown for select program
2011-11-20 21:21:46 +01:00
Emil Siverhall
60c552b26e
Merge branch 'component' of ssh://git.dsv.su.se/git/scipro/personal/fn into projectIdea
...
* 'component' of ssh://git.dsv.su.se/git/scipro/personal/fn:
finished adding infopopups and added a checkbox with expanding textfield for external supervisor
started to add infolinks to projectIdeaPanel
added tab menu option for ProjectIdeaPage when user does not have an active project. Only viewable by sysadmin since it is a work in progress
switched authorization on ProjectIdeaPage to only be visible by sysadmins
some design changes and addition of a feedback panel
Watson boxes and submit button added to ProjectIdeaForm
Project class dropdown, Partner autocomplete and Project title textfield added. Also some basic html styling.
Creation of ProjectIdeaPage, ProjectIdeaPanel and ProjectIdeaForm
started to add categories to checklists
2011-11-20 19:51:57 +01:00
Fredrik Norberg
e4041f8d5f
finished adding infopopups and added a checkbox with expanding textfield for external supervisor
2011-11-18 18:16:28 +01:00
Daniel Hasselrot
1dd73adec1
Added match object and possibility to force a match
2011-11-18 17:41:03 +01:00
Daniel Hasselrot
38d2cfb0a7
Put back external supervisor flag
2011-11-18 16:12:13 +01:00
Daniel Hasselrot
af90844766
Removed flag for external supervisor
2011-11-18 16:01:23 +01:00
Daniel Hasselrot
82b82fc546
Refactored watson to embedded class
2011-11-18 15:37:20 +01:00
Daniel Hasselrot
37da3b3cb9
Added filter for already created projects
2011-11-18 15:21:56 +01:00
Daniel Hasselrot
b65d91b972
Added possibility to retrieve all project ideas for an application period
2011-11-18 15:03:05 +01:00
Daniel Hasselrot
cec03b24e9
Added so that active project ideas can be retrieved by author
2011-11-18 13:24:37 +01:00
Daniel Hasselrot
a68351ccc3
Changed keywords to set
2011-11-18 11:31:52 +01:00
Daniel Hasselrot
7b7746ad22
Added support for querying supervisors by language
2011-11-18 11:00:40 +01:00