Compare commits

..

30 commits

Author SHA1 Message Date
1f71504de7 new path to point the report to 2025-07-30 17:46:58 +02:00
07f2f9471d 2025-07-22 developer sync 2025-07-22 11:27:13 +02:00
fa2900a0e0
transparent PNGs 2025-07-16 16:03:26 +02:00
9c0606b9a5
add png versions 2025-07-16 15:56:49 +02:00
27d621de66 Merge pull request 'describe CI/CD' (#34) from architecture-ci into main
Reviewed-on: #34
Reviewed-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2025-07-11 09:36:12 +02:00
6b6984ef02
describe CI/CD
see D2.6
2025-07-10 17:20:10 +02:00
e5e608f2c9
in-source architecture images 2025-07-10 17:20:01 +02:00
2b8507ae78
add nix shell with needed packages 2025-07-10 17:19:24 +02:00
798522c747 add REST API outline as discussed 2025-07-10 00:18:31 +02:00
3d55b459c2
add architecture document 2025-07-09 15:41:51 +02:00
82a86f4515 add configuration-to-deployment dataflow diagram
side note: the pile of documents in this directory would benefit from some cleanup,
because it tends to get confusing to navigate it. e.g. we can render images programmatically
from the source rather than checking them in.

currently we're conflating or inconsistently separating two document types:
- meeting notes and design decisions (capturing point-in-time discussion that is append-only)
- technical specification such as architecture diagrams (which change over time to reflect current understanding)

we'll keep piling up for now, but ultimately if we need to do onboarding or hand-over
to new developers or contributors, this should be sorted out.
2025-07-08 12:57:26 +02:00
343f77ef61 2025-07-08 weekly planning 2025-07-08 11:04:18 +02:00
5394b0253f 2025-07-03 data model review 2025-07-03 13:19:44 +02:00
247325db93 2025-07-01 developer sync 2025-07-01 11:29:19 +02:00
7cb91acb3a
fix \n 2025-06-25 17:50:22 +02:00
baf21e1603
add nixos frontend to simple architecture diagram 2025-06-25 17:29:14 +02:00
08bb73aabb
make migration interaction diagram use a legend similar to the fediversity interactions diagram 2025-06-24 16:27:39 +02:00
2c12fc677c
add interactions diagram 2025-06-24 15:40:16 +02:00
6514843244 Merge pull request 'initial gantt chart for proposal rewrite' (#33) from proposal-gantt into main
Reviewed-on: #33
2025-06-12 17:23:37 +02:00
937d572955
adjust completion 2025-06-12 13:54:50 +02:00
df8036c950
simplify gantt to implementation, outreach, produce sample applications 2025-06-12 13:43:52 +02:00
2ff8f15133
un-grey UX 2025-06-12 13:15:25 +02:00
2eb7b855b6 2025-06-12 developer sync 2025-06-11 18:14:14 +02:00
995dea81a9
out-scope application support 2025-06-06 17:08:38 +02:00
b3c60220de
reduce diff - note that completions should be rechecked 2025-06-06 16:38:12 +02:00
7d68f6fef8 add data model for the reference front-end (#31)
follows up from #31 to offer a data model focused on formalize to the point of incorporating any data attribute types to be stored in the `panel` db.

data model [requirements](https://git.fediversity.eu/Fediversity/meta/src/branch/main/architecture-docs/data-model-requirements.md):

- [x] specifying [entity relations](https://mermaid.js.org/syntax/entityRelationshipDiagram.html#relationship-syntax) e.g. many-to-many
- [x] migrating both deployed and staged configurations
- [x] deploying of applications using the same versions
- [x] retaining relevant application state
- handling of application-specific migration logic, such as to rewrite URLs as needed - note this requirement does not affect the model here, in the sense it is handled through code rather than through the database

closes Fediversity/Fediversity#103.

Reviewed-on: #31
Reviewed-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Co-authored-by: cinereal <cinereal@riseup.net>
Co-committed-by: cinereal <cinereal@riseup.net>
2025-06-06 11:05:27 +02:00
f6a06a1f78
add security audit 2025-06-05 11:57:37 +02:00
5791174a7e
add interdependencies 2025-06-05 11:16:23 +02:00
80bc7e33e3
initial gantt chart for proposal rewrite 2025-06-05 10:38:35 +02:00
ebaf20d558
in interactions rename developers to maintainers
follows
8764276d39
2025-06-04 22:53:18 +02:00
25 changed files with 473 additions and 44 deletions

View file

@ -1,4 +1,4 @@
// usage: nix-shell -p graphviz --command dot -T png -o architecture.png architecture.dot
// usage: nix-shell -p graphviz --command 'dot -T png -o architecture.png architecture.dot'
digraph FediversityArchitecture {
graph[fontname="Liberation Sans"];
@ -7,11 +7,13 @@ digraph FediversityArchitecture {
subgraph cluster_frontends {
label="front-ends";
nix[label="NixOS module"];
tofu[label="OpenTofu CLI"];
panel[label="FediPanel"];
protagio[label="NixPanel"];
}
nix -> core;
tofu -> core;
panel -> core;
protagio -> core;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View file

@ -0,0 +1,176 @@
# Fediversity Implementation and planning
## Actors
- Maintainers
The group developing and maintaining this project.
We are creating the deployment workflows and service configurations, and curate changes proposed by contributors.
- Developers
People with the technical background to engage with our work, and may contribute back, build on top of, remix, or feel inspired by our work to create something better.
- Hosting provider
They provide and maintain the physical infrastructure, and run the software in this repository, through which operators interact with their deployments.
Hosting providers are technical administrators for these deployments, ensuring availability and appropriate performance.
We target small- to medium-scale hosting providers with 20+ physical machines.
- Operator
They select the applications they want to run.
They don't need to own hardware or deal with operations.
Operators administer their applications in a non-technical fashion, e.g. as moderators.
They pay the hosting provider for registering a domain name, maintaining physical resources, and monitoring deployments.
- User
They are individuals using applications run by the operators, and e.g. post content.
## Glossary
- [Fediverse](https://en.wikipedia.org/wiki/Fediverse)
A collection of social networking applications that can communicate with each other using a common protocol.
- Application
User-facing software (e.g. from Fediverse) configured by operators and used by users.
- Configuration
A collection of settings for a piece of software.
> Example: Configurations are deployed to VMs.
- Provision
Make a resource, such as a virtual machine, available for use.
- Deploy
Put software onto computers.
The software includes technical configuration that links software components.
- Migrate
Move service configurations and deployments (including user data) from one hosting provider to another.
- Run-time backend
A type of digital environment one can run operating systems such as NixOS on, e.g. bare-metal, a hypervisor, or a container run-time.
- Provider
An interface against which we deploy to a run-time backend.
- Provider configuration
A configuration that specifies resources made available to deploy to and how to access these.
- Resource
A resource is any external entity that we need for our set-up
This may include e.g. hypervisors, file systems, DNS entries, VMs or object storage instances.
## Technologies used
This is an incomplete and evolving list of core components planned to be used in this project.
It will grow to support more advanced use cases as the framework matures.
### Nix and [NixOS](https://nixos.org/)
NixOS is a Linux distribution with a [vibrant](https://repology.org/repositories/graphs), [reproducible](https://reproducible.nixos.org/) and [security-conscious](https://tracker.security.nixos.org/) ecosystem.
As such, we see NixOS as the only viable way to reliably create a reproducible outcome for all the work we create.
Considered alternatives include:
- containers: do not by themselves offer the needed reproducibility
### [Proxmox](https://proxmox.com/)
Proxmox is a hypervisor, allowing us to create VMs for our applications while adhering to our goal of preventing lock-in.
In addition, it has been [packaged for Nix](https://github.com/SaumonNet/proxmox-nixos) as well, simplifying our requirements to users setting up our software.
Considered alternatives include:
- OpenNebula: seemed less mature
### [Garage](https://garagehq.deuxfleurs.fr/)
Garage is a distributed object storage service.
For compatibility with existing clients, it reuses the protocol of Amazon S3.
Considered alternatives include:
- file storage: less centralized for backups
## Architecture
At the core of Fediversity lies a NixOS configuration module for a set of selected applications.
- We will enable using it with **different run-time environments**, such as a single NixOS machine or a ProxmoX hypervisor.
- Depending on the targeted run-time environment, deployment may involve [NixOps4](https://nixops.dev) or [OpenTofu](https://opentofu.org/) as an **orchestrator**.
- We further provide demo front-end for **configuring applications** and configuring **run-time backends**.
To ensure reproducibility, all software will be packaged with Nix.
To reach our goals, we aim to implement the following interactions.
The used legend is as follows:
- Circle: [actor](#actors)
- Angled box: type
- Rectangle: value
- Rounded box: function
- Diamond: state
- Arrow: points towards dependant
For further info on components see the [glossary](#glossary).
<!-- ![](./interactions-migration.svg) -->
![](./interactions-migration.png)
### Configuration data flow
This data flow diagram refines how a deployment is obtained from an operator's application configuration and a hosting provider's runtime setup.
An **application module** specifies operator-facing **application options**, and a **configuration mapping** which determines the application's underlying implementation. Application modules can be supplied by external developers, which would curate application modules against that interface.
For its runtime setup, a hosting provider has to supply a **resource mapping** that would take their self-declared **provider configuration** (which determines the *available* resources) and the output of an application's resource mapping (which determine resource *requirements*) and produce a **configuration**. This configuration ships with a mechanism to be *deployed* to the infrastructure (which is described by the environment, and features the required resources), where it will accumulate **application state**.
Applications and runtime environments thus interface through **resources**, the properties of which are curated by Fediversity maintainers.
<!-- ![](./interactions-fediversity.svg) -->
![](./interactions-fediversity.png)
### Service portability
The process of migrating one's applications to a different host encompasses:
1. Domain registration: involves a (manual) update of DNS records at the registrar
1. Deploy applications: using the reproducible configuration module
1. Copy application data:
- Run back-up/restore scripts
- Run application-specific migration scripts, to e.g. reconfigure connections/URLs
### Data model
Whereas the bulk of our configuration logic is covered in the configuration schema, [implemented here](https://git.fediversity.eu/Fediversity/Fediversity/src/branch/main/deployment/data-model.nix) and [tested here](https://git.fediversity.eu/Fediversity/Fediversity/src/branch/main/deployment/data-model-test.nix), our reference front-end applications will store data.
The data model design for the configuration front-end needed support the desired functionality is as follows, using the crow's foot notation to denote cardinality:
<img src="./panel-data-model.svg" alt="" style="max-width:600px;"/>
### Host architecture
Whereas the core abstraction in Fediversity is a NixOS configuration module, a more full-fledged example architecture of the web host use-case we aim to support as part of our exploitation would be as follows, where virtual machines in question run Fediversity to offer our selected applications:
![](https://git.fediversity.eu/Fediversity/meta/raw/branch/main/architecture-docs/host-architecture.png)
### CI / CD
In our simplest set-up, continuous integration and continuous deployment pipelines are handled using Forgejo's [built-in runner](https://code.forgejo.org/forgejo/runner), with relevant secrets handled using [Forgejo secrets](https://forgejo.org/docs/latest/developer/secrets/). Jobs we handle using CI include linting, formatting, testing, and a periodic life-cycle management job to keep our dependencies up-to-date.
In a future iteration, we may make use of [Gerrit](https://gerrit.googlesource.com/) to better manage our review process for incoming merge requests.

View file

@ -0,0 +1,74 @@
# 2025-06-24 Fediversity configuration data flow
This data flow diagram refines the [global architecture diagram](./interactions-migration.mmd) with respect to how a deployment is obtained from an operator's application configuration and a hosting provider's runtime setup.
## Legend
- Circle: actor
- Angled box: type
- Rectangle: value
- Rounded box: function
- Diamond: state
- Arrow: points towards dependant
## Description
An **application module** specifies operator-facing **application options**, and a **resource mapping** which determines the application's underlying implementation in terms of which resources it requires to be deployed. Application modules can be supplied by external **contributors**, which would package applications against that interface.
For its **runtime environment**, a **hosting provider** has to supply a **policy mapping** that would take their self-declared **resource configuration** (which determines *available* resources, i.e. a description of the infrastructure on which to run the applications) and the output of an application's resource mapping (which determines resource *requirements*) and produce the description of a **deployment**.
An **operator** can supply an **application configuration** and request the hosting provider to let the resulting deployment take effect, such that it will accumulate **application state**, which can later be migrated to other hosting providers.
Applications and runtime environments thus interface through **resources**, the properties of which are curated by Fediversity **maintainers**.
```mermaid
flowchart
subgraph configuration
application-config
end
subgraph resource[resource module]
resource-options
provider-options
end
subgraph application[application module]
application-options{{application-options}} --> application-config
application-config --> config-mapping
resource-options{{consumer-options}} --> config-mapping
config-mapping(resource-mapping)
end
subgraph fediversity[runtime-environment]
config-mapping -->|required resources| resource-mapping(policy-mapping)
provider-options{{resource-options}} --> resource-config --> |available resources| resource-mapping -->|configured resources| deployment[deployment]
deployment --> |deploy| state{application state}
end
maintainer((maintainer)) -->|curates| resource
contributor((contributor)) -->|packages| application
operator((operator)) -->|enters| configuration
hosting-provider((hosting provider)) -->|maintains| fediversity
```
## Discussion
Decoupling of operator-facing application configuration and resource use allows for portability at the infrastructure level: hosting providers determine how applications are deployed to available resources through policies which are agnostic to applications. Additionally it allows hosting providers to isolate applications from each other depending on their deployment model, leveraging the entire toolkit provided by the Nix ecosystem. This puts single-machine and cluster deployments on equal footing, since policies are simply Nix language functions.
At first glance this is an increase in complexity as opposed to configuring NixOS directly, since it adds a layer of indirection. It also requries Fediversity maintainers to declare resource types for use by application packagers and hosting providers. But the layering drastically simplifies application composition over what NixOS can currently offer, frees the hosting provider to choose how to implement required services, and enables security-conscious deployments at very fine granularity.
## Next steps
- Versioning: Each of the components can change; model all supported interactions such that deployments will always be correct.
Primarily, both applications and runtime environments depend on the resource API, and need to be versioned against it. Application packages can be updated on top of that, and will need to provide facilities to migrate between both application versions and resource API versions, both in terms of configurations and application state.
- Provider migrations: Prototype an application-agnostic migration workflow.
Since state migration is application-specific, application packages will need to ship with instructions for how to move their data between hosting providers, also taking version migrations into account. This will likely require extending the resource API with ways to express where state is located, and give hosting providers the tools to expose interfaces though which migrations will take place.

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

View file

@ -0,0 +1,30 @@
flowchart
subgraph configuration
application-config
end
subgraph resource[resource module]
resource-options
provider-options
end
subgraph application[application module]
application-options{{application-options}} --> application-config
application-config --> config-mapping
resource-options{{resource-options}} --> config-mapping
config-mapping(config-mapping)
end
subgraph fediversity[fediversity setup]
config-mapping -->|required resources| resource-mapping(resource-mapping)
provider-options{{provider-options}} --> provider-config --> |available resources| resource-mapping -->|configuration| deployment{deployment}
end
maintainer((maintainer)) -->|curates| resource
contributor((developer)) -->|curates| application
operator((operator)) -->|enters| configuration
hosting-provider((hosting provider)) -->|maintains| fediversity

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -1,9 +1,9 @@
flowchart
user(user) --> |use| deployment
user((user)) --> |use| deployment
configuration1 -->|deploy| deployed1
devs(developers) --> |maintain| fediversity
maintainers --> |maintain| fediversity
fediversity --> |update| provider1
subgraph provider1["fediversity setup A"]
@ -17,13 +17,13 @@ flowchart
provider-config --> |implement runtime interfaces| configurations1
subgraph host[runtime environment]
deployment[applications]
state
state{state}
end
end
deployment --> |store| state
operator(operator) --> |change| configuration1
operator((operator)) --> |change| configuration1
subgraph provider2["fediversity setup B"]
subgraph configurations2[configurations]
@ -32,16 +32,16 @@ flowchart
end
subgraph host2[runtime environment]
deployment2[applications]
state2[state]
state2{state}
end
end
operator --> |trigger| migration
operator --> |trigger| migration(migration)
configurations1 & state --> migration
migration --> configurations2 & state2
provider(hosting provider) --> |maintain| provider1
provider((hosting provider)) --> |maintain| provider1
subgraph fediversity[fediversity source code]
applications[application modules]
backends[runtime backends]
config[runtime options]
config{{runtime options}}
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 33 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

14
default.nix Normal file
View file

@ -0,0 +1,14 @@
{
pkgs ? import <nixpkgs> { },
}:
{
shell = pkgs.mkShellNoCC {
packages = with pkgs; [
pandoc
texliveMedium
librsvg
mermaid-cli
plantuml
];
};
}

View file

@ -0,0 +1 @@
This is where we put stuff.

View file

@ -0,0 +1,35 @@
# 2025-06-11 Fediversity developer sync
- @kiara has been updating the project proposal to reflect current ideas
- https://git.fediversity.eu/kiara/fedi-goals/src/branch/rewrite/
- need to make sure all stakeholders are on board with the updated vision
- new slated project manager would need to know what they're signing up for
- we reviewed and discussed the draft
- @niols got the full integration test for deploying via the panel to pass
- https://git.fediversity.eu/Fediversity/Fediversity/pulls/361
- we tinkered on reducing the number of hacks involved
- @fricklerhandwerk had some ideas for that, but the sketches need cleanup
- https://git.fediversity.eu/Fediversity/Fediversity/pulls/364
- @kiara and @fricklerhanderk continued editing the adjustments to the project proposal
- @kiara: whether/how to concentrate on external contributors (and if so, how to sensibly reflect that in a key result)
- @kiara: whether keeping the fediverse in even helps communicate our mission, considering fediversity could not fix the fediverse if we wanted to (given speed of adoption imo def isn't about self-hosting)
- @fricklerhandwerk incorporated discussion results into the writeup
- https://git.fediversity.eu/kiara/fedi-goals/pulls/2
- https://git.fediversity.eu/kiara/fedi-goals/pulls/3
## Draft success metrics for the adjusted objectives
- Implement a way to run online services emphasizing user autonomy and data portability
- Integration tests pass for
- Setting up a fediversity hosting environment from a declarative configuration
- Configuring, deploying, and migrating a set of dummy applications
- Code passes data protection audit
- Disseminate our results by engaging the open-source community to further expand on work in this direction
- Present results on at least 3 conferences
- At least 5 applications compatible with Fediversity thanks to external contributions by 2027-03
- Exploit our work by enabling reproducible deployments of an initial set of portable applications
- There are 3 fediverse applications available out of the box:
- Mastodon
- PeerTube
- Pixelfed

View file

@ -0,0 +1,12 @@
Attendees: @niols @kiara @fricklerhandwerk
- updated the project board
- made some clarifications around splitting https://git.fediversity.eu/Fediversity/Fediversity/pulls/389 into manageable chunks
- agreed on a general strategy to get a grip on the project layout:
- migrate everything to modules
- keep using flake-parts but don't use the flake parts except for CI checks
- we may simply swap it out with our custom modules eventually, since most of them will be custom anyway
- eventually we will be able to render most of contributor documentation via a Git hook
- a few small steps already pushed as PRs
- @niols and @kiara will focus on speeding up CI and making the runner reproducible
- @fricklerhandwerk will keep developing the data model with @kiara

View file

@ -0,0 +1,16 @@
Attendees: @kiara @fricklerhandwerk
- Discussed @fricklerhandwerk's WIP branch for implementing https://git.fediversity.eu/Fediversity/Fediversity/issues/103
- The resource policy idea seems sound
- The test sample doesn't look minimal at first glance, but in fact is
- An entire NixOS configuration is only minimal in terms of resource policy -- just put it in a VM
- An application that configures a whole NixOS needs to set many more things to make it run
- The login-shell sample also allows us to explicitly enumerate resource-specific configuration options to demonstrate how they're declared and used
- We re-iterated on the stance not to touch actual applications before we have the whole workflow tested with samples
- Our packaged applications are already tested and in a state where we could translate them to the proper data model mechanically once it's in place and well-understood, so this will be a well-scoped problem for next year
- It emerged again that we need to figure out a notion of compatibility (and therefore versioning) before being able to model migrations
- Once the data model draft type-checks and the tests pass, this will be the next research question
- We need to check if we want or have to make simplifying assumptions, such as not allowing version rollbacks
- Chances are, once we have compatibility clarified, migrations will be trivial
- @kiara will spend some time today debugging the draft
- Likely we'll need the next week to finish that part and play with it a bit, such as by adding a few more test cases.

View file

@ -0,0 +1,28 @@
Attendees: @fricklerhandwerk @niols @kiara
- @fricklerhandwerk
- almost completed the data model up to deployment, including a test
- @kiara fixed up some typos and evaluation errors
- remaining is to mold `nixops4Deployment` into a type that is accepted
- started compiling the mid-term technical report
- will pause work on the data model until that's done (next week)
- @niols worked on extracting a minimal flake for the test
- (discussed how to handle lazy/strict source closures)
- @kiara
- tried containerizing the CI but it didn't work out yet
- setting up a cache may improve turnaround time by a lot
- will pair with @niols the week after next
- tried patching the workflow to enable automatic dependency updates, made small progress
- we can do dependency bumps manually for now
- will pause work on CI until the technical report is done
- todo for end-to-end beta: (REST) API for interacting with a runtime environment (general idea already settled in earlier discussions)
- GET json schema for configuring applications
- GET configuration
- POST configuration
- POST deploy
- GET deployment (version, config, status, ...)
- GET (stream) deployment progress
- Webhook: deployment state updates, e.g. completed, failed, ...
- TODO: workflow for migration
- ...
-

View file

@ -0,0 +1,20 @@
Attendees: @kiara @fricklerhandwerk @niols
- CI still bad: checkout action flaky, secrets exposed to all contributors
- We discussed switching to Gerrit (for review suggestions) and buildbot-nix (for CI)
- It will be a lot of effort, but it's already a lot of effort and we better spend it now than when more people join the project
- Chances are this will solve the secrets issue automatically
- Regressions in Proxmox provisioning
- needs tests and docs, `proxmox-provision.sh` was written ad hoc beginning of the year
- we haven't been exercising our knowledge of provisioning since
- would be nice to rewrite in Python, also as a way to turn it into a NixOps4 resource provider
- NixOps4 future:
- @roberth signaled the path to nested deployments may not be all that long
- @fricklerhandwerk: currently our use case is perfectly suited by the state of affairs (especially having everything one language), but eventually we'll need something more powerful
- @niols: dry run threatens to be a can of worms with nested deployments
- @fricklerhandwerk: we'd need to mock away everything, we don't have a programming pattern for that yet (sigh)
- @niols: for now we expose only the NixOS configurations to get evaluated separately
- @kiara kept dabbling at the data model, fixing small issues
- @fricklerhandwerk will go through the WIP branch and cherry-pick what works
- @niols will add tests to provisioning code to fix regressions from recent refactorings
- will start refactoring `infra/flake-parts.nix` to remove the wild function passing

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 82 KiB

View file

@ -1,4 +1,5 @@
@startgantt
skinparam backgroundcolor transparent
<style>
ganttDiagram {
@ -12,7 +13,7 @@ ganttDiagram {
}
</style>
2024-12-20 to 2025-01-5 is closed
2024-12-20 to 2025-01-05 is closed
2025-07-01 to 2025-08-31 is closed
Project starts 2023-12-01
projectscale monthly
@ -20,47 +21,52 @@ projectscale monthly
[Reporting period 1] happens at 2025-05-31
Separator just at [Reporting period 1]'s end
-- WP1 Project Management --
[M1 First ActivityPub presence] starts 2023-12-29 and requires 7 days and is 100% completed
[D1.1 Data Management Plan] starts 2023-12-01 and ends 2024-02-29 and is 100% completed
[M6 First Tech talk] starts 2024-05-31 and requires 7 days and is 100% completed
[M7 First Workshop] starts 2024-07-31 and requires 7 days and is 100% completed
[M1 First ActivityPub presence] as [a1] starts 2023-12-29 and requires 7 days and is 100% completed
[D1.1 Data Management Plan] as [a11] starts 2023-12-01 and ends 2024-02-29 and is 100% completed
[M6 First Tech talk] as [a6] starts 2024-05-31 and requires 7 days and is 100% completed
[M7 First Workshop] as [a7] starts 2024-07-31 and requires 7 days and is 100% completed
-- WP2 Vertical Hosting --
[D2.5 Technical architecture document] starts 2024-01-01 and ends 2024-03-29 and is 60% completed
[D2.7 Analyze investment on fediverse] starts 2023-12-01 and ends 2024-04-30 and is colored in Red
[D2.6 CI/CD setup] starts 2024-03-01 and ends 2024-10-31 and is colored in Red
[D2.4 Nix Packages and NixOS Services] starts 2024-05-01 and ends 2024-11-29 and is 67% completed
[D2.1 Software Release test environment] starts 2024-06-28 and ends 2024-11-29 and is 67% completed
[D2.2 Software Release beta environment] starts 2025-01-01 and ends 2025-12-31 and is 0% completed
[D2.3 Software release 1.0] starts 2025-12-01 and ends 2026-11-30 and is 0% completed
[D2.5 Technical architecture document] as [b5] starts 2024-01-01 and ends 2025-06-15 and is 90% completed
' [b5] is colored in Red
[D2.1 Implementation] as [b1] starts 2024-03-01 and ends 2026-11-30 and is 50% completed
[D2.2 Produce sample applications] as [b2] starts 2024-05-01 and ends 2026-11-30 and is 50% completed
-- WP3 Vertical Public organizations --
[D3.1 Requirements document] as [c1] starts 2025-01-01 and ends 2025-03-31 and is 0% completed
[D3.2 Pilot program proposals] as [c2] starts at [c1]'s end and ends 2025-05-31 and is 0% completed
[D3.3 Technical architecture document pilot programs] as [c3] starts at [c2]'s end and ends 2025-12-31 and is 0% completed
[D3.4 Nix service flakes, packages and services for pilot programs] as [c4] starts at [c2]'s end and ends 2025-12-31 and is 0% completed
[D3.5 CI/CD setup for pilot programs] as [c5] starts at [c2]'s end and ends 2025-12-31 and is 0% completed
[D3.6 Running Fediverse software for public organisations advisory] starts at [c3]'s end and ends 2026-10-30 and is 0% completed
[D3.6 Running Fediverse software for public organisations advisory] starts at [c4]'s end and ends 2026-10-30 and is 0% completed
[D3.6 Running Fediverse software for public organisations advisory] starts at [c5]'s end and ends 2026-10-30 and is 0% completed
[D3.1 Requirements document] as [c1] starts 2025-01-01 and ends 2025-03-31 and is 100% completed
[c1] is colored in Grey
[D3.2 Pilot program proposals] as [c2] starts at [c1]'s end and ends 2025-05-31 and is 100% completed
[c2] is colored in Grey
[D3.3 Technical architecture document pilot programs] as [c3] starts at [c2]'s end and ends 2025-12-31 and is 100% completed
[c3] is colored in Grey
[D3.4 Nix service flakes, packages and services for pilot programs] as [c4] starts at [c2]'s end and ends 2025-12-31 and is 100% completed
[c4] is colored in Grey
[D3.5 CI/CD setup for pilot programs] as [c5] starts at [c2]'s end and ends 2025-12-31 and is 100% completed
[c5] is colored in Grey
[D3.6 Running Fediverse software for public organisations advisory] as [c6] starts at [c3]'s end and ends 2025-06-15 and is 100% completed
[c6] is colored in Grey
-- WP4 Open calls and grant management --
[M2 Announcement open call] starts 2023-12-29 and requires 7 days and is 100% completed
[M3 First open call opens] starts 2024-02-01 and requires 7 days and is 100% completed
[M4 First batch of grantees selected] starts 2024-03-29 and requires 7 days and is 0% completed
[D4.1 Overview of granted projects] starts 2026-07-01 and ends 2026-11-30 and is 0% completed
[M2 Announcement open call] as [d2] starts 2023-12-29 and requires 7 days and is 100% completed
[M3 First open call opens] as [d3] starts 2024-02-01 and requires 7 days and is 100% completed
[M4 First batch of grantees selected] as [d4] starts 2024-03-29 and requires 7 days and is 100% completed
[D4.1 Overview of granted projects] as [d41] starts 2026-07-01 and ends 2026-11-30 and is 0% completed
-- WP5 Enhancement and Usability --
[D5.6 Setup UX design testlab] starts 2023-12-01 and ends 2024-07-31 and is colored in Red
[D5.1 User requirement document] starts 2024-05-01 and ends 2024-08-30 and is colored in Red
[D5.2 UX design] starts 2024-09-02 and ends 2025-11-28 and is 0% completed
[D5.3 UX design implementation] starts 2025-12-01 and ends 2026-05-29 and is 0% completed
[D5.4 UX design user studies] starts 2026-05-01 and ends 2026-09-30 and is 0% completed
[D5.5 Design iteration and final release] starts 2026-10-01 and ends 2026-11-30 and is 0% completed
[D5.6 Setup UX design testlab] as [e6] starts 2023-12-01 and ends 2024-07-31 and is 100% completed
[D5.1 User requirement document] as [e1] starts 2024-05-01 and ends 2024-08-30 and is 100% completed
[D5.2 UX design] as [e2] starts 2024-09-02 and ends 2025-11-28 and is 100% completed
[D5.3 UX design implementation] as [e3] starts 2025-12-01 and ends 2026-05-29 and is 100% completed
[e3] is colored in Grey
[D5.4 UX design user studies] as [e4] starts 2026-05-01 and ends 2026-09-30 and is 100% completed
[e4] is colored in Grey
[D5.5 Design iteration and final release] as [e5] starts 2026-05-01 and ends 2026-11-30 and is 100% completed
[e5] is colored in Grey
-- WP6 Outreach and Dissemination --
[D6.1 Communication strategy] starts 2023-12-01 and ends 2024-01-31 and is colored in Red
[D6.2 Media package] as [f2] starts 2024-12-01 and ends at [c1]'s start and is 0% completed
[D6.3 Communication report first period] starts 2025-03-03 and ends 2025-04-30 and is 0% completed
[D6.4 Communication report second period] starts 2026-09-01 and ends 2026-10-30 and is 0% completed
[D6.1 Communication strategy] as [f1] starts 2023-12-01 and ends 2024-01-31 and is 100% completed
[D6.2 Media package] as [f2] starts 2024-12-01 and ends at [c1]'s start and is 100% completed
[D6.3 Communication report first period] as [f3] starts 2025-03-03 and ends 2025-04-30 and is 100% completed
[D6.4 Communication report second period] as [f4] starts 2026-09-01 and ends 2026-10-30 and is 0% completed
[D6.5 Developer outreach] as [f5] starts 2025-01-01 and ends 2026-11-30 and is 10% completed
@endgantt

View file

@ -0,0 +1,13 @@
---
title: Fediversity work package interdependencies
---
flowchart
management["WP1: Project Management"]
vertical["WP2: Vertical Hosting"]
grants["WP4: Open calls and grant management"]
ux["WP5: Enhancement & Usability"]
dissemination["WP6: Outreach & Dissemination"]
management --> vertical & ux & dissemination & grants
vertical --> ux
vertical & ux & dissemination --> grants

BIN
planning/work-packages.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

1
shell.nix Normal file
View file

@ -0,0 +1 @@
(import ./. { }).shell