Skip to content
  • Frédéric Caplette's avatar
    Move `~/jobs` to `~/ci/*` · c2fac9a1
    Frédéric Caplette authored and Payton Burdette's avatar Payton Burdette committed
    We move the jobs directory under the ci
    one to ease maintenance and conglomerate
    all related CI code-base. We also divide
    this "catchall" dir into 2 main new ones:
    
    - `~/ci/job_details` -> represents jobs/:id
    - `~ci/jobs_table` -> represents jobs/
    
    This way we can separate concerns from each page
    in its own directory.
    c2fac9a1