This repository has been archived on 2023-10-28. You can view files and clone it, but cannot push or open issues or pull requests.
pwt-0x01-ng/Models
surtur 4b42658671
All checks were successful
continuous-integration/drone/push Build is passing
feat: add Customer area
* controller
* views
* SessionExtensions class
2021-02-10 12:01:59 +01:00
..
ApplicationServices fix: identity application service missed values 2021-02-10 03:02:12 +01:00
Database cleanup: remove unused usings throughout 2021-02-10 00:34:56 +01:00
Identity cleanup: remove unused usings throughout 2021-02-10 00:34:56 +01:00
Validation fix: cover null input on UniqueCharsAttr 2021-02-10 02:27:07 +01:00
Carousel.cs chore: more carousel validation goodies 2021-01-25 22:32:34 +01:00
CarouselViewModel.cs refactor: spaces --> tabs 2020-12-28 14:50:19 +01:00
Entity.cs cleanup: remove unused usings throughout 2021-02-10 00:34:56 +01:00
ErrorViewModel.cs cleanup: remove unused usings throughout 2021-02-10 00:34:56 +01:00
LoginViewModel.cs use UniqueCharsAttr for {Login,Register}ViewModel 2021-02-07 20:50:08 +01:00
MegaUpload.cs cleanup: remove unused usings throughout 2021-02-10 00:34:56 +01:00
Order.cs chore: update Order model 2021-02-10 11:08:00 +01:00
OrderItem.cs cleanup: remove unused usings throughout 2021-02-10 00:34:56 +01:00
Product.cs chore: add Product validation 2021-01-26 14:40:58 +01:00
ProductViewModel.cs feat: add product CRUD functionality 2020-12-29 01:25:13 +01:00
RegisterViewModel.cs chore: use literal min_passwd_length values 2021-02-10 02:59:21 +01:00
SessionExtensions.cs feat: add Customer area 2021-02-10 12:01:59 +01:00