0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected 1 day ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Dummy data UI - show connection string, use tab control, better time formatting More... over 12 years ago
Improve naming of test and helper methods on ExcelImportService tests. More... over 12 years ago
More names; surnames a-e More... over 12 years ago
Cover MemberFactory in tests. More... over 12 years ago
Fix whitespace in IMemberService. More... over 12 years ago
Move IMemberFactory to a new file and add a (temporary, non-working) implementation. More... over 12 years ago
Ignore NCrunch files. More... over 12 years ago
Fix up (and unignore!) ExcelImportService tests. More... over 12 years ago
Add AutoMapper to NuGet configuration. More... over 12 years ago
Add AutoMapper. More... over 12 years ago
Include Services folder in Web Tests (lost in merge?) More... over 12 years ago
Add ExcelImport classes back to Web project (lost in a merge?) More... over 12 years ago
Remove ImportExportService tests from solution. More... over 12 years ago
Remove ImportExportService test project. More... over 12 years ago
Use an IMemberService for adding members from an Excel Import. Add an IMemberFactory interface for creating Members from the IDictionary<string, object> returned from the Import API. More... over 12 years ago
Dummy data generation - factored out title data More... over 12 years ago
refactor to email & title data More... over 12 years ago
Dummy data - longer lists of family names, alphabetised (to spot duplicates) - now over 100. More... over 12 years ago
Adjust namespaces in Excel Import Service and tests. More... over 12 years ago
Dummy data - longer lists of male and female names (from 1990s US census data), alphabetised (to spot duplicates) and in separate files (to compare length). Over 100 of each, should be enough. More... over 12 years ago
Move Excel Import Servie tests to Web Tests project. More... over 12 years ago
Move Excel Import Service to the Web project to join other services. More... over 12 years ago
Merge pull request #15 from stack72/master More... over 12 years ago
tests to cover the Donation and Save Donation Actions of the MembersController More... over 12 years ago
addition of tests to start to cover the MemberController More... over 12 years ago
Merge pull request #14 from stack72/master More... over 12 years ago
another removal of a dal dependency from the CampaignsController - this time it is the Members repo More... over 12 years ago
create of private variables for Members and CampaignRuns rather than have an action new them up - this is a prerequiste of separating them to a service layer More... over 12 years ago
separation of an interface from its corresponding class More... over 12 years ago
separation of interfaces from the corresponding classes to follow in place convention, also remove of the last of the dependencies of the DataAccess layer from the Campaign controller, this included the creation of MemberSearchFilterService layer More... over 12 years ago