Skip to content

0.117.0

Compare
Choose a tag to compare
@hmrc-web-operations hmrc-web-operations released this 07 Jan 11:40
· 1 commit to main since this release
fe35984

Release : customs-financials-documents-frontend 0.117.0

Last commit sha : fe35984
Last commit author : Vineet Tyagi
Last commit time : 2025-01-07T11:32:53Z

[MMCA-4810] - Move the complex logic written in the view to view model (#109)

  • [MMCA-4810] Rename VatViewModel and add test class

  • [MMCA-4810] Add assertions and update the view model

  • [MMCA-4810] Update tests and viewmodel

  • [MMCA-4810] Add new viewmodel field named currentStatementsNotAvailableGuidance and update tests

  • [MMCA-4810] Updates VATController test and ImportVatViewModel

  • [MMCA-4810] update ImportVatViewModel with implementation

  • [MMCA-4810] update tests with new viewmodels' instances

  • [MMCA-4810] Refactoring

  • [MMCA-4810] Add current statement view and viewmodels

  • [MMCA-4810] Add ImportVatCurrentStatementRowsViewModel and tests

  • [MMCA-4810] Refactoring

  • [MMCA-4810] Add test data for the test

  • [MMCA-4810] Refactoring

  • [MMCA-4810] Refactoring

  • [MMCA-4810] Remove ImportVatCurrentStatementRowsViewModel and related code. Moved to ImportVatViewModel

  • [MMCA-4810] Update dl component member to String

  • [MMCA-4810] Update dl component to display the multiple classes correctly

  • [MMCA-4810] Refactoring, remove unused imports and parameters

  • [MMCA-4810] Refactoring, renaming the val and adding one more assertion

  • [MMCA-4810] Refactoring, remove the redundant parameter from the view and create a method to retrieve the historicUrl

  • [MMCA-4810] Incorporate review comments

  • [MMCA-4810] Incorporate review comments, move the common models to new CommonModels file

  • [MMCA-4810] Incorporate review comments, move GuidanceRow model to common models