aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAryadev Chavali <aryadevchavali1@gmail.com>2019-02-10 18:12:09 +0000
committerAryadev Chavali <aryadevchavali1@gmail.com>2019-02-10 18:12:09 +0000
commit99d82d762e9775c828e08bdc08897bfe47354ee0 (patch)
treed79959dee2b18908fab6091df989bbe6e896ae48 /README.md
parent62ab81b11d2df352ba2ac7ca47308e11c4683d08 (diff)
downloadnewsaggregator-99d82d762e9775c828e08bdc08897bfe47354ee0.tar.gz
newsaggregator-99d82d762e9775c828e08bdc08897bfe47354ee0.tar.bz2
newsaggregator-99d82d762e9775c828e08bdc08897bfe47354ee0.zip
Added some details before merge
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