From a22595b833fa9a26bccc521e7c30d7b6aac3a5e5 Mon Sep 17 00:00:00 2001
From: Ashik Rahman <81816852+ashik5757@users.noreply.github.com>
Date: Fri, 3 Dec 2021 01:41:38 +0600
Subject: [PATCH] README
---
README.md | 58 ++++++++++++++++++++++++++++++++++++++++++++-----------
1 file changed, 47 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
index 115d6c9..82e40cd 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,8 @@ This is a JavaFX based CGPA calculator application.
- Different grade policy of diffrenet university. (Only for BD)
- User can create a profile to save the semester wise grade sheet.
- User can use/open any saved profile at any time.
+- User can store upto 18 semester CGPA data in a single profile.
+- Text suggestions of courses name. (Auto completion)
@@ -111,40 +113,74 @@ It is better to add VM option in run config to omit unnecessary error :
- +
- - + +
- +
- - - - - - - +
+> Saved Profile panel - where user can open any saved profile. + ++ +
+ +> Homepage of a Saved Profile - where user can calculate the CGPA and also ad to profile ++ +
+ +> Calculate panel of Semester CGPA of saved profile + ++ +
+> Calculate panel of Total CGPA of saved profile + ++ +
+ +> After adding the calculated CGPA to the profile + ++ +
+ +> Details information of a saved semester CGPA + +