Summary

Codebase is hosted on Gitlab. The project development is set up with docker. However, client development is only required by Node16.


Code Introduction
Tuesday, 30 January 2024, 10:30 AM (AEDT)
Yashwanth Nagaraju

Codebase

Commands

Start all three services

docker-compose -f docker-compose-dev.yml up --build

When you download and import a new package, run before the command in step 2

docker-compose -f docker-compose-dev.yml down

Tasks overview and important notes

Bugs Scope

  • Grading bugs, Implementation bugs: G-level exercises
  • UI/Code bugs: All levels

See Sheet: Python Exercises

Notes

Working Node version: 16

Branching Strategy

  • style/description
  • feat/feature-description
  • fix/bug-description
  • release/description
  • generic/description

Commit Rules

  • feat: new feature description
  • style: update styles
  • fix: fixed a bug
  • refactor: existing code refactored
  • chore: for everything else

Meeting Availabilities

  • Wednesday
  • Saturday
  • Sunday