Commit Graph

214 Commits

Author SHA1 Message Date
Eric Fleming 4d27a4731c Adding z-index so menu displays in front of everything 2019-05-23 22:10:50 -04:00
Eric Fleming 835528ece0 Removing unused uri composer 2019-05-23 21:40:44 -04:00
Abhith Rajan 33fb52cee3 jquery reference path corrected 2019-05-21 11:29:02 +04:00
Eric Fleming 794b9d7ab8 Updated NuGet Packages 2019-04-05 22:10:53 -04:00
Eric Fleming 69dafa29e2 No need to pass in a LinkGenerator anymore 2019-04-05 22:06:07 -04:00
Eric Fleming 05767d6afc Switch to using NuGet package for listing all registered services 2019-04-05 21:10:14 -04:00
Eric Fleming 555c3295f1 Renaming CatalogServices to CatalogViewModelService
- I believe this causes some confusion when people see "Service" in the Web project. We have another service in there named BasketViewModelService instead of BasketService anyways. Adding "ViewModel" to the name is a better representation of what the "services" in the Web project represent.
2019-03-30 15:29:32 -04:00
Eric Fleming 5efd175a90 Removing app and app.min from ContentRemove 2019-03-23 16:04:30 -04:00
Eric Fleming 392b68e89d Merge pull request #226 from dotnet-architecture/upate-profile-menu-link
Changing asp-action to go to MyAccount instead of Index
2019-03-10 19:08:37 -04:00
Eric Fleming 0cc045356c Changing asp-action to go to MyAccount instead of Index 2019-03-10 17:04:28 -04:00
Eric Fleming 847276a4e5 Adjusting filter button styles 2019-03-10 16:56:01 -04:00
Eric Fleming 300cce7a88 Cleanup UpToDateCheckInput 2019-03-09 19:25:50 -05:00
Eric Fleming 7c044d9c57 Removing ContentIncludedByDefault section that was added 2019-03-09 19:21:10 -05:00
Eric Fleming db517b9c1d Merge pull request #223 from dotnet-architecture/fix-clicking-cart-button
Component will now redirect to basket when clicking on cart icon
2019-03-09 18:59:42 -05:00
Eric Fleming d0dcb63e1e Component will now redirect to basket when clicking on cart icon 2019-03-09 18:57:48 -05:00
Eric Fleming 8a00269ebd Removing IRepository
- This also involved cleaning up places where IRepository was still being references in Startup
- Removed unused repository from Basket service
2019-03-01 22:21:12 -05:00
Eric Fleming b084d4e770 Removing List and all the places it was used 2019-03-01 22:07:46 -05:00
Eric Fleming 058d4e6f5a Removing the GetById from IRepository
- removed it and updated everywhere, where it was called to use the async version
2019-03-01 21:42:52 -05:00
Eric Fleming 37631fe26f Removing BuildWebCompiler NuGet package 2019-02-23 15:25:35 -05:00
Steve Smith 765e1508bf Got RedirectToLoginIfNotAuth test working 2019-02-22 14:21:14 -05:00
Steve Smith f5a17ec635 Fixed SCSS variables reference issue (#218)
Fixed tests relying on /sign-in renamed to /login
2019-02-22 12:58:36 -05:00
Eric Fleming 55efad912f Merge pull request #213 from jahbenjah/master
Delete unused ApplicationDbContext and Migrations  in Web Project
2019-02-21 21:08:16 -05:00
Eric Fleming 5956ad9b57 Fixing pager styles 2019-02-19 21:54:03 -05:00
Benjamin Camacho e3e53c1752 Delete unused ApplicationDbContext and Migrations in Web Project 2019-02-18 11:02:19 -06:00
Eric Fleming 374c950a49 Fixing footer styling 2019-02-16 20:53:57 -05:00
Eric Fleming ae46185a0b Working on styling for new Login page 2019-02-15 23:01:16 -05:00
Eric Fleming 8c2e43d775 Removing old Signin.cshtml 2019-02-15 22:14:18 -05:00
Eric Fleming fbde5dae90 Added scaffolded Login page for Identity
- Also updated the _LoginPartial to use the new page
2019-02-15 21:54:35 -05:00
Eric Fleming f8abe0be12 Adding compilerconfig and updating variables 2019-02-09 15:18:49 -05:00
Eric Fleming c2ecf6cb36 Getting LibMan in place 2019-02-09 14:08:53 -05:00
Eric Fleming d4adb5c2b3 Adding libman configuration 2019-02-09 14:00:03 -05:00
Eric Fleming a38027d7c9 Adjusting navbar brand styles 2019-02-01 21:26:52 -05:00
Eric Fleming 3752f80560 More cleanup 2019-02-01 20:16:04 -05:00
Eric Fleming dbb7bbc4d8 Using the correct login name 2019-02-01 19:58:13 -05:00
Eric Fleming c0a2aee9f0 Adding header styles 2019-02-01 19:46:32 -05:00
Steve Smith 8941e6b9a6 Login POST Test Working (#198)
* Got login test working

With request verification token
2019-01-25 13:54:35 -05:00
Steve Smith 1b610dd7a4 Adding functional tests (#197)
* Working on login tests

* Testing login with an integration test

Working on login functional test.

* Got functional login test working
2019-01-25 13:13:01 -05:00
Steve Smith 88835916d8 Cleaning up docker files 2019-01-22 21:44:06 -05:00
Praveen Verma 2a6939ad02 Docker Build Failing: In dockerfile updated .net core version to 2.2 (#195)
Thanks!
2019-01-21 11:10:26 -05:00
Steve Smith 99c416142f Consolidate Web and WebRazorPages Projects (#192)
* Moved Privacy, Home page to Razor Pages

* Migrating Basket from RazorPages to Web.

* Removed BasketController; refactored viewmodels

* Moved BasketComponent into Pages/Shared
Added auth rules to Startup for Pages
Added notes to controllers about Pages usage.

* Fixed broken my orders test
Consolidated Functional Tests

* Fixed logo link to home page
Fixed Order Detail Total $ format
2019-01-18 13:29:00 -05:00
Steve Smith 483340f21e Adding API Health Check (#191) 2019-01-18 11:48:26 -05:00
Eric Fleming 118f386c7c Applying some style updates
- Moving the total out of the foreach so it only displays once
- Making the total display proper number of Decimals
2019-01-17 20:33:00 -05:00
Steve Smith 84f1eeee8c Added HealthCheck (#188)
Checks home page.
2019-01-11 13:27:15 -05:00
Steve Smith c64c70b183 Add LinkGenerator to AllServices middleware (#187)
* Adding slugify parameter transform

Fixes #172

* Cleaning up code

And slugifying my orders

* Added links to allservices using LinkGenerator
2019-01-11 12:53:08 -05:00
Steve Smith bc328077b0 Adding slugify parameter transform (#185)
* Adding slugify parameter transform

Fixes #172

* Cleaning up code

And slugifying my orders
2019-01-11 12:39:48 -05:00
BlackFrog1 8e748a4c62 change relative image source path (../) to use ~/ for webroot. (#184) 2019-01-11 09:48:09 -05:00
Steve Smith 6c41a1bab9 Upgrade to 2.2 (#171)
* Initial Web2 project working

* Initial WebRazorPages project working

* Adding additional sln files

* Removing old project

* Fixed integration tests

* Getting FunctionalTests working.

* Got Swagger working in Web

* Moved web2 to web
2018-12-28 10:04:35 -08:00
Hemant Kumar Dundigalla 218c832583 Merge branch 'master' into Removing-unused-directives 2018-11-19 16:32:04 +00:00
Fati Iseni 04530db118 Paging infrastructure implemented through specifications. (#151)
* Paging criterias added in BaseSpecification. New paginated specification added (CatalogFilterPaginatedSpecification) . EFRepository cleaned up and paging implementation added. Usage of the new paging infrastructure in CatalogService (Web and WebRazor).

* Use IReadOnlyList<T> instead of List<T> as return type from repositories.

* - Ordering possibility added in the specification.
- Evaluation of the specification placed in separate class.
2018-11-09 01:46:58 -05:00
Jakub Ciechowski 156d5c6b25 changed name of IBasketService to IBasketViewModelService in order to match file name (#143) 2018-10-15 10:35:38 -05:00