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

Allow update profile functionality from settings page #22

Open
mayeaux opened this issue Apr 9, 2016 · 6 comments
Open

Allow update profile functionality from settings page #22

mayeaux opened this issue Apr 9, 2016 · 6 comments
Assignees
Milestone

Comments

@mayeaux
Copy link
Member

mayeaux commented Apr 9, 2016

We either need to create a new page for updating a profile, or drop it on the settings page

This page should allow changing things like:

  • Search proximity for recommendations
  • Age ranges for matches
  • Passport feature of TinderPlus
  • Algorithm change for TinderPlus (new feature, would be really nice to have this in the app!)

A lot of these endpoints will either need to be sniffed, or found in unofficial documentation elsewhere on the web and then added to the Tinder module, we should be able to use what I believe is the update API call to update the data, we just need to know how to pass the data.

@SaturnusDJ
Copy link
Member

That would be awesome and probably after this no phone needed anymore.

From npm tinder:

.updatePreferences(discovery, min age, max age, gender, distance, callback)

That is working right?

@SaturnusDJ
Copy link
Member

settings

😃

@mayeaux
Copy link
Member Author

mayeaux commented Apr 9, 2016

Hm, that's actually really nice haha ! My only concern is that when we move to widescreen those icons will be spaced out too far. Maybe we stick them all beside eachother on the right hand side, with a logout icon as well, and then some branding in the left corner

@mayeaux
Copy link
Member Author

mayeaux commented Apr 9, 2016

And yes, .updatePreferences is working, @stuwil is sniffing out a lot of the endpoints right now so there will be more added that will be used in this section soon

@stuwil stuwil added this to the 0.1.0 milestone Apr 18, 2016
@stuwil
Copy link
Contributor

stuwil commented Apr 18, 2016

Most of this is in #67, adding to release milestone.

@baskervald
Copy link
Contributor

I added edit bio functionality to the already existing profile page with #157. Planning to add photo uploading when I have the time.

(sorry if this is the wrong issue to discuss this in? It was linked to from Development Priorities with a link titled "Add edit bio functionality")

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

No branches or pull requests

5 participants