@iceboss3d Thanks for your time and effort, however I can't accept your pull request due to the following reasons:
You added a lot of opinionated things such as custom pages (Loans, AdminUsers, etc), authentication logic, backend calls, context containers, and so on.
You added API calls which are hardcoded to http://localhost:8080/ endpoint, so when I run the project using npm run serve it does not work properly (Login form does not work, other pages like Customers return error); Consider to use something like mirrorjs to emulate calls to the backend;
I would prefer to keep this project as simple as possible.
@iceboss3d Thanks for your time and effort, however I can't accept your pull request due to the following reasons:
http://localhost:8080/
endpoint, so when I run the project usingnpm run serve
it does not work properly (Login form does not work, other pages like Customers return error); Consider to use something like mirrorjs to emulate calls to the backend;I would prefer to keep this project as simple as possible.