Conversation
…outer package in frontend
| return function (d, b) { | ||
| extendStatics(d, b); | ||
| function __() { this.constructor = d; } | ||
| d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); |
There was a problem hiding this comment.
Please let's try to avoid single letter variables, is very difficult to understand the code in this way
why do we need to use proto ?
There was a problem hiding this comment.
This is re utilized from react-backend repository which was wrote like this, I can do a deep research to refactor the backend and be more descriptive from a intent perspective
| config = parseDatabaseArguments(process.argv); | ||
| } | ||
| return config; | ||
| }; |
There was a problem hiding this comment.
why do we need this file? seems part of some code generator?, is necessary?
There was a problem hiding this comment.
I wrote this before in the react-backend repository in order to be able to run the localDatabase with arguments passed to the npm script, something like... npm run start:local dbname=localhost dbusername=myDbUser dbpassword=myDbPass
…ser sagas to retrieve all users from service. Starting CRUD
…. Validate token in backend and hits service with token in ApiService
…r to enable verificatoin properly
…- Implements forgotPass request in frontend
…a Domain Driven design perspective
Background
Changes Done
Pending
Persist Login when token
Login Case