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

Метод /user/update API #3

Open
lup- opened this issue Aug 2, 2018 · 0 comments
Open

Метод /user/update API #3

lup- opened this issue Aug 2, 2018 · 0 comments
Assignees

Comments

@lup-
Copy link
Member

lup- commented Aug 2, 2018

Данные отправляются методом POST, после чего свойства пользователя должны обновится как в базе данных, так и в очереди на встречи. Должны приниматься все поля пользователя:

  • uuid - универсальный код пользователя,
  • name - полное имя пользователя,
  • email - адрес электронной почты,
  • birthday - дата рождения,
  • sex - пол ['male', 'female'],
  • status - статус ['search', 'married', 'complicated'] (В поиске, В браке, Все сложно)
  • aim - цель ['couple', 'chat'] (Найти пару, Поболтать),
  • education - образование ['base', 'middle', 'high'],
  • phone - телефон,
  • about - о себе,
  • needSex - предпочитаемый пол партнера ['male', 'female'],
  • needStatus - предпочитаемый статус партнера ['search', 'married', 'complicated'],
  • needAim - предпочитаемая цель партнера ['couple', 'chat'],
  • needEducation - предпочитаемый уровень образования партнера ['base', 'middle', 'high']
@lup- lup- self-assigned this Aug 10, 2018
lup- pushed a commit that referenced this issue Aug 10, 2018
#9 - метод /user/info
- тесты (подключил sqlite-базу в памяти для прогона тестов)
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

1 participant