# PMBOK 8 Together — your settings
# You do NOT need to edit this file. Click Start: it asks for your ProjectAdm token
# (once) and fills in the rest by itself — your board and, at each step, the list
# IDs. Do not share this file: the token is yours.

PROJECTADM_TOKEN=YOUR_TOKEN_HERE

# Your BOARD on ProjectAdm — the board IS your project. Filled in automatically.
BOARD_ID=0

# The LANGUAGE of the course. It already comes right in the package you downloaded
# (PT on the Portuguese site, EN on the English one) — you do not need to touch it.
# It changes what the scripts write on screen, the prompts they hand to your AI and
# the cards on your board.
#   PT = Portuguese   EN = English
LANGUAGE=EN

# When you open the course, check ONCE A DAY whether a new version is out and ask
# whether you want to update (the update preserves this file — token, board and
# progress). With no internet the check disappears on its own and the menu opens all
# the same. It switches nothing off in the course; put NO here if you would rather
# update only through option 0 of the menu, whenever you choose.
CHECK_UPDATE=YES

# Your project's name. You do NOT have to edit this: process 1 asks and writes it
# for you (and your board takes that name).
PROJECT=WRITE YOUR PROJECT NAME HERE

# THE DEVELOPMENT APPROACH — the variable that builds the rest of your board.
# Don't fill it in by hand: run 01a_escolher_abordagem.py (the HOW of 5W2H).
# It is 5 questions (the factors from the PMBOK Guide, 8th Edition) and it saves
# your choice here.
#   PREDITIVA -> WBS -> Schedule (status lives on the card; no flow lists)
#   AGIL      -> Product Backlog · Sprint Backlog · Increment (Done)
APPROACH=CHOOSE IN PROCESS 1 (run 01a_escolher_abordagem.py)

# THE PROCESS 27 HORIZON — how many days ahead "Direct the execution" looks.
# It lists whatever is already late PLUS whatever falls due within this window, and
# that is the list that goes into each owner's spreadsheet and e-mail. 15 days suits a
# weekly follow-up; use 60 on the first send, so the team sees everything coming.
EXECUTION_HORIZON_DAYS=15

# YOUR COUNTRY — decides which national public holidays go into the Project
# Calendars and into the working-day count of the Resource Calendars.
#   US = United States   BR = Brazil
# Left empty, the package language decides (EN -> US). Local holidays and optional
# days off never come automatically: those are yours to add in the document.
COUNTRY=US
