Open CajetanRodrigues opened 5 years ago
@CajetanRodrigues, sometimes I am getting this on the landing page
@CajetanRodrigues, sometimes I am getting this on the landing page
I have resolved it
@CajetanRodrigues why
username: mifos and password: password
is working here, it should not work because there is no self service user asmifos
. openMF/web-self-service-app#27
Done
I have resolved all the changes suggested.
@CajetanRodrigues login still has issues. When I login with right credentials it is first showing an invalid credential message and then it shows login successfully. And if a user is not a self-service user it is showing invalid credentials message rather than
not a self-service user
. Name of the client fetched is wrong. And could you change the UI of the landing page similar to the old one?
Re: I have resolved all the login errors and stated proper login messages now. Also, the UI of the landing page is the same as the old app. Since this is Angular Material with Angular 7, the UI would look a bit different, but the rest of the things have been resolved and all the above changes have been taken into consideration.
@gauravsaini03 Can you take a final look?
Also, the UI of the landing page is the same as the old app. Since this is Angular Material with Angular 7, the UI would look a bit different.
So, you mean that the size of the font, position of font, spacing, and colors in button are different because you are using Angular Material with Angular 7 and not because of CSS? Modify the CSS to make it similar to the UI of the landing page of web self-service app because UI landing page of web self-service app is quite good.
Also, the UI of the landing page is the same as the old app. Since this is Angular Material with Angular 7, the UI would look a bit different.
So, you mean that the size of the font, position of font, spacing, and colors in button are different because you are using Angular Material with Angular 7 and not because of CSS? Modify the CSS to make it similar to the UI of the landing page of web self-service app because UI landing page of web self-service app is quite good.
No, I didn't mean that. I will do the needful. Thanks for reviewing
@CajetanRodrigues you need to fetch the details of the client who has logged in and display their details in dashboard. I don't see you fetching the login clients details.
And do the change the UI of the login page, it's still the same.
@CajetanRodrigues Why there are so many unwanted undefined requests are being sent in the background? When being logged in for the first time the loader keeps on loading( maybe because of these unwanted error requests). Fix them. And why are you saving the image of the client in the local storage? Remove that too.
@CajetanRodrigues remove inline CSS.
@CajetanRodrigues Client's name is missing and charts are not correct for the client, tally it with the old app and fix it.
@CajetanRodrigues I cannot see clients APIs being called. You need to fetch clients details because if it shows no content then only you can differentiate between a self service user and a non self service user.
Dashboard and Login Component Improvements
UI Demonstration
UI ScreenShots
Login Component
Forgot Password Component
Sign Up Component
Dashboard Component (Desktop Version)
Dashboard Component (Mobile Version)