-
Notifications
You must be signed in to change notification settings - Fork 0
Issues Encountered & Solutions
LUXIANZE edited this page Jun 29, 2020
·
2 revisions
| No. | Issues | Solution |
|---|---|---|
| 1. | Project Dependency problem due to not enough understanding on the spring boot framework which uses Maven | Look for resource online and found out several commands required to ensure the dependency are all installed locally for development purpose |
| 2. | Front-end terminated when fail attempts >= 20 | send a message to Front-end through web socket to indicate termination due to fail attempts |
| 3. | Front-end not refreshed after new data was sent from Back-end due to asynchronous stateHook value setting nature | Implemented React-component by extending React component class |