aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 22323ff..9d4d533 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,15 @@ This therefore provides a clear distinction between the frontend and the backend
* Web server (backend funnel to frontend)
* Web page (purely frontend)
+__NOTE__: Articles that have the same title in differing sources, the first to be inserted will be used. This is a ~~bug for the technical debt pile~~ feature now.
+
## Languages and services used
* C# for the aggregator
* C#/Node.js for the web server
* MySQL for the database
+
+## Technical debt - components that I need to spend longer thinking about/refactoring
+
+* Articles having the same title will have a collision due to database design (Title is a unique field), thus only the first inserted article will stay, the other deleted.
+* Program is a bit slow