Skip to content

Commit 11108a5

Browse files
authored
[misc] fix typos
1 parent 2ac068a commit 11108a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ 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. In the current release, there is an issue with the database access when trying to run migrations from the host.
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).
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 diplayed (This is not relevant if the number of findings stays relatively low for each repo).
2222
- **Error Handling:** The logic for handling axios request and the errors should implemented in a separate file
2323

2424
### For Docker

0 commit comments

Comments
 (0)