Skip to main content

Project Management in GitHub

  1. More use of GitHub projects. This is GitHub's equivalent of JIRA
  2. Each project has a separate project, which can be seen over HERE.
  3. Inside each project, you would see a JIRA like board
  4. You can add items, into any category.
  5. Central idea behind GitHub projects is explained over HERE
  6. You would add your daily tasks into specific projects and assign them to their respective repositories.
  7. By doing so, the update in the people site would become very succinct.
  8. People site would mostly be used for timesheets.
caution

Follow the next steps only if your personal updates are organized by months in the people site OR

If you wish to organize your updates by months in 2023.

Reorganization (people-site) (if your notes are organized by months)

  1. Create a new 2022 folder inside your folder.
  2. Move all your months folders (created in 2022), inside 2022
  3. Create a new 2023 folder at the same level as 2022
  4. Create a January folder inside 2023.
  5. The resulting folder structure after the reorganization should look something like this.
people # Root directory of your site
└── Deven
└── 2022
└── October
└── November
└── December
└── 2023
└── Janurary
...
...
...