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

#360-enhancement-create-Create-Account-Page #397

Merged
merged 1 commit into from
May 27, 2024

Conversation

JuliaAvramenko
Copy link
Collaborator

Сделала страницу CreateAccountPage c формой, а также сделала адаптацию.
Инпуты Страна и Регион пока не доделаны, так как там, нужно API, я написала по этому вопросу разработчикам backend, они думают над этим.

@JuliaAvramenko JuliaAvramenko self-assigned this May 23, 2024
@JuliaAvramenko JuliaAvramenko added enhancement New feature or request верстка labels May 23, 2024
@JuliaAvramenko JuliaAvramenko linked an issue May 23, 2024 that may be closed by this pull request
Copy link
Collaborator

@aimenin aimenin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

</Button>
</div>
</div>
<CreateAccountForm></CreateAccountForm>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<CreateAccountForm></CreateAccountForm>
<CreateAccountForm />

@@ -0,0 +1,15 @@
export interface ICreateAccountForm {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Эти поля все обязательные на беке?
Если нет, то здесь тоже их нужно сделать необязательными

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Когда буду встраивать API, я проверю, обязательны они или нет

@JuliaAvramenko JuliaAvramenko merged commit 2cbf2af into master May 27, 2024
1 check passed
@JuliaAvramenko JuliaAvramenko deleted the enhancement-360-create-Register-Page branch May 27, 2024 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request верстка
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Страницы регистрации пользователя
2 participants