You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sync the repo to the #online-judge channel in NOI-PH's Discord server (so we get alerted every time someone submits a pull request or something)
Tests
Add tests
Add github actions that run the tests on pull request / push. Preferably we have separate github actions for web-client & web-server so we can limit which tests we run based on the contents of the PR
Developer Experience
Add pre-commit hooks
Add github actions that run linters such as eslint & black and typechecks that get run on pull request / every push
Add a script that runs web-client / web-server. Perhaps with an interface like ./run.sh client & ./run.sh server
Docs
Clean up the readme
Add instructions on how to deploy this to the cloud
Admin stuff
Visibility
Tests
web-client&web-serverso we can limit which tests we run based on the contents of the PRDeveloper Experience
web-client/web-server. Perhaps with an interface like./run.sh client&./run.sh serverDocs