From d9e725b159c19029c7a2d7f8345eaea08cc70ae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helge=20Nordg=C3=A5rd?= Date: Sun, 3 Oct 2021 23:39:16 +0200 Subject: [PATCH] Updated readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fcef5b3..517e9f0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A very simple project management system. Uses a custom flat binary file database At it's current state it has a few very simple features tailored for a specific use set. Features include: -- Create, load, store and manage a list of customers and their contact data +- Create, load, store, search through and manage a list of customers and their contact data - Create, load, store and manage a list of projects and project details - Able to sort customers under individual projects - Able to set notification thresholds that reminds you before a project starts and/or project ends @@ -16,6 +16,8 @@ At it's current state it has a few very simple features tailored for a specific I threw this program together over the weekend (version 0.1), because a friend needed project manager such as this. Coincidentally, the program is named after him :) +I know I have been sloppy with the naming convention of variables, which makes it hard (if not very hard) to read the source code by people who don't speak Norwegian. I will probably rewrite a large part of the code with a more understandable naming convention. The default language is also Norwegian which makes it impossible to translate to other languages if you don't already speak Norwegian. I will also addresss this in a future update. + ## License The program it's source and derivatives are licensed under GNU general public license (version 3) and copyrighted by me (Helge-Mikael NordgÄrd). See file "LICENSE" for more details.