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

BugFix #2435 #2437 #2438 #30

Merged
merged 1 commit into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 16 additions & 4 deletions backend/public/api-docs/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,15 @@ components:
type: string
prop_link_order:
type: integer
ProposalProposalWithdrawalsComponent:
type: object
properties:
id:
type: number
prop_receiving_address:
type: string
prop_amountm:
type: number
ProposalCategoryRequest:
type: object
required:
Expand Down Expand Up @@ -697,6 +706,10 @@ components:
type: array
items:
$ref: '#/components/schemas/ProposalProposalLinkComponent'
proposal_withdrawals:
type: array
items:
$ref: '#/components/schemas/ProposalProposalWithdrawalsComponent'
ProposalContentListResponseDataItem:
type: object
properties:
Expand Down Expand Up @@ -746,10 +759,6 @@ components:
type: string
prop_rationale:
type: string
prop_receiving_address:
type: string
prop_amount:
type: number
prop_submitted:
type: boolean
prop_submission_tx_hash:
Expand All @@ -762,6 +771,9 @@ components:
type: array
items:
$ref: '#/components/schemas/ProposalProposalLinkComponent'
proposal_withdrawals:
type: array
items: '#/components/schemas/ProposalProposalWithdrawalComponent'
createdAt:
type: string
format: date-time
Expand Down
42 changes: 25 additions & 17 deletions pdf-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
As a minor extension, we also keep a semantic version for the `UNRELEASED`
changes.

## [tag-xxxx](https://github.com/IntersectMBO/govtool-proposal-pillar/releases/tag/xxxx) 2024-xx-xx

### Added

-

### Fixed

-

### Changed

-

### Removed

-
## [v0.5.1](https://www.npmjs.com/package/@intersect.mbo/pdf-ui/v/0.5.1) 2024-11-29

### Added -
### Fixed -
- Added validation for Receiving Stake Address and Amount on creating Treasury Proposal [Issue #2435](https://github.com/IntersectMBO/govtool/issues/2435)
- Fixed test id to match suggested format [Issue #2437](https://github.com/IntersectMBO/govtool/issues/2437)
- Fixed review Stake Addresses and Amounts in Treasury Proposal Review Step and Draft [Issue #2438](https://github.com/IntersectMBO/govtool/issues/2438)
- Fixed edit Stake Addresses and Amounts in Treasury Proposal Review edit form
### Changed -
### Removed -

## [v0.5.0](https://www.npmjs.com/package/@intersect.mbo/pdf-ui/v/0.5.1) 2024-11-26

### Added -
### Fixed -
### Changed
- Allows withdrawal of Ada funds from the Cardano treasury to one or many reward accounts (reward/stake addresses) [Issue #2378](https://github.com/IntersectMBO/govtool/issues/2378)
### Removed -

## [tag-xxxx](https://www.npmjs.com/package/@intersect.mbo/pdf-ui/v/xxxx) 202x-xx-xx

### Added -
### Fixed -
### Changed -
### Removed -
Loading