Smerity / trending_arxiv

Track trending arXiv papers on Twitter from within your circle
MIT License
172 stars 26 forks source link

Multiple user support would be useful #2

Open Smerity opened 8 years ago

Smerity commented 8 years ago

Supporting multiple users involves a number of changes but could be hugely useful (depending on the response to the initial prototype)

0bserver07 commented 8 years ago

Maybe breaking these into smaller issues can be lighter to tackle.

I'm currently trying to do this:

  1. Add User Signup with Twitter. (which cover..Ability to aggregate more)
  2. Then I will modify the the twitter API client in the app to use User provided keys, which will cover the 3rd bullet point as well.
Smerity commented 8 years ago

Hi @0bserver07!

This was intended as a catch all issue for multiple user support that other issues would attach to. I just wanted to scope out the domain of the problem :)

Adding user signup via Twitter and then usage of the User's keys is hugely useful - feel free to create a issue for that to link back here 👍

0bserver07 commented 8 years ago

@Smerity Alright, we got something here, but not a complete branch userSignup branch Which now can be pulled and looked at (later will remove twitter keys).

currently:

  1. Demo of homepage can be seen right after running opening the applications.
  2. Users can signup with their email/password.
  3. Users won't be able to load papers / unless they login.
  4. Add personal twitter keys to increase limit (to be done).
  5. Add Custom Followers list to user's profile.
  6. Note: currently twitter and user-signup is not associated, but can be done. Thought, similar to arxiv-sanity and gitArxiv, they don't push twitter, just a simple email signup might be better.

i. issue to fix 🎯 ,if error already exists prompt a message.

still work in progress :)