-
Notifications
You must be signed in to change notification settings - Fork 4
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
[AAQ-456] Add tests and final cleanups #154
Conversation
* List content on frontend * Add frontend changes * Update retrieve language * Delete language * Fix conflicts * fix linting * format code and remove extra space above add button * Improve language filter aesthetics and resizing behaviour * Quick cleanup --------- Co-authored-by: amir_emami <[email protected]>
admin_app/package.json
Outdated
@@ -28,4 +28,4 @@ | |||
"prettier-plugin-organize-imports": "^3.2.4", | |||
"typescript": "^5" | |||
} | |||
} | |||
} |
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.
Can you please fix that again on your side please @suzinyou
It's weird that unittests GA didn't run! |
Oh weird. It ran, but on the merge commit, and it's not getting associated with this PR 🤔 |
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.
Works as expected! Did the validation script run?
admin_app/package.json
Outdated
@@ -28,4 +28,4 @@ | |||
"prettier-plugin-organize-imports": "^3.2.4", | |||
"typescript": "^5" | |||
} | |||
} | |||
} |
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.
} | |
} | |
@@ -314,6 +315,7 @@ const CardsGrid = ({ | |||
return apiCalls.deleteContent(content_id, null, token!); | |||
}} | |||
deleteLanguageVersion={handleDeleteLanguageVersion} | |||
setRefreshKey={setRefreshKey} |
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.
What does this do?
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.
It refreshes the content after deleting contents
Co-authored-by: Suzin You <[email protected]>
Reviewer: @suzinyou
Estimate: 1h
Ticket
Fixes: AAQ-456
Description
Goal
The goal of this PR is to update the tests with multilingual support and do the final cleanup/ tests to the frontend to make sure the first changes work seamlessly.
Changes
The following changes have been made on the front end:
The following changes have been made to backend:
How has this been tested?
This has been tested by running test and making sure it is working fine. This is the final feature PR. I suggest testing by making sure everything works as it should. If an issue is noticed we can decide whether to fix right away or raise the ticket depending on how critical it is and how easy it is to fix.
Checklist
Fill with
x
for completed. Delete any lines that are not relevant