-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
63 lines (53 loc) · 1.95 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
title: "Design Documentation"
toc: false
about:
id: hero-heading
template: jolla
image: home.svg
image-title: "Image from Storyset"
image-alt: Illustration of a person working on a large floating paper that has a blueprint on it.
image-shape: rectangle
image-width: 25em
---
<!-- This style is to make the image fit more nicely on the screen. -->
```{=html}
<style>
#quarto-content {
padding-top: 0;
}
div.quarto-about-jolla {
margin-top: 0%;
}
div.quarto-about-jolla .about-image {
margin-bottom: -5%;
}
</style>
```
::: {#hero-heading}
Design is about reducing complexity, guiding our work, and lowering our
cognitive load. These documents describe how we design our organisation,
software, and documentation.
:::
::: {.callout-tip appearance="default"}
These pages are structured follow the [Diataxis](https://diataxis.fr)
reference format, with some explanation format mixed in. Explanations on
our design decisions are found in the
[decisions](https://decisions.seedcase-project.org/) archive.
:::
## Who you are as the reader
We've written these documents considering a few people in mind who we
think will read the documents:
- **New contributors/team members**: The most important reason we have
written design documentation is to quickly onboard new contributors
or team members to the project.
- **Research software/data engineers**: These readers will be
interested in how we design our software and potentially our
organisation, likely for their own purposes for learning or for
using in their own work.
- **Managers or leaders**: These are people that maybe be interested
in applying what we do to their own organisation, team, or group.
- **Research or development operations personnel**: This reader is a
person who is interested in applying or learning from how we manage
our operations and how streamline or automate our operational tasks.
## Image from [Storyset](https://storyset.com/). {.appendix}