-
Notifications
You must be signed in to change notification settings - Fork 14
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
#3910 - Show application edit history ministry view #4213
#3910 - Show application edit history ministry view #4213
Conversation
...s/packages/backend/apps/api/src/route-controllers/application/application.aest.controller.ts
Outdated
Show resolved
Hide resolved
...s/packages/backend/apps/api/src/route-controllers/application/application.aest.controller.ts
Outdated
Show resolved
Hide resolved
...s/packages/backend/apps/api/src/route-controllers/application/application.aest.controller.ts
Show resolved
Hide resolved
...s/packages/backend/apps/api/src/route-controllers/application/application.aest.controller.ts
Outdated
Show resolved
Hide resolved
sources/packages/backend/apps/api/src/route-controllers/application/models/application.dto.ts
Outdated
Show resolved
Hide resolved
...s/packages/backend/apps/api/src/route-controllers/application/application.aest.controller.ts
Show resolved
Hide resolved
sources/packages/backend/apps/api/src/services/application/application.service.ts
Outdated
Show resolved
Hide resolved
sources/packages/backend/apps/api/src/services/application/application.service.ts
Outdated
Show resolved
Hide resolved
sources/packages/backend/apps/api/src/services/application/application.service.ts
Outdated
Show resolved
Hide resolved
sources/packages/web/src/components/layouts/aest/AESTApplicationSideBar.vue
Outdated
Show resolved
Hide resolved
sources/packages/web/src/components/layouts/aest/AESTApplicationSideBar.vue
Outdated
Show resolved
Hide resolved
sources/packages/web/src/components/layouts/aest/AESTApplicationSideBar.vue
Outdated
Show resolved
Hide resolved
sources/packages/web/src/components/layouts/aest/AESTApplicationSideBar.vue
Outdated
Show resolved
Hide resolved
*/ | ||
async getApplicationVersionHistory( | ||
applicationId: number, | ||
): Promise<ApplicationVersionAPIOutDTO[]> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please take care of DTO as per previous discussions in service and API.
sources/packages/backend/apps/api/src/services/application/application.service.ts
Outdated
Show resolved
Hide resolved
sources/packages/backend/apps/api/src/services/application/application.service.ts
Show resolved
Hide resolved
...s/packages/backend/apps/api/src/route-controllers/application/application.aest.controller.ts
Outdated
Show resolved
Hide resolved
...s/packages/backend/apps/api/src/route-controllers/application/application.aest.controller.ts
Outdated
Show resolved
Hide resolved
<v-list-item v-bind="props" :title="application.title"></v-list-item> | ||
</template> | ||
<v-list-item | ||
v-for="child in application.children" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
path: AppRoutes.ApplicationVersionDetail, | ||
name: AESTRoutesConst.APPLICATION_VERSION_DETAILS, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing the testing, finding the issue and the fix. 👍
path: AppRoutes.ApplicationVersionDetail, | ||
name: AESTRoutesConst.APPLICATION_VERSION_DETAILS, | ||
props: true, | ||
component: StudentApplicationView, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing the changes. Almost there added few more comments. |
@@ -45,6 +45,10 @@ export default defineComponent({ | |||
type: Number, | |||
required: true, | |||
}, | |||
versionApplicationId: { | |||
type: Number, | |||
required: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad. In the screenshot I shared, I kept the required: true by mistake , but the required must be false.
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing the changes. Great work. 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @lewischen-aot 👍
Screenshot of the historical application items