VisualStudio_VB

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Release 5.1.4.1
Sifonladen etikettekst en papier voor printer
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
Selecting an employee updates the border if that activity's status was active
Inserted current activity into the employee
Correctly mapping state from Caché, with inclusion of the employee
Sifonlade testen en bewerkingen aanpassen
Intermediate commit for implementing activity state in caché mapper
Implemented all activity states
Partial state pattern implementation on activities
Activity state pauzed changed to stopped
Frontend: implemented refresh timer
Frontend: activity button on employee details screen get updated when other activity is selected in grid
Provided the parent work item in the activity
Frontend: shows initials in dropdown, updated mapper to map right value

- dropdown is ordered by first name

- drop down also shows initials

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

Frontend: fiddled with remove user button image
Frontend: can select and deselect user, changes from screen
Frontend: extra safeguard on refreshing of everything
Frontend: refresh button disabled behaviour
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.
Frontend: user selection screen works
  1. … 11 more files in changeset.
Frontend: employee user control splitting
  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

  1. … 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

Updated frontend to use the domain controller
Domain: added domain controller layer on top of managers. Added employee manager
Fixed caché connection string and updated the grid background to white, makes it blend in
Cachemapper datareader closing in right place