Eric Fleming
5956ad9b57
Fixing pager styles
2019-02-19 21:54:03 -05:00
Eric Fleming and GitHub
be54fd48bb
Merge pull request #210 from dotnet-architecture/use-identity-login-page
...
Use identity login page
2019-02-16 20:56:40 -05: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 and GitHub
1a5cb50ecc
Merge pull request #205 from dotnet-architecture/libman
...
Adding LibMan support and Compilerconfig
2019-02-15 20:02:26 -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 and GitHub
83f94726b3
Merge pull request #202 from dotnet-architecture/adjusting-navbar-brand
...
Adjusting navbar brand styles
2019-02-01 21:27:31 -05:00
Eric Fleming
a38027d7c9
Adjusting navbar brand styles
2019-02-01 21:26:52 -05:00
Eric Fleming and GitHub
c8f30a220b
Merge pull request #201 from dotnet-architecture/fixing-header-styles
...
Fixing header styles
2019-02-01 20:44:14 -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
Eric Fleming and GitHub
8aa92f2635
Merge pull request #119 from Matthiee/master
...
Add extra max length and required constraints
2019-01-22 20:37:43 -05:00
Eric Fleming
6b12999df1
Merge branch 'master' into pr/119
2019-01-22 20:33:06 -05:00
Eric Fleming
9c65c4e3f7
Updates to existing PR
...
- updating City value to be 100 instead of 189. The longest city name in the world is 85 characters long, so making it 100 just in case.
- Fixed typo in file name: constrains to constraints
2019-01-22 20:28:56 -05:00
Eric Fleming and GitHub
e41e37ff05
Merge pull request #189 from dotnet-architecture/anonymous-signin
...
Anonymous signin
2019-01-17 22:34:46 -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
Eric Fleming
fa9b04f53d
Moving Components directory in to Shared
...
- Based on the Microsoft documentation, they recommend you put the Components directory inside of Shared. https://docs.microsoft.com/en-us/aspnet/core/mvc/views/view-components?view=aspnetcore-2.2
2019-01-15 20:09:25 -05:00
Eric Fleming
007fb6a0af
Display 2 decimal places for Total on Basket screen
2019-01-12 20:10:55 -05:00
Eric Fleming
2d6e9106a3
Setting Cookie to IsEssential to fix anonymous signin
2019-01-12 19:11:26 -05:00
Eric Fleming and GitHub
b123945a01
Merge pull request #183 from dotnet-architecture/display-total-once-in-cart
...
Move the "Total" div out of the for loop so it only appears once in t…
2019-01-05 15:21:48 -05:00
Eric Fleming
482a5dc515
Move the "Total" div out of the for loop so it only appears once in the cart
2019-01-05 15:21:11 -05:00
Eric Fleming and GitHub
5d429ad093
Merge pull request #181 from dotnet-architecture/resolve-179/convert-to-list-before-deleting
...
Adding ToList to IReadOnlyCollection used in foreach
2019-01-02 21:09:39 -05:00
Eric Fleming
4444bd20a3
Adding ToList to IReadOnlyCollection used in foreach
2019-01-02 21:04:21 -05:00
Eric Fleming and Steve Smith
eb02750841
Remove basket items when basket is deleted ( #170 )
...
* Proving out removing the basket items at the same time the basket is deleted
* Fixing existing unit tests
* Adding a unit test for the Deletebasket method
* Rename test and deleting basket items before basket
* Added integration test for DeleteAsync method for BasketItems
- Also added a BasketBuilder to create a Basket with no items, or one item.
2018-12-28 07:40:35 -08:00
Eric Fleming and GitHub
95285593c9
Updating numbering of README
2018-12-15 14:15:41 -05:00
Eric Fleming and Steve Smith
0d44a514ab
Fix 147 include order id in details query ( #169 )
...
* Adding Id to query so the correct order details are always pulled back
* Removing unused usings
- also removed the sync method as it is not used anywhere in the solution. The Async should be the preferred one.
* Adding integration test for GetByIdWithItemAsync
* Rename test
2018-12-14 17:54:23 -08:00
Eric Fleming and GitHub
c7c16c4265
Merge pull request #140 from hemantkd/Removing-unused-directives
...
Removed all the unused directives in the Solution with the assistance…
2018-12-14 19:54:06 -05:00
Eric Fleming and GitHub
431ff513c3
Merge pull request #168 from ratanparai/patch-1
...
Consistency in setting up private variable field
2018-12-14 19:34:11 -05:00
Eric Fleming and GitHub
69054b0002
Merge pull request #150 from beam-codegrind/fix-108
...
Fixed #108
2018-12-08 14:46:47 -05:00