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

migrating to Typescript #77

Merged
merged 1 commit into from
Sep 19, 2021
Merged

migrating to Typescript #77

merged 1 commit into from
Sep 19, 2021

Conversation

asere
Copy link
Collaborator

@asere asere commented Jul 22, 2021

This PR will be the first step to migrate into the core language (actually JavaScript) into TypeScript, as mentionned in issue #66.
The goal of this PR is to just being able to run ts-node in developer environment, the code still need to be cleaned though (which will be done during the next steps).

Here is the tests I have done and work

  • Creating a new user
  • Deleting an user (from itself or from an admin)
  • Creating a new server
  • Managing a server (adding an archive exercises.zip, creating groups)
  • Launching a Learn-OCaml instance server
  • Checking if the instance actually work
  • Deleting a server

These tests will be done from an user and from an admin:

  • Changing a password
  • Disable / activate an user
  • Authorize an user
  • Stopping a server
  • Downloading a server
  • Generate and retrieving a teacher token

I will update the list of tests if I have missed some.

@asere asere changed the base branch from develop to master July 24, 2021 11:42
@asere asere linked an issue Jul 25, 2021 that may be closed by this pull request
13 tasks
@beobillly
Copy link
Collaborator

beobillly commented Jul 28, 2021

Can you add for the tests :

Changing a password
Disable / activate an user
Authorize an user
Stopping a server
Downloading a server
Generate and retrieving a teacher token

All the tests must also be done for an admin user.

@asere
Copy link
Collaborator Author

asere commented Jul 29, 2021

Can you add for the tests :

Changing a password
Disable / activate an user
Authorize an user
Stopping a server
Downloading a server
Generate and retrieving a teacher token

All the tests must also be done for an admin user.

List is updated

@asere asere changed the title migrating to Typescript Draft: migrating to Typescript Aug 28, 2021
@asere asere marked this pull request as draft August 28, 2021 09:22
@asere asere changed the title Draft: migrating to Typescript migrating to Typescript Aug 28, 2021
@asere asere marked this pull request as ready for review September 19, 2021 19:51
@asere asere merged commit 616aeb8 into master Sep 19, 2021
@asere asere deleted the backend_typescript branch November 1, 2021 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactoring the Backend & changing language to Typescript
2 participants