Skip to content

Commit a2d43e5

Browse files
committed
2 parents 11d2067 + 2d12c43 commit a2d43e5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ Run `docker-compose up` to start the containers. The dashboard is accessible at
1414

1515
- **Scan Service:** We could improve the logic in there to have less random results and maybe have something more sequential ( queued > scanning > result).
1616
- **Auth:** An Auth service could be added to manage users and their scanning results.
17-
- **Migrations:** Implementing a migration system for the models with sequelize. There is however an issue with the database access when trying to run migrations from the host.
17+
- **Migrations:** Implementing a migration system for the models with sequelize.
1818

1919
### For the Dashboard
2020

21-
- **ScanDetails State Management:** Instead of loading all the data at once from the Dashboard, we could fetch ony the required data for ScanList and then individually fetch the findings only when the corresponding ScanDetails component is diplayed (This is not relevant if the number of findings stays relatively low for each repo).
22-
- **Error Handling:** The logic for handling axios request and the errors should implemented in a separate file
21+
- **ScanDetails State Management:** Instead of loading all the data at once from the Dashboard, we could fetch only the required data for ScanList and then individually fetch the findings only when the corresponding ScanDetails component is displayed (This is not relevant if the number of findings stays relatively low for each repo).
22+
- **Error Handling:** The logic for handling axios request and the errors should be implemented in a separate file
2323

2424
### For Docker
2525

2626
- **React HMR:** The HMR does not currently work when the dashboard is running in the container
27+
- **DB Data persistence:** The data is erased from the DB when the container is stopped.

0 commit comments

Comments
 (0)