ActiviteitenOpvolging

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
ICT-768 HX: Planning: opstart-bericht in werkpost-pitching en opvolging

refactor. config files per station bijhouden zodat we over netwerk kunnen opstarten vanuit dezelfde folder.

    • -0
    • +196
    ./ActiviteitenOpvolging/MBL-W7_DynamicConfigs.txt
    • -3
    • +2
    ./ActiviteitenOpvolging/ActiviteitenOpvolging.vbproj
    • -196
    • +0
    ./ActiviteitenOpvolging/DynamicConfigs.txt
    • -0
    • +196
    ./ActiviteitenOpvolging/KCA-W10_DynamicConfigs.txt
ICT-749 HX: Planning: start/stop/pauze in werkpost-pitching en opvolging

ICT-760 HX: Planning: opstart-bericht in werkpost-pitching en opvolging

+ overbodig. zit in resource files

    • -6
    • +0
    ./ActiviteitenOpvolging/ActiviteitenOpvolging.vbproj
    • binary
    ./ActiviteitenOpvolging/Images/remove_user.png
    • binary
    ./ActiviteitenOpvolging/Images/user.png
ICT-749 HX: Planning: start/stop/pauze in werkpost-pitching en opvolging

ICT-760 HX: Planning: opstart-bericht in werkpost-pitching en opvolging

+ nodige ODBC connectie

    • binary
    ./ActiviteitenOpvolging/ODBCConfiguration/ODBCCache01Admin1.reg
  1. ./ActiviteitenOpvolging/ODBCConfiguration
    • -0
    • +1
    ./ActiviteitenOpvolging/ActiviteitenOpvolging.vbproj
ICT-749 HX: Planning: start/stop/pauze in werkpost-pitching en opvolging

ICT-760 HX: Planning: opstart-bericht in werkpost-pitching en opvolging

+ apppname gebruiken van config file

ICT-749 HX: Planning: start/stop/pauze in werkpost-pitching en opvolging

ICT-760 HX: Planning: opstart-bericht in werkpost-pitching en opvolging

+ release met images en configs.

    • binary
    ./ActiviteitenOpvolging/Images/late.png
    • binary
    ./ActiviteitenOpvolging/Images/user.png
    • binary
    ./ActiviteitenOpvolging/Images/remove_user.png
    • binary
    ./ActiviteitenOpvolging/Images/danger.png
    • -0
    • +24
    ./ActiviteitenOpvolging/ActiviteitenOpvolging.vbproj
    • -0
    • +47
    ./ActiviteitenOpvolging/GeneralConfigs.txt
    • binary
    ./ActiviteitenOpvolging/Images/warning.png
    • -0
    • +196
    ./ActiviteitenOpvolging/DynamicConfigs.txt
ICT-749 HX: Planning: start/stop/pauze in werkpost-pitching en opvolging

ICT-760 HX: Planning: opstart-bericht in werkpost-pitching en opvolging

+ refactor

    • -2
    • +2
    ./ActiviteitenOpvolging/ActiviteitenOpvolging.vbproj
    • -1
    • +1
    ./ActiviteitenOpvolging/ActiviteitenOpvolging.vbproj.user
ICT-749 HX: Planning: start/stop/pauze in werkpost-pitching en opvolging

ICT-760 HX: Planning: opstart-bericht in werkpost-pitching en opvolging

+ openstaande wijzigingen

    • -0
    • +15
    ./ActiviteitenOpvolging/enums/ActivityStateEnum.vb
    • -0
    • +6
    ./ActiviteitenOpvolging/ActiviteitenOpvolgingForm.vb
    • -0
    • +4
    ./ActiviteitenOpvolging/ActiviteitenOpvolging.vbproj
    • -0
    • +11
    ./ActiviteitenOpvolging/ServiceAgents/IActiviteitPerBatchServiceAgent.vb
Updated state and fixen bug with Caché reconnecting
    • -3
    • +3
    ./ActiviteitenOpvolging/screens/IEmployeesMainForm.vb
    • -0
    • +13
    ./ActiviteitenOpvolging/ActiviteitenOpvolging.vbproj.user
    • -0
    • +1
    ./ActiviteitenOpvolging/mappers/EmployeesDatabaseMapper.vb
    • -10
    • +18
    ./ActiviteitenOpvolging/ActiviteitenOpvolgingForm.vb
  1. … 4 more files in changeset.
Updated the activity state, so only StartActivity() required an employee as parameter
Frontend chain to start, stop and finish activities from user control to work item manager
    • -0
    • +12
    ./ActiviteitenOpvolging/ActiviteitenOpvolgingForm.vb
    • -0
    • +4
    ./ActiviteitenOpvolging/screens/IEmployeesMainForm.vb
Selecting an employee updates the border if that activity's status was active
    • -0
    • +4
    ./ActiviteitenOpvolging/ActiviteitenOpvolgingForm.vb
    • -3
    • +24
    ./ActiviteitenOpvolging/screens/DataGridViewUserControl.vb
Inserted current activity into the employee
Correctly mapping state from Caché, with inclusion of the employee
Intermediate commit for implementing activity state in caché mapper
    • -54
    • +70
    ./ActiviteitenOpvolging/mappers/CacheMapper.vb
    • -0
    • +7
    ./ActiviteitenOpvolging/ActiviteitenOpvolging.vbproj
Implemented all activity states
Partial state pattern implementation on activities
    • -0
    • +19
    ./ActiviteitenOpvolging/domain/classes/IActivityActions.vb
    • -0
    • +2
    ./ActiviteitenOpvolging/ActiviteitenOpvolging.vbproj.DotSettings
Activity state pauzed changed to stopped
    • -4
    • +4
    ./ActiviteitenOpvolging/enums/ActivityStateEnum.vb
Frontend: implemented refresh timer
    • -0
    • +3
    ./ActiviteitenOpvolging/ActiviteitenOpvolgingForm.resx
    • -19
    • +13
    ./ActiviteitenOpvolging/ActiviteitenOpvolgingForm.Designer.vb
    • -22
    • +46
    ./ActiviteitenOpvolging/ActiviteitenOpvolgingForm.vb
Frontend: activity button on employee details screen get updated when other activity is selected in grid
    • -0
    • +7
    ./ActiviteitenOpvolging/screens/IActivityMainForm.vb
    • -0
    • +1
    ./ActiviteitenOpvolging/screens/IEmployeesMainForm.vb
    • -4
    • +15
    ./ActiviteitenOpvolging/ActiviteitenOpvolgingForm.vb
    • -0
    • +1
    ./ActiviteitenOpvolging/ActiviteitenOpvolging.vbproj
Provided the parent work item in the activity
    • -2
    • +2
    ./ActiviteitenOpvolging/ActiviteitenOpvolgingForm.Designer.vb
Frontend: shows initials in dropdown, updated mapper to map right value

- dropdown is ordered by first name

- drop down also shows initials

    • -1
    • +1
    ./ActiviteitenOpvolging/mappers/EmployeesDatabaseMapper.vb
Frontend & domain: selecting an employee updates the other employee pickers

- updated the employee manager to loop through the values of the dictionary

- updated frontend to refresh user controls

    • -0
    • +5
    ./ActiviteitenOpvolging/ActiviteitenOpvolgingForm.vb
    • -3
    • +3
    ./ActiviteitenOpvolging/screens/DataGridViewUserControl.vb
Frontend: fiddled with remove user button image
Frontend: can select and deselect user, changes from screen
    • -1
    • +3
    ./ActiviteitenOpvolging/screens/DataGridViewUserControl.vb
    • binary
    ./ActiviteitenOpvolging/Resources/remove_user.png
    • -0
    • +5
    ./ActiviteitenOpvolging/screens/IEmployeesMainForm.vb
    • -0
    • +3
    ./ActiviteitenOpvolging/ActiviteitenOpvolging.vbproj
    • -0
    • +5
    ./ActiviteitenOpvolging/ActiviteitenOpvolgingForm.vb
    • -0
    • +10
    ./ActiviteitenOpvolging/My Project/Resources.Designer.vb
Frontend: extra safeguard on refreshing of everything
    • -3
    • +9
    ./ActiviteitenOpvolging/ActiviteitenOpvolgingForm.vb
Frontend: refresh button disabled behaviour
    • -1
    • +3
    ./ActiviteitenOpvolging/ActiviteitenOpvolgingForm.vb
Frontend and domain: selection of employee redone. Domain now keeps track of selected employees in a dictionary. The key is the index of the employee, because there are (for exampple) 4 possible employees and it's important which position is linked to which employee.
    • -33
    • +40
    ./ActiviteitenOpvolging/ActiviteitenOpvolgingForm.vb
    • -1
    • +1
    ./ActiviteitenOpvolging/mappers/EmployeesDatabaseMapper.vb
    • -1
    • +18
    ./ActiviteitenOpvolging/screens/IEmployeesMainForm.vb
Frontend: user selection screen works
    • -0
    • +8
    ./ActiviteitenOpvolging/ActiviteitenOpvolgingForm.vb
    • -0
    • +3
    ./ActiviteitenOpvolging/ActiviteitenOpvolging.vbproj.DotSettings
    • -0
    • +11
    ./ActiviteitenOpvolging/screens/employee/details/IEmployeeDetailParentUserControl.vb
    • -0
    • +120
    ./ActiviteitenOpvolging/screens/employee/picker/EmployeePickerUserControl.resx
    • -0
    • +1
    ./ActiviteitenOpvolging/screens/IEmployeesMainForm.vb
    • -37
    • +0
    ./ActiviteitenOpvolging/screens/employee/EmployeePickerUserControl.Designer.vb
    • -120
    • +0
    ./ActiviteitenOpvolging/screens/employee/EmployeeDetailUserControl.resx
    • -224
    • +0
    ./ActiviteitenOpvolging/screens/employee/EmployeeDetailUserControl.Designer.vb
    • -120
    • +0
    ./ActiviteitenOpvolging/screens/employee/EmployeePickerUserControl.resx
  1. … 11 more files in changeset.
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.