Thumbs Up News
Using Machine Learning to filter through RSS news feeds and returning only positive articles
Add categories to the admin backend view to be able to change the category if needed
Order queryset by date to not having to deal with ordering by date on frontend
Update sidebar menu with buttons that trigger queries on api
Add link to tittle and description of each card
Test script written yesterday to run the scrapper and push feeds to backend
Update api view to include the id and created field
Update script to run all the spiders, then to push scrapped data to db and then remove the feeds file
Fix issues with some feeds
Test frontend with all the scrapped data (with the changes done)
Fix category error thrown when categories field is too long
Update date format and datefield in django backend
Improve code to obtain proper source and categories - helps maintaining
Add helper functions to remove html from description string
Update date field to get it in the format "Day Mon Year"
Update scrapper fields - split whitespace and new lines
Improve color tones due to accessibility issues
Generate random colors for each card that contains the news article
Add styling on main grid to be responsive for every screen size
Finish off layout for new headlines card
Link backend api with frontent \o/
Add sidebar menu and styles
Finally start working on the index page - create basic layout
Update next.config.js following makerlog example - Thank you Sergio!
Finish working on the navbar