Project Tasks
To Do
In Progress
Done
Submit the Team Information and Project to Blackboard
Prepare System Architecture Overview and Process Flow
Start Coding Bare Bones for CLI
Set Up GitHub
GitHub Workflow
Phase 1: Initial Setup
1. Clone: git clone https://github.com/Dom-Lead/UniTicket.git
Phase 2: Daily Workflow
1. Pull: git pull origin main
2. Branch: git checkout -b feature/my-task
3. Commit & Push