From 4fb26a68503a48f93ce091b09b9f292bdac9ee49 Mon Sep 17 00:00:00 2001 From: Thais Date: Mon, 18 Nov 2024 17:09:34 +0000 Subject: [PATCH] docs: add structure --- docs/glossary/glossary.md | 0 docs/sprint-outputs/Retro/15112024.md | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 docs/glossary/glossary.md create mode 100644 docs/sprint-outputs/Retro/15112024.md diff --git a/docs/glossary/glossary.md b/docs/glossary/glossary.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/sprint-outputs/Retro/15112024.md b/docs/sprint-outputs/Retro/15112024.md new file mode 100644 index 00000000..32fec274 --- /dev/null +++ b/docs/sprint-outputs/Retro/15112024.md @@ -0,0 +1,26 @@ +# Retro + +| What went well | What went wrong| Any ideas | Action Points | +|---------------|---------------|---------------|---------------| +| Daily meetings, ADR, learning, branch protection | Didnt finish modules => Planning, organization, big picture / roadmap | Focus on planning | Monday Planning (estimations, assign, priorities). ADR software architecture. Backlog. Template PR| + + +## Demo / What's been done + +| Tasks | Status | Note | Do to | +|----------|----------|----------|----------| +| Workflow Build | ✅ | clang with -Weverything | Make it incremental | +| Workflow Tests | ✅ | gtest | Make it incremental | +| Workflow clang-tidy | ✅ | if cpp files changed runs multiple checkers | - | +| Workflow clang-format | ✅ | if cpp files changed runs google style check | - | +| Workflow linters | ✅ | gitlint (commits and PRs), yamllint, buildifier | - | +| Hermetic toolchain | ✅ | qt, clang, gtest | - | +| Workflow coverage | wip | draft with gcov | llvm-cov | +| Workflow MISRA check | ❌ | - | - | +| Workflow sanitizers (ASAN, LSAN, TSAN) and memcheck | ❌ | - | - | +| Build car | ❌ | - | - | + + +## Other + +[Backlog](https://github.com/orgs/SEAME-pt/projects/1/views/1) \ No newline at end of file