rcos / rcos_io

The final RCOS website.
https://new.rcos.io
MIT License
3 stars 3 forks source link

Project lead flows #118

Closed Apexal closed 11 months ago

Apexal commented 1 year ago
flowchart TB
  start["Enroll in semester ✅"]
  enroll["Enroll in owned project ✅"]
  new["Create new project and enroll ✅"]
  pitch["Pitch project ✅"]
  team["Add team members ✅"]

  start --> enroll
  start --> new
  enroll --> team
  enroll --> pitch
  pitch --> team
  new --> pitch
  new --> team