* projectIdeaPage:
some code refactoring. moved BooleanChoiceRenderer to its own class file in the components package
started to add correct property models to form fields for easy form submission.
added getter and setter for title and watson box in ProjectIdea data object
moved the cheat sheet on project idea page to its own sub panel
added dropdown for program selection. dummy data when no real dao provider is available
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
Radio choices now takes boolean values instead of string when options is yes/no. BooleanChoiceRenderer added for display values
added radio choices for language selection to project idea submission
Added radio choices for agreed and preferred supervisor. Both of them use autocompletion on supervisor names.
added cheat sheet to project idea page according to mockups
added dummy dropdown for select program
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
* component:
Added basic page structure for Match admin
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
* 'develop' of ssh://git.dsv.su.se/git/scipro/scipro:
auto submit on date change in activity plan panel
Added another file for custom date time
Changes in CustomDateTimeField
* 'develop' of ssh://git.dsv.su.se/git/scipro/scipro: (67 commits)
Spelling mistake fixed
some gui changes
some gui changes and optimizations
legend added to checklist creation panel
add question field clears after adding the question
major gui improvements for admin checklist template creation- but major refactoring of these panels are needed
added namefield to the panel where one can edit checklists TODO also make it possible to use the same panel for creating a checklist
fixed popup details for activity plan templates
GUI changed with activity plan tempaltes
GUI changed with activity plan tempaltes
shorter info
some cleanup and instructions
added emptylabel
added emptylabel
fixed supervisorlogpanel
Fixed so that current user is never filtered away
Filtered away reviewers and co-supervisors that haven't answered any questions
Changed color on no answer bullet
nicer looks
some terminology fixes
...
* '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