Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created new Iterator for NewsContent objects #207

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

Jbasilious
Copy link

@Jbasilious Jbasilious commented Apr 21, 2021

created a new Iterator class and iterable collection class for NewsContent Objects.

note -- only most recent commit is relevant

Jbasilious and others added 16 commits March 15, 2021 16:31
Create aggregate function get_and_parse to manage all parsing functions
Implemented an aggregate class called URLParser to handle all URL parsing, both html and xml.
deleted excess code leading to errors and excess comments
added RSS aggregation class
created a metaclass called "MetaDatabaseConnector" for the "DatabaseConnector" class in order to implement a singleton pattern.

this will aid with database integrity
Refactor db_connector.py to utilize singleton pattern
created a metaclass called "MetaDatabaseConnector" for the "DatabaseConnector" class in order to implement a singleton pattern.

this will aid with database integrity
Modify db_connector.py to utilize singleton pattern
Created an Iterator and Iterable collectiontype for NewsContent objects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant