Skip to content

Commit 1c8bf35

Browse files
authored
Update readme.md
1 parent e1bca49 commit 1c8bf35

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ The `resources/views` Directory - Front-end code for the UI
5757

5858
## Future Enhancement
5959

60-
1] We can create a artisan command to add a new checker skeleton easily.
61-
2] The loader is currently displayed in the front end while data is being fetched via ajax request.
62-
3] Currently `ExtractLinks` checker contains too much code which can be extracted using a value object.
63-
4] As we add more checkers we will get a clear idea what pattern it should follow but current pattern should suffice for most of newly added checkers.
64-
5] Can use queue to crawl through all the webpages as it will use the server resources optimally in case of lot of traffic.
60+
1. We can create a artisan command to add a new checker skeleton easily.
61+
2. The loader is currently displayed in the front end while data is being fetched via ajax request.
62+
3. Currently `ExtractLinks` checker contains too much code which can be extracted using a value object.
63+
4. As we add more checkers we will get a clear idea what pattern it should follow but current pattern should suffice for most of newly added checkers.
64+
5. Can use queue to crawl through all the webpages as it will use the server resources optimally in case of lot of traffic.
6565

6666
## Third party packages used
6767
"guzzlehttp/guzzle": "^6.3",
68-
"symfony/dom-crawler": "^3.4"
68+
"symfony/dom-crawler": "^3.4"

0 commit comments

Comments
 (0)