Skip to content

Instantly share code, notes, and snippets.

start of iteration: 140 open issues

February 21st 2023

  • Total: 117 open issues
  • dev issues: 87
  • opened during iteration: 12
  • label added during iteration: 19
  • total closed during iteration: 60
  • pre-existing closed during iteration: 29

Overview

As we change our mindsets to align with Agile principles, we have discovered that our tooling needs to change as well. We need tooling that helps us focus on our goals, collaborate freely, and scale with the organization. This tooling will help team members grasp the big picture of PhET, and how that applies to our day-to-day operations.

History

There has been a history of searching for project management tooling in the past with mixed results. This current exploration will take those experiences as lessons learned, and apply them moving forward.

Zenhub was put through a trial period to create unity between github and project management software. This tool did not work for us for a few reasons:

  • Existing workflows in github were made clunky and inefficient
  • Roadmap visualization was not ideal
  • Our repository structure made syncing issues slow, and created a lot of lag in both applications
@marlitas
marlitas / intermediate_sql.md
Created August 14, 2021 17:56 — forked from case-eee/intermediate_sql.md
Intermediate SQL

Intermediate SQL Workshop

  • Run psql
  • You may need to run CREATE DATABASE intermediate_sql;
  • To exit this shell, you can run CTRL d

Create tables

Let's create some tables in the database.

Checklist/Rubric

To make a copy of this rubric:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of the document.
  2. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

Part I: Creating Directories and Files; Initializing Git and Pushing to GitHub

  • I named my directories correctly.