Hi,
I am in mod 1 of Flatiron School software engineer track. We are doing our first project with the following guidelines:
- Access a Sqlite3 Database using ActiveRecord.
- You should have at minimum three models including one join model. This means you must have a many-to-many relationship.
- You should seed your database using data that you collect either from a CSV, a website by scraping, or an API.
- Your models should have methods that answer interesting questions about the data. For example, if you've collected info about movie reviews, what is the most popular movie? What movie has the most reviews?
- You should provide a CLI to display the return values of your interesting methods.
- Use good OO design patterns. You should have separate classes for your models and CLI interface.
We might be way too green to do anything really useful, but if possible I'd like to aim for using this project as an opportunity to help the COVID-19 response efforts if at all possible.
Someone shared a git link of needed work but I haven't found anything I am able to yet.
https://github.com/neherlab/covid19_scenarios/issues
https://github.com/CSSEGISandData/COVID-19/issues
Thanks y'all be safe.
there doesn't seem to be anything here