jackabald / NuancedNews

NuancedNews is a web appilcation that aggregates news stories from multiple sources to provide a well-rounded perspective on current events.
MIT License
3 stars 4 forks source link

feat: Bookmarked articles should show up in users profile page. #8

Open jackabald opened 2 weeks ago

jackabald commented 2 weeks ago

When a user bookmarks an articles I want the articles to be saved to the users account and be displayed on their profile.

kabeer95 commented 2 weeks ago

hey @jackabald If this is a paid issue , assign me i can fix it

jackabald commented 2 weeks ago

This is not paid. Just open for contributors.

Prism194 commented 2 weeks ago

Hello, I made Flask application in the past and I want to help you. But why the app just showing blank page when I opened it? image

jackabald commented 2 weeks ago

Right-click the page, inspect, and look at the console logs. You need to run 'python rss_parser.py' before running the flask server on the backend.

As of writing this, the New Yorker RSS feed is currently down, so running rss_parser.py will result in an error. I am going to work on some error handling for this parser so that even when a feed goes down, it will still update other feeds. EDIT: 'python rss_parser.py' works now.

Prism194 commented 2 weeks ago

So you want not only the function to save articles in your profile, but also the function to log in? Because currently, the site doesn't act when I try to sign up. I can help you all if you want, but I think I'll need a week or so.

jackabald commented 2 weeks ago

So currently, I can signup and signin to an extent,

Capture

but this is the extent of that ability, and in firebase I can see those log ins. I can make two issues because there is A LOT of work to be done with the profile portion. I would start with just trying to allow users to log in and stay logged in even after reloading the page. Then i would maybe work towards setting up firestore or realtime database to handle user information. and then you can start working on bookmarked articles showing up in a users profile.

I appreciate the help, and if you have any other ideas or even want to switch away from firebase please let me know.

jackabald commented 2 weeks ago

Continuing, If you would like to take a stab at all of this, and your not super comfortable with firebase or you want experience with a different user auth/database or you think one will work better for the needs of the project please do.

This project is still very clearly in development so we have the ability to completely shift if your more comfortable with a different stack.

Prism194 commented 2 weeks ago

Okay, I'll do it in my ability and condition.

jackabald commented 1 week ago

Hey,

Any updates on this issue?

Thanks!

jackabald commented 1 week ago

Hey!

Are you still working on this? any updates? or should I unassign you?

Prism194 commented 2 days ago

Sorry for not responding. I had to concentrate on something else in the meantime because it urgently happened. But your repository is very interesting. I can't participate right away, but I'll keep watching.

jackabald commented 2 days ago

No worries. I appreciate it!