asimhussain254 / FullStackTest

0 stars 0 forks source link

Updates #1

Open asadsahi opened 3 years ago

asadsahi commented 3 years ago

Use ng-bootstrap to replace date picker replace form using reactive forms https://angular.io/guide/reactive-forms use alert during create/update/date Create UserService class and move the logic from controller to service Implement Client side validation Move user components into user module Try and make the same page responsive that means it should look better on mobile. Move table below form on mobile. Input fields will become full width on mobile.

asadsahi commented 3 years ago

Create LanguageService.cs and move language controller logic into service like UserController. Create CRUD operations in controller and service Create language.module.ts and create list and input components for language in that module. Create a different route for language(s) which should allow to Create/Read/Update and Delete languages