Skip to content

Project board

amalija-ramljak edited this page Nov 24, 2021 · 2 revisions

Details about the project board(s)

Current boards

personal-blog version 1

Every task and feature and bugfix needed to get the blog to the bare deployable minimum.

Board usage

Creating card

New card are created in several ways

  • create an issue per short guide on the Issues page, preferably not a nice-to-have idea

    • card is created automatically in To do column
    • card can be moved to Ideas instead if they're nice-to-have ideas
  • create a card in the To do column

    • something that is definitely going to have to be implemented, crucial features
    • after creating card, create an issue from it from its options menu
  • create a card in the Ideas column

    • wanted, nice-to-have features
    • not yet decided on features, to be discussed

Moving through columns

Almost everything should be automated by GitHub's trigger templates. Columns:

  • Intro

    • to not yet dismiss the intro card due to being new to projects
  • Ideas

    • something that was not yet decided on, but is a feature idea
    • generally nice-to-have features, not crucial for core functionality
  • To do

    • tasks without issues
    • tasks with unassigned issues
    • tasks with assigned issues that aren't yet in development
    • can start off as Ideas
    • can be created directly as core functionality improvements or fixed
  • In progress

    • tasks in development, hopefully assigned
    • can be moved by hand when creating branch
    • should be automatically moved with PRs linked to issue linked to card? Has to be tested
      • supports creating WIP PRs, which is concerning to AR
  • Review in progress

    • automation when reviewer requests changes
    • or perhaps when a reviewer is assigned and hasn't yet approved? Test
  • Reviewer approved

    • when approval minimum is reached
  • Done

    • issue is closed, PR is merged
    • task is done without issues

Home

Organisation
Development
Clone this wiki locally