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

Target Date Field added to withdrawals forms. #1611

Merged
merged 5 commits into from
Oct 3, 2023

Conversation

hiapetrov
Copy link
Contributor

-Field added in both createForm.tsx and editForm.tsx. -Added targetDate in gql/withdrawals.d.ts types.
-Created SelectDate.tsx file for the custom element.

Closes #1558 Withdrawal: New field

Motivation and context

Screenshots:

image

Before After
Paste screenshot Paste screenshot

Testing

Steps to test

Affected urls

Environment

New environment variables:

  • NEW_ENV_VAR: env var details

New or updated dependencies:

Dependency name Previous version Updated version Details
dependency/name v1.0.0 v2.0.0

-Field added in both createForm.tsx and editForm.tsx.
-Added targetDate in gql/withdrawals.d.ts types.
-Created SelectDate.tsx file for the custom element.
@github-actions
Copy link

github-actions bot commented Oct 1, 2023

✅ Tests will run for this PR. Once they succeed it can be merged.

@igoychev igoychev added the run tests Allows running the tests workflows for forked repos label Oct 2, 2023
@github-actions github-actions bot removed the run tests Allows running the tests workflows for forked repos label Oct 2, 2023
Eddited targetDate in withdrawals.d.ts to required

Eddited targetDate in transfer.d.ts to required

Fixed validationSchema in ../withdrawals/CreateForm.tsx and EditForm.tsx
- validation permits usage of previous date now

Fixed validationSchema in ../transfers/CreateForm.tsx and EditForm.tsx
- validation permits usage of previous date now
-minor issues fixed- forgotten save of EditForm.tsx
@igoychev igoychev added the run tests Allows running the tests workflows for forked repos label Oct 3, 2023
@github-actions github-actions bot removed the run tests Allows running the tests workflows for forked repos label Oct 3, 2023
@ani-kalpachka
Copy link
Member

ani-kalpachka commented Oct 3, 2023

Good update, hiapetrov !
Are the changes in .yarn/releases/yarn-3.6.2.cjs necessary?

looks like not needed for this branch
Copy link
Contributor

@igoychev igoychev left a comment

Choose a reason for hiding this comment

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

all good - thanks for your first contribution!

@igoychev igoychev added the run tests Allows running the tests workflows for forked repos label Oct 3, 2023
@github-actions github-actions bot removed the run tests Allows running the tests workflows for forked repos label Oct 3, 2023
@igoychev igoychev merged commit 7b62c35 into podkrepi-bg:master Oct 3, 2023
11 of 12 checks passed
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

Successfully merging this pull request may close these issues.

Withdrawal: New field
3 participants