From 99d82d762e9775c828e08bdc08897bfe47354ee0 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 10 Feb 2019 18:12:09 +0000 Subject: Added some details before merge --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3-13-gbd6f