ita-social-projects / Home

Home - is an all-in-one social service that will cover all aspects of your communication with your home and neighbors.
http://www.home-project-engineering.tech/api/0/apidocs/index.html
MIT License
26 stars 30 forks source link

Registration link in the invitation is still pointing to Swagger #463

Closed MrScors closed 2 years ago

MrScors commented 2 years ago

Actual: While creating new cooperation the registration link is pointing to Swagger Expected: While creating new cooperation the registration link should lead to UI as was described at #444 ticket

MrScors commented 2 years ago

@vladyslavyarets please look into this issue and add appropriate assignee

vladyslavyarets commented 2 years ago

This works only for links for new user registration. That's what UI team asked about. For existed user which wants to create another one cooperation there's was out of scope. They gives as only one link which was uploaded.

vladyslavyarets commented 2 years ago

Hey team! Please add your planning poker estimate with ZenHub @gendalf-fx @paulspam @ystoikov @EkaterinaYatsyna

vladyslavyarets commented 2 years ago

Add generated link e.g. https://home-project-ui.herokuapp.com/register-cooperation?email=mailbox@example.com&token=f8e20775-da55-11eb-a58d-775374b8f3a1

Refactor and reuse existing method getRegistrationLink() form BaseEmailService for this

vladyslavyarets commented 2 years ago

Done