-
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
2769 eliminate ts ignore in admin game setup component #2991
2769 eliminate ts ignore in admin game setup component #2991
Conversation
β¦9_eliminate_ts_ignore_in_AdminGameSetup_Component
β¦9_eliminate_ts_ignore_in_AdminGameSetup_Component
@lilitkarapetyan @IanMayo I see the failed tests then I checkout and check from my side. I can run pass without any issue. So I re-run the job and the tests from deployment are also passed. The failed test before maybe from low connection. |
@@ -155,18 +156,16 @@ export const populateWargameList = () => { | |||
return async (dispatch: WargameDispatch) => { | |||
dispatch(populatingDb(true)) | |||
|
|||
// @ts-ignore | |||
const wargameNames = await wargamesApi.populateWargameList(dispatch) | |||
const wargameNames = await wargamesApi.populateWargameList() | |||
console.warn('now all wargameenams come from server', wargameNames) |
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.
@lilitkarapetyan - we can probably lose the above debug line
Hello @Tristina1788 - this is a code change that should not change the UI functionality. So, everything should work as before - so that's a good sign :-) |
We have these build errors @lilitkarapetyan. I tried the apply the suggested fix, but I don't think it worked:
I'll have to leave it to you, please. |
I will solove it |
Did you run the yarn command ? |
The error comes from the Heroku build, not my local machine. Running |
β¦9_eliminate_ts_ignore_in_AdminGameSetup_Component
β¦https://github.com/serge-web/serge into 2769_eliminate_ts_ignore_in_AdminGameSetup_Component
Hello @lilitkarapetyan - this is done, really. But, how about you try to remove some other |
I Think It's good Idea |
β¦9_eliminate_ts_ignore_in_AdminGameSetup_Component
β¦https://github.com/serge-web/serge into 2769_eliminate_ts_ignore_in_AdminGameSetup_Component
This is good work, thanks @lilitkarapetyan It seems to cover quite a wide area, so it's worth @Tristina1788 doing some wider testing. @lilitkarapetyan - could you please provide a list of areas of Serge that should be re-tested due to changes in this PR? |
Hello , I think you could test keeping the Forces Save section in the admin panel and the Chanel tab in the game. |
@IanMayo @lilitkarapetyan Checking all places and I don't see the difference with before. |
Good, that's what we're hoping to see π€£ . Lilit has done some tidying (refactoring) of the source code for Serge, but the test is that nothing has been broken. So, that's what we're looking for @Tristina1788 . |
Yes, we need it to work like before. |
Yes, I understand that. So It's good to go. |
Fixes #2769
π§° Issue
π Overview:
π Link to preview
π€ Reason:
π¨Work carried out:
π₯οΈ Screenshot
Confirmations
π Developer Notes: