From 583ecf2df556c0bb3ae5468a63d9231b3ef56f58 Mon Sep 17 00:00:00 2001 From: ArghKevin Date: Mon, 20 May 2024 05:42:37 -0700 Subject: Weeks 5 and 6. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 0087f37..96644cc 100644 --- a/README.md +++ b/README.md @@ -162,3 +162,18 @@ sets of data describing the Unicode subsets implemented by a font. Along with JS this fulfulls most of the same purpose. No disk space calculation, unfortunately. There are 9 days left. ![week4](week4.png) + +## Weeks 5 and 6: Updates +JSON parsing as it is needed is wholly implemented. +Each FontFamily is populated with all fields. +The popularity metrics are implemented as a HashMap. +The LineGraph has been implemented as a JPanel with a custom paintCompontent method. +Included with it is a calculation of the top 10 most popular typefaces. +This isn't quite done yet, because also being able to view graphs of the top typeface styles +would be preferrable. Further, there is not yet any option to expose the metadata of each font. +Also, graphing by different time metrics would be preferable. +The project is at the stage where there are pretty colors, however the utility is not yet fulfilled. +The project current fulfills all LOs except LO6. I'll be working on that next. +I have until the 25th. It's the 20th. 5 days left. +![week5](week5.png) +![week5](week5.png) -- cgit v1.2.3