From 21d4201c4b4e8dcf62fc232e5c50f4a3733f0159 Mon Sep 17 00:00:00 2001 From: Michael Gordeev Date: Wed, 13 Nov 2019 02:21:10 +0300 Subject: [PATCH] Updated TODO list --- MyWebsite/Controllers/HomeController.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MyWebsite/Controllers/HomeController.cs b/MyWebsite/Controllers/HomeController.cs index d8c6b93..bdabeef 100644 --- a/MyWebsite/Controllers/HomeController.cs +++ b/MyWebsite/Controllers/HomeController.cs @@ -10,7 +10,9 @@ namespace MyWebsite.Controllers // TODO: Create custom error page // TODO: Update Projects.json and Gallery.json // TODO: Complete About page - // TODO: Make language switchable + // TODO: Localize application + // TODO: Make authorization system and ability to update website through GUI + // TODO: Consider a database connection public IActionResult Index() => View();