Skip to content

Commit 3f4aebd

Browse files
committed
Closes #28. Project ready for submission
1 parent 43d8a3e commit 3f4aebd

File tree

5 files changed

+16
-10
lines changed

5 files changed

+16
-10
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,11 @@ Basic Wireframe Setup for Mobile view and Desktop View
5757
### Other tools
5858

5959
- This project has been created using [Visual Studio Code](https://code.visualstudio.com/) IDE in a [Node v.10.13](https://nodejs.org/en/) environment
60-
- Project organization and task management provided by [GitHub and GitHub Projects](https://github.com)
60+
- Project organization and task management provided by [GitHub and GitHub Projects](https://github.com).
61+
- All feature branchs within a sprint are squashed and merged into their respective sprint. Each sprint is Squashed and Merged into the master branch. Each Github issue and pull request still retain the history of commits against the branch or feature. Non-sprint branches are deleted after merge.
6162
- Continuous Integration/Development automation provided by [Travis CI](http://travis-ci.com)
6263
- Code quality and analysis provided by [SonarQube](https://www.sonarqube.org/) via its cloud service [SonarCloud](https://sonarcloud.io/)
64+
- [Snyk](https://snyk.io/) is used to analyze vulnerabilities within dependencies.
6365

6466
Click on the badges at the top of this file to check the build status and quality metrics.
6567

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "code-institute-user-centric-algorithms",
3-
"version": "1.3.0",
2+
"name": "algorithm-benchmarks",
3+
"version": "1.0rc",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.projectKey=Narshe1412_Code-Institute-Interactive-Frontend-Algorithms
22
sonar.projectName=Code-Institute-Interactive-Frontend-Algorithms by Narshe1412
3-
sonar.projectVersion=1.3-SNAPSHOT
3+
sonar.projectVersion=1.0-RELEASE
44

55
# =====================================================
66
# Meta-data for the project

src/app/home/home.component.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ <h2>Wanna contribute?</h2>
5353
<p class="text-justify">
5454
If you see any unexpected result or want to add your beloved algorithm missing from here please note this
5555
project is, not only Open Sourced, but it also welcomes Pull Requests. Just head over to
56-
<a href="https://github.com/Narshe1412/Code-Institute-User-Centric-Algorithms/pulls">this window</a> and send
56+
<a href="https://github.com/Narshe1412/Code-Institute-User-Centric-Algorithms/pulls" target="_blank">this
57+
window</a> and send
5758
me yours.
5859
</p>
5960
<h5 id="disclaimer">Disclaimer:</h5>

src/app/resources/resources.component.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ <h2>Websites And Other Useful Resources</h2>
1010
</dd>
1111

1212
<dt class="col-sm-12 col-md-4 text-md-right text-center">
13-
<a href="https://dev.to/wangonya/sorting-algorithms-with-javascript-part-1-4aca">Sorting Algorithms with
13+
<a href="https://dev.to/wangonya/sorting-algorithms-with-javascript-part-1-4aca" target="_blank">Sorting
14+
Algorithms with
1415
Javascript (blog)</a>
1516
<small> by Kinyanjui Wangonya</small>
1617
</dt>
@@ -19,7 +20,8 @@ <h2>Websites And Other Useful Resources</h2>
1920
</dd>
2021

2122
<dt class="col-sm-12 col-md-4 text-md-right text-center">
22-
<a href="https://khan4019.github.io/front-end-Interview-Questions/sort.html">Sort related interview questions
23+
<a href="https://khan4019.github.io/front-end-Interview-Questions/sort.html" target="_blank">Sort related
24+
interview questions
2325
for intermediate JavaScript developers</a>
2426
<small> by That JS Dude (khan4019)</small>
2527
</dt>
@@ -29,7 +31,8 @@ <h2>Websites And Other Useful Resources</h2>
2931
</dd>
3032

3133
<dt class="col-sm-12 col-md-4 text-md-right text-center">
32-
<a href="https://www.w3resource.com/javascript-exercises/searching-and-sorting-algorithm/">W3Resource Sorting
34+
<a href="https://www.w3resource.com/javascript-exercises/searching-and-sorting-algorithm/"
35+
target="_blank">W3Resource Sorting
3336
Exercises</a>
3437
</dt>
3538
<dd class="col-sm-12 col-md-8 text-justify">
@@ -238,7 +241,7 @@ <h5 class="mb-0">
238241
Implementation obtained by the following library:
239242
</p>
240243
<p>
241-
<a href="https://github.com/arnorhs/js-introsort">Introsort by Arnor HS</a>
244+
<a href="https://github.com/arnorhs/js-introsort" target="_blank">Introsort by Arnor HS</a>
242245
</p>
243246
</div>
244247
</div>
@@ -429,7 +432,7 @@ <h5 class="mb-0">
429432
Implementation obtained by the following library:
430433
</p>
431434
<p>
432-
<a href="https://github.com/LXSMNSYC/TimSort">Timsort by Alexis Munsayac</a>
435+
<a href="https://github.com/LXSMNSYC/TimSort" target="_blank">Timsort by Alexis Munsayac</a>
433436
</p>
434437
</div>
435438
</div>

0 commit comments

Comments
 (0)