Skip to content

Commit 146521e

Browse files
committed
license; update links and readme
1 parent 4d51d0f commit 146521e

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

LICENSE.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright 2021 Hristijan Lubeski (lh.mk)
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ It is using **Angular** as it's frontend, including **apollo** and **graphql** b
77
In this README I use questionnaire/survey/quiz interchangeably, but I really mean of an application that gives you possible questions and answers, and with each answer on a question you score points towards a final result.
88

99
![decision tree](docs/assets/decision-tree.png)
10-
_view in bigger resolution [here](https://raw.githubusercontent.com/lubeskih/sorting-hat/main/docs/assets/decision-tree.png?token=ALSATGCRDIGJHBLZOVEBIX3BTIVPM)_
10+
_view in bigger resolution [here](https://raw.githubusercontent.com/lubeskih/sorting-hat/main/docs/assets/decision-tree.png)_
1111

1212
**Table of Contents**
1313

@@ -135,7 +135,7 @@ When a user chooses and answers and continues to the next question, the `Decisio
135135
This diagram shows how the `DecisionsService` is doing the calculations:
136136

137137
![scoring diagram](docs/assets/scoring.png)
138-
_view in bigger resolution [here]()_
138+
_view in bigger resolution [here](https://raw.githubusercontent.com/lubeskih/sorting-hat/main/docs/assets/scoring.png)_
139139

140140
What we see here is, each column of the answer matrix represents points given to each house. For each column, the values are added, which represent the total score of one house. After we find the total score of each house, those scores are added to find the total score of all houses together.
141141

@@ -151,7 +151,7 @@ score = 100 * (score_house / score_total)
151151
<br>
152152

153153
![db relations](docs/assets/relations.png)
154-
_view in bigger resolution [here](https://raw.githubusercontent.com/lubeskih/sorting-hat/main/docs/assets/relations.png?token=ALSATGCI3CL5GJTPYJIMWH3BTIVVU)_
154+
_view in bigger resolution [here](https://raw.githubusercontent.com/lubeskih/sorting-hat/main/docs/assets/relations.png)_
155155

156156
## License
157157

frontend/src/app/app.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>Sorting Hat</h1>
1414
<div class="box info">
1515
<p>
1616
This site is a questionnaire which will determine which of the four school houses you belong most to. Each answer weights towards a specific house.
17-
You can find the <strong>REPOSITORY </strong><a href="#">here</a>. Check the <a href="#">README</a> to learn how it is designed to work. Written with ❤️ by <a href="https://lh.mk" id="link">lh.mk</a>. Enjoy using it as I enjoyed writing it. :-)
17+
You can find the <strong>REPOSITORY</strong><a href="https://github.com/lubeskih/sorting-hat">here</a>. Check the <a href="https://github.com/lubeskih/sorting-hat/blob/main/README.md">README</a> to learn how it is designed to work. Written with ❤️ by <a href="https://lh.mk" id="link">lh.mk</a>. Enjoy using it as I enjoyed writing it. :-)
1818
</p>
1919
</div>
2020
</div>

0 commit comments

Comments
 (0)