Skip to content

Commit

Permalink
Merge branch 'main' of github.com:fga-eps-mds/2024.1-CALCULUS-DOC int…
Browse files Browse the repository at this point in the history
…o main
  • Loading branch information
fernandes-natanael committed Mar 28, 2024
2 parents d440c8a + f0a4237 commit 577ff58
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 10 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,16 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: actions/setup-python@v5
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v4
- uses: actions/cache@v3
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
- run: mkdocs gh-deploy --force
12 changes: 12 additions & 0 deletions docs/planejamento/quadro_de_disponibilidade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Quadro de Disponibilidade

## Contexto

Com o intuito de entender a disponibilidade de horários dos membros da equipe, foi criado um quadro de disponibilidade. Deste modo, é possível saber em quais horários há maior _quorum_ para reuniões, além de ser possível marcar os pareamentos tendo em vista a disponibilidade dos membros.

<iframe width="1250px" height="450px" frameborder="0"width="1250px" height="550px" frameborder="0" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vTewPT1NIKS2YcGlYLHEOyEGuAgg4RxDZNJtZE5ZhOx-oxU-5tUqC1TfZouFyLWZX5VYRRwvsNcVPFu/pubhtml?widget=true&amp;headers=false"></iframe>

## Histórico de versão
| Data | Versão | Descrição | Autor(es) |
| ---- | ---- | ---- | ---- |
| 26/03/2024 | 1.0 | Criação do Documento | Davi Matheus|
34 changes: 32 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,34 @@
site_name: My Docs
site_name: 2024.1 - CALCULUS

repo_name: '2024.1 - CALCULUS'
repo_url: 'https://github.com/fga-eps-mds/2024.1-CALCULUS-DOC'

theme:
name: material
name: material
palette:
primary: white
accent: black
background: black
text: white
code: white
font:
text: Roboto
code: Inconsolata
font_size:
text: 16px
code: 14px

plugins:
- search

nav:
- Sobre: index.md
- Documentação:
- Planejamento:
- Quadro de disponibilidade: planejamento\quadro_de_disponibilidade.md
- Relatorios:
- Semana 01:
- Review: sprints/sprint0/sprint0_review.md
- Planning: sprints/sprint0/sprint0_planning.md


0 comments on commit 577ff58

Please sign in to comment.