-
Notifications
You must be signed in to change notification settings - Fork 0
74 featureadd description logo keyvalues etc to charity page #76
Merged
roaraf
merged 26 commits into
develop
from
74-featureadd-description-logo-keyvalues-etc-to-charity-page
Apr 18, 2026
Merged
74 featureadd description logo keyvalues etc to charity page #76
roaraf
merged 26 commits into
develop
from
74-featureadd-description-logo-keyvalues-etc-to-charity-page
Apr 18, 2026
+958
−674
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added UNIQUE Constraint to CharityVantiy UUID, as CharityVanity got a new entry (with the same UUID), everytime the scraper was run.
Fixed bug where CharityVanity would get multiple duplicate entries each run of the code.
Description is showing correctly and name of Charity is only truncated for very, very long names.
Added fx:id to charity logo for controller.
Added reference to CharityLogo fx:id and dynamically sets the image to the logoBlob of the charity, or a placeholder image if the logoBlob is null.
Added fx:id and method reference to Homepage Hyperlink.
Added method for opening browser and navigating to the url of the charity on IK.
Time for scraping went down from approx 2 hours to around 20-30 mins, and is still reliable. Thread.sleep() seems to not be required after all.
Added fx:id to arc and label for key values.
Added method to set arc fill. Controller now sets both the arc fill and label of the key values correctly per Charity.
Fixed key value labels so they don't get cut off. They should now display in full.
Added UNIQUE constraint to category and cascade to delete and update for Charity_Categories.
Added insert statements for Category and Charity_Categories
Edited label from "verified" to "pre-approved".
Added sql queries for getting category information for each charity.
Data access class that gets all the distinct/unique categories from the database.
Added methods do dynamically populate a scroll pane with checkmarks for filtering categories, and changed the logic of the filtering method. Removed unused methods.
Put the checkmarks for filtering charities into a scroll pane and dynamically populate them (except for Pre-approved, which is on top).
Changed the logic for getFilteredCharities to need to include ALL categories/filters to show a category.
Added javadoc and methods for setting categories and creating labels for categories dynamically.
Added fx:id to handle category events and fixed cursor for links.
Fixed cursor for links.
Fixed cursor for links.
Added method to expose the APICharityScraper so it can run the checkConnection() method.
Commented out APIScraper and swapped it with FullCharityScrape.
Fixed cursor for logo, donate, and abort.
Sign in
to join this conversation on GitHub.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.