3.5 KiB
| title | weight | description | linkTitle |
|---|---|---|---|
| Team and Work Structure | 50 | The way we work and produce runnable, presentable software | Team-Process |
Rationale
This document describes a proposal to set up a team work structure to primarily get the POC successfully delivered. In the latter we will adjust and refine the process to fit for the MVP.
General working context
We are a team and create in an agile manner output to fulfill a project goal. The backlog holds the specification by which we imperatively manufacture by use of tasks.
POC and MVP working context
Today is mid november 2024 and we need to package our project results created since july 2024 to deliver the POC product.
Think of the agenda's goal like this: Imagine Ralf the big sponsor passes by and sees 'edge Developer Framework' somewhere on your screen. Then he asks: 'Hey cool, you are one of these famous platform guys?! I always wanted to get a demo how this framework looks like!'
What are you going to show him?
Team and Work Structure (POC first, MVP later)
In the following we will look at the work structure proposal, primarily for the POC, but reusable for any other release or the MVP
Consolidated POC (or any release later)
Responsibilities to reliably specify the deliverables
Todos
- a
- b
- c
Process (General): from deliverables to output (POC first, MVP later)
Output Structure POC
Work Structure Guidelines (POC first, MVP later)
Structure
- each task and/or user story has at least a branch in an existing repo or a new, dedicated task repo
recommended: multi-repo over monorepo
- each repo has a main and development branch. development is the intgeration line
- pull requests are used to merge work outputs to the integration line
- optional (my be too cumbersome): each PR should be reflected as comment in jira
Workflow
git init--> always create as fast as possible a new repo- commit early and oftenly
- comment on tickets
Definition of Done
- Jira: there is a final comment summarizimg the outcome (in a bit more verbose from than just the 'resolution' of the ticket) and the main outputs. This may typically be a link to the commit and/or pull request of the final repo state
- repo: there is a README.md in the root of the repo. It summarizes in a typical Gihub-manner how to use the repo, so that it does what it is intended to do and reveals all the bells and whistles of the repo to the consumer. If the README doesn't lead to the usable and recognizable added value the work is not done!
Review
- Before a ticket gets finished (not defined yet which jira-state this is) there must be a review by a second team member
- the reviewing person may review whatever they want, but must at least check the README
Out of scope (for now)
The following topics are optional and do not need an agreement at the moment:
- Commit message syntax
Recommendation: at least 'WiP' would be good if the state is experimental
- branch permissions
- branch clean up policies
- squashing when merging into the integration line
- CI
- Tech blogs / gists
- Changelogs
Integration of Jira with Forgejo (compare to https://github.com/atlassian/github-for-jira)
- Jira -> Forgejo: Create Branch
- Forgejo -> Jira:
- commit
- PR






