File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments