Migrate "components/integrations/abstract_oauth_app.jsx" to Typescript
We are plan to migrate the mattermost-webapp over to TypeScript to facilitate better code quality. This Help Wanted issue is to modify the above mentioned file and associate test files (if the file exists).
Below is a checklist of items you should be doing to migrate:
- Rename the files to their associated TypeScript extensions (ie.
jstots,jsxtotsx). - Add relevant types in the component(s) code.
- Update any components using those to the correct imports.
- Fix any errors generated by the TypeScript compiler. You can run
rpm run check-typesto 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:
- https://github.com/mattermost/mattermost-webapp/pull/10826
- https://github.com/mattermost/mattermost-webapp/pull/10931
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-47094
I would like to work on this
I want to take a go at this if it is still open.
@rtokala14 please go for it
This is open to work on
@M-ZubairAhmed , picking this up
hey guys, will send the PR by this weekend
So sorry, was occupied, sending the PR in a couple of days
Can i get assigned to this for Hacktoberfest
Appologies this is already currently being worked on by @saideepesh000