ActiviteitenOpvolging

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Frontend: employee user control splitting
    • -0
    • +120
    ./ActiviteitenOpvolging/screens/employee/EmployeeUserControl.resx
    • -0
    • +120
    ./ActiviteitenOpvolging/screens/employee/EmployeeDetailUserControl.resx
    • -0
    • +16
    ./ActiviteitenOpvolging/screens/IWorkItemsMainForm.vb
    • -3
    • +0
    ./ActiviteitenOpvolging/screens/IEmployeeUserControl.vb
    • -0
    • +37
    ./ActiviteitenOpvolging/screens/employee/EmployeePickerUserControl.Designer.vb
    • -6
    • +4
    ./ActiviteitenOpvolging/ActiviteitenOpvolgingForm.vb
    • -3
    • +0
    ./ActiviteitenOpvolging/screens/EmployeeUserControl.vb
    • -3
    • +3
    ./ActiviteitenOpvolging/ActiviteitenOpvolgingForm.Designer.vb
    • -3
    • +2
    ./ActiviteitenOpvolging/screens/DataGridViewUserControl.Designer.vb
    • -224
    • +0
    ./ActiviteitenOpvolging/screens/EmployeeUserControl.Designer.vb
    • -0
    • +37
    ./ActiviteitenOpvolging/screens/employee/EmployeeUserControl.Designer.vb
    • -0
    • +120
    ./ActiviteitenOpvolging/screens/employee/EmployeePickerUserControl.resx
    • -0
    • +80
    ./ActiviteitenOpvolging/screens/employee/EmployeeDetailUserControl.vb
    • -0
    • +3
    ./ActiviteitenOpvolging/screens/employee/EmployeePickerUserControl.vb
  1. … 8 more files in changeset.
Frontend: employee user control added

- user control is defined and holds controls, supports scaling

- employee user control has default image

- parent form loads right amount of user forms

    • -8
    • +20
    ./ActiviteitenOpvolging/ActiviteitenOpvolging.vbproj
    • -0
    • +18
    ./ActiviteitenOpvolging/screens/IDataGridUserControl.vb
    • -0
    • +224
    ./ActiviteitenOpvolging/screens/EmployeeUserControl.Designer.vb
    • binary
    ./ActiviteitenOpvolging/Resources/user.png
    • -0
    • +3
    ./ActiviteitenOpvolging/screens/EmployeeUserControl.vb
    • -0
    • +366
    ./ActiviteitenOpvolging/screens/DataGridViewUserControl.vb
  1. ./ActiviteitenOpvolging/screens/custom controls
    • -0
    • +120
    ./ActiviteitenOpvolging/screens/EmployeeUserControl.resx
    • -0
    • +106
    ./ActiviteitenOpvolging/screens/DataGridViewUserControl.Designer.vb
    • -0
    • +135
    ./ActiviteitenOpvolging/screens/DataGridViewUserControl.resx
    • -0
    • +31
    ./ActiviteitenOpvolging/screens/custom controls/BorderCell.vb
  2. … 16 more files in changeset.
Prepared domain for employee selection

- access to selected employees

- access to available employees

- can select an Employee

- can deselect an employee

    • -0
    • +4
    ./ActiviteitenOpvolging/ActiviteitenOpvolging.vbproj
Updated frontend to use the domain controller
    • -3
    • +3
    ./ActiviteitenOpvolging/ActiviteitenOpvolgingForm.vb
Domain: added domain controller layer on top of managers. Added employee manager
    • -0
    • +9
    ./ActiviteitenOpvolging/domain/managers/IEmployeeManager.vb
  1. ./ActiviteitenOpvolging/domain/controllers
    • -0
    • +1
    ./ActiviteitenOpvolging/ActiviteitenOpvolging.vbproj.DotSettings
    • -2
    • +0
    ./ActiviteitenOpvolging/ActiviteitenOpvolgingForm.vb
Fixed caché connection string and updated the grid background to white, makes it blend in
    • -0
    • +1
    ./ActiviteitenOpvolging/ActiviteitenOpvolging.vbproj
    • -0
    • +3
    ./ActiviteitenOpvolging/grids/DataGridViewUserControl.vb
    • -1
    • +3
    ./ActiviteitenOpvolging/ActiviteitenOpvolgingForm.vb
Cachemapper datareader closing in right place
Added employee to project and mapped from database
    • -0
    • +131
    ./ActiviteitenOpvolging/mappers/EmployeesDatabaseMapper.vb
    • -0
    • +7
    ./ActiviteitenOpvolging/domain/classes/IEmployee.vb
    • -0
    • +2
    ./ActiviteitenOpvolging/ActiviteitenOpvolging.vbproj
Employees database connection string parameters moved to project resources
    • -2
    • +11
    ./ActiviteitenOpvolging/My Project/Resources.Designer.vb
Caché mapper connection string parameters moved to project resources
    • -3
    • +21
    ./ActiviteitenOpvolging/My Project/Resources.Designer.vb
Persons: added database connection details to resources
Frontend: refresh implementation in frontend
    • -4
    • +10
    ./ActiviteitenOpvolging/grids/IDataGridUserControl.vb
    • -0
    • +39
    ./ActiviteitenOpvolging/ActiviteitenOpvolgingForm.Designer.vb
    • -2
    • +23
    ./ActiviteitenOpvolging/ActiviteitenOpvolgingForm.vb
    • -12
    • +33
    ./ActiviteitenOpvolging/grids/DataGridViewUserControl.vb
Frontend: added selection logic between screens
    • -0
    • +7
    ./ActiviteitenOpvolging/grids/IMainForm.vb
    • -1
    • +1
    ./ActiviteitenOpvolging/ActiviteitenOpvolging.vbproj
    • -1
    • +17
    ./ActiviteitenOpvolging/ActiviteitenOpvolgingForm.vb
    • -3
    • +0
    ./ActiviteitenOpvolging/grids/IUserControl.vb
    • -0
    • +12
    ./ActiviteitenOpvolging/grids/IDataGridUserControl.vb
    • -10
    • +18
    ./ActiviteitenOpvolging/grids/DataGridViewUserControl.vb
Frontend: all activities finished implemented
    • -5
    • +13
    ./ActiviteitenOpvolging/configs/ConfigsLoader.vb
    • -3
    • +0
    ./ActiviteitenOpvolging/enums/ActivityStateEnum.vb
    • -6
    • +28
    ./ActiviteitenOpvolging/grids/DataGridViewUserControl.vb
Frontend: singular method for loading data
    • -28
    • +40
    ./ActiviteitenOpvolging/grids/DataGridViewUserControl.vb
Frontend: activity time status 'too late' added
    • -2
    • +3
    ./ActiviteitenOpvolging/grids/DataGridViewUserControl.vb
    • -0
    • +10
    ./ActiviteitenOpvolging/configs/ConfigsLoader.vb
Added to dos after meeting
    • -3
    • +3
    ./ActiviteitenOpvolging/grids/DataGridViewUserControl.vb
Frontend: custom cells for activities which can host border and images
    • -0
    • +31
    ./ActiviteitenOpvolging/grids/custom controls/BorderCell.vb
    • -14
    • +45
    ./ActiviteitenOpvolging/grids/DataGridViewUserControl.vb
  1. ./ActiviteitenOpvolging/grids/custom controls
    • -3
    • +3
    ./ActiviteitenOpvolging/ActiviteitenOpvolging.vbproj
Frontend: due out colors removed and replaced by images for activity before and almost
    • -29
    • +0
    ./ActiviteitenOpvolging/enums/DueOutStateEnum.vb
    • -2
    • +3
    ./ActiviteitenOpvolging/ActiviteitenOpvolging.vbproj
    • -44
    • +20
    ./ActiviteitenOpvolging/configs/ConfigsLoader.vb
    • -1
    • +1
    ./ActiviteitenOpvolging/grids/DataGridViewUserControl.vb
Frontend: datagrid view user control comment update
    • -1
    • +7
    ./ActiviteitenOpvolging/grids/DataGridViewUserControl.vb
Frontend: datagrid view makeup
    • -6
    • +32
    ./ActiviteitenOpvolging/configs/ConfigsLoader.vb
    • -47
    • +101
    ./ActiviteitenOpvolging/grids/DataGridViewUserControl.vb
    • -1
    • +1
    ./ActiviteitenOpvolging/ActiviteitenOpvolgingForm.vb
    • -4
    • +4
    ./ActiviteitenOpvolging/enums/ActivityStateEnum.vb
Frontend: configurable size of datagrid user controls
    • -1
    • +1
    ./ActiviteitenOpvolging/ActiviteitenOpvolgingForm.vb
    • -0
    • +26
    ./ActiviteitenOpvolging/configs/ConfigsLoader.vb
Frontend: grid make-up
    • -4
    • +23
    ./ActiviteitenOpvolging/grids/DataGridViewUserControl.vb
Frontend: due out cell colors setup
    • -3
    • +41
    ./ActiviteitenOpvolging/grids/DataGridViewUserControl.vb
Updating timestamps: updated configsloader and Caché mapper to handle these new properties
Updating timestamps: moved properties from WorkItem to activity
Frontend: columns can be hidden and header text updated
    • -5
    • +22
    ./ActiviteitenOpvolging/configs/ConfigsLoader.vb
    • -2
    • +24
    ./ActiviteitenOpvolging/grids/DataGridViewUserControl.vb
Frontend: changed order of activities in datagrid
    • -2
    • +6
    ./ActiviteitenOpvolging/grids/DataGridViewUserControl.vb
Frontend: successfull loading of work items and activities. Documentation and naming of activity columns
    • -1
    • +4
    ./ActiviteitenOpvolging/grids/DataGridViewUserControl.vb
Frontend: successfull loading of work items and activities
    • -9
    • +54
    ./ActiviteitenOpvolging/grids/DataGridViewUserControl.vb
    • -1
    • +1
    ./ActiviteitenOpvolging/grids/DataGridViewUserControl.Designer.vb