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

Migrate 'components/post_view/post_list_virtualized' and associated tests to TypeScript #17289

Closed
mattermod opened this issue Mar 26, 2021 · 4 comments · Fixed by mattermost/mattermost-webapp#10426
Assignees
Labels

Comments

@mattermod
Copy link
Contributor

We are starting to migrate the mattermost-webapp over to TypeScript to facilitate better code quality. This Help Wanted issue is to modify components/post*view/post_list*virtualized and associated test files.

Below is a checklist of items you should be doing to migrate:

  • < ] Rename the files to their associated TypeScript extensions (ie. js to ts, jsx to tsx)
  • Update any components using those to the correct imports
  • [ > Fix any errors generated by the TypeScript compiler. You can run make check-types to display any errors.

We are aiming to be as strict as possible for the time being, but if you run into any issues where the file cannot be successfully migrated without significant change in other libraries, or our tsconfig.json, please feel free to raise them as we are aiming to keep this process smooth and gradual, while enforcing as much as we can.

Some examples of already migrated files can be found here:

  1. https://github.com/mattermost/mattermost-webapp/pull/4230

If you're interested please comment here and come join our "Contributors" community channel on our daily build server, where you can discuss questions with community members and the Mattermost core team. For technical advice or questions, please join our "Developers" community channel.

New contributors please see our Developer's Guide.

JIRA: https://mattermost.atlassian.net/browse/MM-34366

@naftalimurgor
Copy link

Hello, I am interested.

@naftalimurgor
Copy link

Hello,
I'm working on the migration

@ArcaneDiver
Copy link

Hi i would like to work on this!

@sinansonmez
Copy link
Collaborator

@amyblais could you please assign this to me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants