diff --git a/Makefile b/Makefile index 1b1387b..7652d58 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ docs-check: $(MDOX) .PHONY: web-pre web-pre: ## Pre process docs using mdox transform which converts it from GitHub structure to Hugo one. web-pre: $(MDOX) + @rm -rf $(WEBSITE_DIR)/content # Do it in mdox itself. $(MDOX) transform --log.level=debug -c .mdox.yaml $(WEBSITE_DIR)/node_modules: diff --git a/content/Projects/Observability/RHOBS/README.md b/content/Projects/Observability/RHOBS/README.md new file mode 100644 index 0000000..f311d2c --- /dev/null +++ b/content/Projects/Observability/RHOBS/README.md @@ -0,0 +1,5 @@ +# Red Hat Observability Service + +Status: Open to internal Red Hat Teams Only. + +TBD diff --git a/content/Projects/Observability/RHOBS/telemeter.md b/content/Projects/Observability/RHOBS/telemeter.md new file mode 100644 index 0000000..691937c --- /dev/null +++ b/content/Projects/Observability/RHOBS/telemeter.md @@ -0,0 +1,3 @@ +# RHOBS: Telemeter + +TBD diff --git a/content/Projects/Observability/thanos.md b/content/Projects/Observability/thanos.md index 02b474e..d2a552c 100644 --- a/content/Projects/Observability/thanos.md +++ b/content/Projects/Observability/thanos.md @@ -1,3 +1,61 @@ # Thanos -> In progress. +Thanos is a horizontally scalable, multi-tenant monitoring system in a form of distributed time series database that supports Prometheus data format. + +### Official Documentation + +https://thanos.io/tip/thanos/getting-started.md + +### APIs + +* Querying: Prometheus APIs, Remote Read +* Series: Prometheus APIs, gRPC SeriesAPI +* Metric Metadata: Prometheus API, gRPC MetricMetadataAPI +* Rules, Alerts: Prometheus API, gRPC RulesAPI +* Targets: Prometheus API, gRPC TargetsAPI +* Exemplars: Prometheus API, gRPC ExemplarsAPI +* Receiving: Prometheus Remote Write + +### Tutorials + +https://katacoda.com/thanos + +### Notable Talks/Blog Posts + +* 12.2020: [Absorbing Thanos Infinite Powers for Multi-Cluster Telemetry](https://www.youtube.com/watch?v=6Nx2BFyr7qQ) +* 12.2020: [Turn It Up to a Million: Ingesting Millions of Metrics with Thanos Receive](https://www.youtube.com/watch?v=5MJqdJq41Ms) +* 02.2019: [FOSDEM + demo](https://fosdem.org/2019/schedule/event/thanos_transforming_prometheus_to_a_global_scale_in_a_seven_simple_steps/) +* 03.2019: [Alibaba Cloud user story](https://www.youtube.com/watch?v=ZS6zMksfipc) +* [CloudNative Deep Dive](https://www.youtube.com/watch?v=qQN0N14HXPM) +* [CloudNative Intro](https://www.youtube.com/watch?v=m0JgWlTc60Q) +* [Prometheus in Practice: HA with Thanos](https://www.slideshare.net/ThomasRiley45/prometheus-in-practice-high-availability-with-thanos-devopsdays-edinburgh-2019) + +* [Banzai Cloud user story](https://banzaicloud.com/blog/multi-cluster-monitoring/) + +### Bug Trackers + +https://github.com/thanos-io/thanos/issues + +### Communication Channels + +The CNCF Slack workspace's ([join here](https://cloud-native.slack.com/messages/CHY2THYUU)) channels: + +* `#thanos` for user related things. +* `#thanos-dev` for developer related things. + +### Proposal Process + +https://thanos.io/tip/contributing/contributing.md/#adding-new-features--components + +### Our Usage + +We use Thanos in many places within Red Hat, notably: + +* In [Prometheus Operator (sidecar)](prometheusOp.md) +* In Openshift Platform Monitoring (PM) (see [CMO](openshiftcmo.md)) +* In Openshift User Workload Monitoring (UWM) +* In [RHOBS](RHOBS) (so [Observatorium](observatorium.md)) + +### Maintainers + +https://thanos.io/tip/thanos/maintainers.md/#core-maintainers-of-this-repository diff --git a/content/Proposals/Accepted/202106-handbook.md b/content/Proposals/Accepted/202106-handbook.md index be2a0a3..c032286 100644 --- a/content/Proposals/Accepted/202106-handbook.md +++ b/content/Proposals/Accepted/202106-handbook.md @@ -100,7 +100,7 @@ The idea of a handbook is not new. Many organizations do this e.g [GitLab](https ### Flow of Adding/Consuming Documentation to Handbook -![flow](../../assets/handbook-proposal.png) +![flow](../../assets/handbook-process.png) If you want to add or edit markdown documentation, refer to [our technical guide](../../contributing.md). diff --git a/content/Proposals/Accepted/README.md b/content/Proposals/Accepted/README.md index 353251b..2da31f6 100644 --- a/content/Proposals/Accepted/README.md +++ b/content/Proposals/Accepted/README.md @@ -1,3 +1,7 @@ # Accepted -> In progress. +This is a list of accepted proposals. This means proposal was accepted, but not yet implemented. + +## Internal Accepted Proposals + +* ... diff --git a/content/Proposals/Done/202106-proposals-process.md b/content/Proposals/Done/202106-proposals-process.md new file mode 100644 index 0000000..24a23c6 --- /dev/null +++ b/content/Proposals/Done/202106-proposals-process.md @@ -0,0 +1,112 @@ +# 2021-06: Proposal Process + +* **Owners:**: + * [`@bwplotka`](https://github.com/bwplotka) + +* **Other docs:** + * [KEP Process](https://github.com/kubernetes/enhancements/blob/master/keps/README.md) + * [Observability Team Process (Internal)](https://docs.google.com/document/d/1eojXStPdq1hYwv36pjE-vKR1q3dlBbpIx5w_L_v2gNo/edit) + +> TL;DR: We would like to propose an improved, official proposal process for Monitoring Group that clearly states when, where and how to create proposal/enhancement/design documents. + +## Why + +More extensive architectural, process, or feature decisions are hard to explain, understand and discuss. It takes a lot of time to describe the idea, to motivate interested parties to review it, give feedback and approve. That's why it is essential to streamline the proposal process. + +Given that we work in highly distributed teams and work with multiple communities, we need to allow asynchronous discussions. This means it's essential to structure the talks into shared documents. Persisting in those decisions, once approved or rejected, is equally important, allowing us to understand previous motivations. + +There is a common saying [`"I've just been around long enough to know where the bodies are buried"`](https://twitter.com/AlexJonesax/status/1400103567822835714). We want to ensure the team related knowledge is accessible to everyone, every day, no matter if the team member is new or part of the team for ten years. + +### Pitfalls of the current solution + +Currently, the Observability Platform team have the process defined [here (internal)](https://docs.google.com/document/d/1eojXStPdq1hYwv36pjE-vKR1q3dlBbpIx5w_L_v2gNo/edit#heading=h.kpdg1wrd3pcc), whereas the In-Cluster part were not defining any official process ([as per here (internal)](https://docs.google.com/document/d/1vbDGcjMjJMTIWcua5Keajla9FzexjLKmVk7zoUc0_MI/edit#heading=h.n0ac5lllvh13)). + +In practice, both teams had somehow similar flow: + +* For upstream: Follow the upstream project's contributing guide, e.g Thanos +* For downstream: + * Depending on the size: + * Small features can be proposed during the bi-weekly team-sync or directly in Slack. + * If the team can reach consensus in this time, then document the decision somewhere written, e.g. an email, Slack message to which everyone can add an emoji reaction, etc. + * Add a JIRA ticket to plan this work. + * Large features might need a design doc: + 1. Add a JIRA ticket for creating the design doc + 2. Create a new Google Doc in the team folder based on [this template](https://docs.google.com/document/d/1ddl_dLxjoIvWQuRgLdzL2Gd1EX1mkJQUZ-rgUh-T4d8/edit) + 3. Fill sections + 4. Announce it on the team mailing list and Slack channel + 5. Address comments / concerns 6 Define what "done" means for this proposal, i.e. what is the purpose of this design document: + * Knowledge sharing / Brain dump: This kind of document may not need a thorough review or any official approval + * Long term vision and Execution & Implementation: If approved (with LGTM comments, or in an approved section) by a majority of the team and no major concerns consider it approved. NOTE: The same applies to rejected proposals. + 1. If the document has no more offline comments and no consensus was reached, schedule a meeting with interested parties. + 2. When the document changes status, move it to the appropriate status folder in the design docs directory of the team folder. If an approved proposal concerns a component with its own directory, e.g. Telemeter, then create a shortcut to the proposal document in the component-specific directory. This helps us find design documents by topic and by status. + +It served us well, but it had the following issues (really similar to ones stated in [handbook proposal](202106-handbook.md#pitfalls-of-the-current-solution)): + +* Even if our Google Design docs organized in our team drive, those Google documents are not easily discoverable. +* Existing Google doc-based documents are hard to consume. The formatting is widely different. Naming is inconsistent. +* Document creation is rarely actionable. There is no review process, so the effort of creating a relevant document might be wasted, as the document is lost. This also leads to docs being in the half-completed state, demotivating readers to look at it. +* It's hard to track previous discussions around proposals, who approved them (e.g. proposals). +* It's not public, and it's hard to share good proposals with other external and internal teams. + +## Goals + +Goals and use cases for the solution as proposed in [How](#how): + +* Allow easy collaboration and decision making on design ideas. +* Have a consistent design style that is readable and understandable. +* Ensure design docs are discoverable for better awareness and knowledge sharing about past decisions. +* Define a clear review and approval process. + +## Non-Goals + +* Define process for other documents (see [handbook proposal](202106-handbook.md#pitfalls-of-the-current-solution)) + +## How + +We want to propose an improved, official proposal process for Monitoring Group that clearly states *when, where and how* to create proposal/enhancement/design documents. + +Everything starts with a problem statement. It might be a missing functionality, confusing existing functionality or broken one. It might be an annoying process, performance or security issue (or potential one). + +### What Process to Follow? + +As defined in [handbook proposal](202106-handbook.md#pitfalls-of-the-current-solution), our Handbook should tell you that Handbook is meant to be an index for our team resources and linking point to other distributed projects we maintain or contribute to. + +First, we need to identify if the idea we have is something we can contribute to the upstream project, or it does not fit anywhere else, so we can leverage the [Handbok Proposal directory](..) and the [process](#handbook-proposal-process). See the below algorithm to find it out: + +![where](../../assets/proposal-where.png) + +[Internal Team Drive for Public and Confidential Proposals](https://drive.google.com/drive/folders/1WGqC3gMCxIQlrnjDUYfNUTPYYRI5C) + +### Handbook Proposal Process + +If there is no problem, there is no need for changing anything, no need for a proposal. This might feel trivial, but we should first ask ourselves this question before even thinking about writing a proposal. + +It takes time to propose an idea, find consensus and implement more significant concepts, so let's not waste time before it's worth it. But, unfortunately, even good ideas sometimes have to wait for a good moment to discuss them. + +Let's assume the idea sounds interesting to you; what to do next, where to propose it? How to review it? Follow the algorithm below: + +![where](../../assets/proposal-how.png) + +> Note: It's totally ok to reject a proposal if a team member feels the idea is wrong. It's better to explicitly oppose it than to ignore it and leave it in limbo. + +> NOTE: We would love to host Logging and Tracing Teams if they choose to follow our process, but we don't want to enforce it. We are happy to extend this process from the Monitoring Group handbook to Observability Group. Still, it has to grow organically (if the Logging, Tracing team will see the value of joining us here). + +## Alternatives + +1. Organize Team Google Drive with all Google docs we have. + +Pros: +* Great for initial collaboration + +Cons: +* Inconsistent format +* Hard to track approvers +* Never know when the doc is "completed." +* Hard to maintain over time +* Hard to share and reuse outside + +## Action Plan + +* [ ] Move existing up-to-date public design docs over to the Handbook (deadline: End of July). + * TIP: You can use [Google Chrome Plugin](https://workspace.google.com/marketplace/app/docs_to_markdown/700168918607) to convert Google Doc into markdown easily. +* [ ] Propose a similar process to projects that do not have it. diff --git a/content/Proposals/Done/README.md b/content/Proposals/Done/README.md new file mode 100644 index 0000000..7258b95 --- /dev/null +++ b/content/Proposals/Done/README.md @@ -0,0 +1,7 @@ +# Done + +This is a list of implemented proposals. + +## Internal Implemented Proposals + +* ... diff --git a/content/Proposals/Rejected/README.md b/content/Proposals/Rejected/README.md new file mode 100644 index 0000000..8f23eb0 --- /dev/null +++ b/content/Proposals/Rejected/README.md @@ -0,0 +1,9 @@ +# Rejected + +This is a list of rejected proposals. + +> NOTE: This does not mean we can return to them and accept! + +## Internal Rejected Proposals + +* ... diff --git a/content/Proposals/process.md b/content/Proposals/process.md index 19a0987..0533f83 100644 --- a/content/Proposals/process.md +++ b/content/Proposals/process.md @@ -17,11 +17,9 @@ * **Other docs:** * `` -## TL;DR - -Give here a short summary of what this document is proposing and what components it is touching. - -*For example: This design doc is proposing a consistent design template for “example.com” organization.* +> TL;DR: Give here a short summary of what this document is proposing and what components it is touching. +> +> *For example: This design doc is proposing a consistent design template for “example.com” organization.* ## Why @@ -43,6 +41,10 @@ Goals and use cases for the solution as proposed in [How](#how): * Have a consistent design style that is readable and understandable. * Have a design style that is concise and covers all the essential information. +### Audience + +If not clear, the target audience that this change relates to. + ## Non-Goals * Move old designs to the new format. @@ -66,3 +68,6 @@ The section stating potential alternatives. Highlight the objections reader shou ## Action Plan The tasks to do in order to migrate to the new idea. + +* [ ] Task one +* [ ] Task two ... diff --git a/content/assets/handbook-proposal.excalidraw b/content/assets/handbook-process.excalidraw similarity index 77% rename from content/assets/handbook-proposal.excalidraw rename to content/assets/handbook-process.excalidraw index 7c5a962..5227bfe 100644 --- a/content/assets/handbook-proposal.excalidraw +++ b/content/assets/handbook-process.excalidraw @@ -21,8 +21,8 @@ "groupIds": [], "strokeSharpness": "sharp", "seed": 450801368, - "version": 81, - "versionNonce": 1984951720, + "version": 96, + "versionNonce": 1272703192, "isDeleted": false, "boundElementIds": [ "-Zp1ZPAN6Kc84IOlQftJQ", @@ -32,8 +32,8 @@ { "id": "TFkP_MPD_aiwHDfSOuf7y", "type": "rectangle", - "x": 265.5270743370056, - "y": 376.9664777517319, + "x": 279.5270743370056, + "y": 521.9664777517319, "width": 236, "height": 51, "angle": 0, @@ -47,20 +47,22 @@ "groupIds": [], "strokeSharpness": "sharp", "seed": 1399442136, - "version": 246, - "versionNonce": 1301681368, + "version": 337, + "versionNonce": 1242698664, "isDeleted": false, "boundElementIds": [ "6rzoOq87QezT5zA89SpvI", "sMHgexCwtHuFORvGjhbuL", - "yOW4Umh_RQYVKuqMUgGOF" + "yOW4Umh_RQYVKuqMUgGOF", + "rQmbkUHAJXvjG4igRHZfG", + "p1JprMbniL2tm5Aqyfwq6" ] }, { "id": "jcDJwEaoZd2RmA2jmD2iN", "type": "text", - "x": 286.5270743370056, - "y": 391.4664777517319, + "x": 300.5270743370056, + "y": 536.4664777517319, "width": 190, "height": 20, "angle": 0, @@ -74,8 +76,8 @@ "groupIds": [], "strokeSharpness": "sharp", "seed": 1471793368, - "version": 157, - "versionNonce": 237257896, + "version": 240, + "versionNonce": 762938840, "isDeleted": false, "boundElementIds": [ "6rzoOq87QezT5zA89SpvI", @@ -88,52 +90,6 @@ "verticalAlign": "top", "baseline": 14 }, - { - "id": "6rzoOq87QezT5zA89SpvI", - "type": "arrow", - "x": 631.4237179616391, - "y": 307.86668841540813, - "width": 181.65280973270785, - "height": 62.09978933632374, - "angle": 0, - "strokeColor": "#000000", - "backgroundColor": "transparent", - "fillStyle": "hachure", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "groupIds": [], - "strokeSharpness": "round", - "seed": 1961230248, - "version": 890, - "versionNonce": 1837461416, - "isDeleted": false, - "boundElementIds": null, - "points": [ - [ - 0, - 0 - ], - [ - -181.65280973270785, - 62.09978933632374 - ] - ], - "lastCommittedPoint": null, - "startBinding": { - "elementId": "0fVB9l1Av814yVE0DgXW0", - "gap": 7.400210663676262, - "focus": -0.5601421310266643 - }, - "endBinding": { - "elementId": "TFkP_MPD_aiwHDfSOuf7y", - "gap": 7, - "focus": -0.14966554282236857 - }, - "startArrowhead": null, - "endArrowhead": "arrow" - }, { "id": "XrAYtg5EAiHgilTnMMCCr", "type": "text", @@ -152,8 +108,8 @@ "groupIds": [], "strokeSharpness": "sharp", "seed": 527868632, - "version": 197, - "versionNonce": 730382040, + "version": 204, + "versionNonce": 1278324392, "isDeleted": false, "boundElementIds": [ "6rzoOq87QezT5zA89SpvI" @@ -167,8 +123,8 @@ }, { "type": "rectangle", - "version": 296, - "versionNonce": 1032403624, + "version": 387, + "versionNonce": 201584600, "isDeleted": false, "id": "mLxIEpM7b8Ra2XwHP62z1", "fillStyle": "hachure", @@ -177,8 +133,8 @@ "roughness": 1, "opacity": 100, "angle": 0, - "x": 575.0270743370056, - "y": 446.4664777517319, + "x": 589.0270743370056, + "y": 591.4664777517319, "strokeColor": "#000000", "backgroundColor": "transparent", "width": 467.00000000000006, @@ -197,8 +153,8 @@ { "id": "r5US4JdfVPQ0SjjiU2d4f", "type": "text", - "x": 596.5270743370056, - "y": 462.9664777517319, + "x": 610.5270743370056, + "y": 607.9664777517319, "width": 419, "height": 20, "angle": 0, @@ -212,8 +168,8 @@ "groupIds": [], "strokeSharpness": "sharp", "seed": 351380904, - "version": 234, - "versionNonce": 649798616, + "version": 317, + "versionNonce": 441817512, "isDeleted": false, "boundElementIds": null, "text": "Can you find the project listed in \"content/Projects\"", @@ -225,8 +181,8 @@ }, { "type": "rectangle", - "version": 642, - "versionNonce": 282830248, + "version": 729, + "versionNonce": 313013464, "isDeleted": false, "id": "Ep0sX4UhNqd0uxorb9oD-", "fillStyle": "hachure", @@ -235,8 +191,8 @@ "roughness": 1, "opacity": 100, "angle": 0, - "x": 412.0270743370056, - "y": 555.4664777517319, + "x": 426.0270743370056, + "y": 700.4664777517319, "strokeColor": "#000000", "backgroundColor": "#82c91e", "width": 431, @@ -253,8 +209,8 @@ { "id": "071awRtC5WZu9DHVPPab1", "type": "text", - "x": 421.5270743370056, - "y": 572.0853588706129, + "x": 435.5270743370056, + "y": 717.0853588706129, "width": 410, "height": 19, "angle": 0, @@ -268,8 +224,8 @@ "groupIds": [], "strokeSharpness": "sharp", "seed": 980347864, - "version": 462, - "versionNonce": 945350872, + "version": 545, + "versionNonce": 1925457064, "isDeleted": false, "boundElementIds": null, "text": "Create new Entry: Add basic info, where are docs etc", @@ -282,8 +238,8 @@ { "id": "sMHgexCwtHuFORvGjhbuL", "type": "arrow", - "x": 398.32624587011446, - "y": 435.9664777517319, + "x": 412.32624587011446, + "y": 580.9664777517319, "width": 173.20082846689115, "height": 39.24913573345134, "angle": 0, @@ -297,8 +253,8 @@ "groupIds": [], "strokeSharpness": "round", "seed": 105224408, - "version": 519, - "versionNonce": 1151905960, + "version": 788, + "versionNonce": 645650904, "isDeleted": false, "boundElementIds": null, "points": [ @@ -314,13 +270,13 @@ "lastCommittedPoint": null, "startBinding": { "elementId": "TFkP_MPD_aiwHDfSOuf7y", - "gap": 8, - "focus": 0.576607874576875 + "focus": 0.5770736090617603, + "gap": 8 }, "endBinding": { "elementId": "mLxIEpM7b8Ra2XwHP62z1", - "gap": 3.5, - "focus": -0.7263518437545546 + "focus": -0.7263518437545556, + "gap": 3.5 }, "startArrowhead": null, "endArrowhead": "arrow" @@ -328,8 +284,8 @@ { "id": "xx5XLtq5T9Q1Ct_m8-B9w", "type": "arrow", - "x": 815.9852745371115, - "y": 505.9664777517319, + "x": 829.9852745371115, + "y": 650.9664777517319, "width": 139.82477842961703, "height": 43, "angle": 0, @@ -343,8 +299,8 @@ "groupIds": [], "strokeSharpness": "round", "seed": 723938520, - "version": 610, - "versionNonce": 1005981144, + "version": 879, + "versionNonce": 1932087208, "isDeleted": false, "boundElementIds": null, "points": [ @@ -374,8 +330,8 @@ { "id": "A9d0qDpg_gkHE2gKH4fJ1", "type": "text", - "x": 717.5270743370056, - "y": 509.9664777517319, + "x": 731.5270743370056, + "y": 654.9664777517319, "width": 19, "height": 20, "angle": 0, @@ -389,8 +345,8 @@ "groupIds": [], "strokeSharpness": "sharp", "seed": 803724248, - "version": 168, - "versionNonce": 815553448, + "version": 251, + "versionNonce": 714268376, "isDeleted": false, "boundElementIds": null, "text": "No", @@ -402,8 +358,8 @@ }, { "type": "text", - "version": 187, - "versionNonce": 2057736920, + "version": 297, + "versionNonce": 598809256, "isDeleted": false, "id": "oWRq-lWjTCjOPOgeSeZX7", "fillStyle": "hachure", @@ -412,8 +368,8 @@ "roughness": 0, "opacity": 100, "angle": 0, - "x": 331.0270743370056, - "y": 439.9664777517319, + "x": 333.0270743370056, + "y": 828.9664777517319, "strokeColor": "#000000", "backgroundColor": "#82c91e", "width": 19, @@ -432,8 +388,8 @@ { "id": "r9amEtnPFhe27LUGxNiYd", "type": "text", - "x": 501.5270743370056, - "y": 436.9664777517319, + "x": 515.5270743370056, + "y": 581.9664777517319, "width": 24, "height": 40, "angle": 0, @@ -447,8 +403,8 @@ "groupIds": [], "strokeSharpness": "sharp", "seed": 995804376, - "version": 115, - "versionNonce": 1457694376, + "version": 198, + "versionNonce": 2139177944, "isDeleted": false, "boundElementIds": null, "text": "Yes\n", @@ -460,8 +416,8 @@ }, { "type": "arrow", - "version": 777, - "versionNonce": 2063497176, + "version": 1046, + "versionNonce": 654804392, "isDeleted": false, "id": "4xl1f-iR-IYSmp-GQfwji", "fillStyle": "hachure", @@ -470,8 +426,8 @@ "roughness": 1, "opacity": 100, "angle": 0, - "x": 595.323735259087, - "y": 549.0545514173713, + "x": 609.323735259087, + "y": 694.0545514173713, "strokeColor": "#000000", "backgroundColor": "#82c91e", "width": 26.90631203698149, @@ -482,13 +438,13 @@ "boundElementIds": [], "startBinding": { "elementId": "Ep0sX4UhNqd0uxorb9oD-", - "focus": -0.2227876905744501, + "focus": -0.22278769057444997, "gap": 6.411926334360601 }, "endBinding": { "elementId": "mLxIEpM7b8Ra2XwHP62z1", - "focus": 0.6700286003868248, - "gap": 6.939693531235719 + "focus": 0.670028600386825, + "gap": 6.939693531235662 }, "lastCommittedPoint": null, "startArrowhead": null, @@ -506,8 +462,8 @@ }, { "type": "rectangle", - "version": 465, - "versionNonce": 338137512, + "version": 553, + "versionNonce": 1398474968, "isDeleted": false, "id": "acZQgJxJYNl3H-15IhxKQ", "fillStyle": "hachure", @@ -516,8 +472,8 @@ "roughness": 1, "opacity": 100, "angle": 0, - "x": 566.0270743370056, - "y": 657.4664777517319, + "x": 580.0270743370056, + "y": 802.4664777517319, "strokeColor": "#000000", "backgroundColor": "transparent", "width": 605.9999999999999, @@ -531,15 +487,14 @@ "xx5XLtq5T9Q1Ct_m8-B9w", "4xl1f-iR-IYSmp-GQfwji", "F3DUvVlOwRzzAKYSQ7FoW", - "GgLLhIuu6JuJ869h5zwHj", - "c_K87tO_KEPmpAuhSHiCi" + "GgLLhIuu6JuJ869h5zwHj" ] }, { "id": "GjcMQnc7IbL4FOZXN0n6S", "type": "text", - "x": 592.5270743370056, - "y": 674.9664777517319, + "x": 606.5270743370056, + "y": 819.9664777517319, "width": 566, "height": 20, "angle": 0, @@ -553,8 +508,8 @@ "groupIds": [], "strokeSharpness": "sharp", "seed": 1905718696, - "version": 165, - "versionNonce": 1853120984, + "version": 248, + "versionNonce": 1431321512, "isDeleted": false, "boundElementIds": null, "text": " Is this something that other users of the project would benefit from?", @@ -566,8 +521,8 @@ }, { "type": "arrow", - "version": 795, - "versionNonce": 719144872, + "version": 1062, + "versionNonce": 329298648, "isDeleted": false, "id": "GgLLhIuu6JuJ869h5zwHj", "fillStyle": "hachure", @@ -576,8 +531,8 @@ "roughness": 1, "opacity": 100, "angle": 0, - "x": 823.152715586816, - "y": 504.79400672055306, + "x": 837.152715586816, + "y": 649.794006720553, "strokeColor": "#000000", "backgroundColor": "#82c91e", "width": 118.74606395821843, @@ -612,8 +567,8 @@ }, { "type": "text", - "version": 209, - "versionNonce": 1916430040, + "version": 292, + "versionNonce": 2048558760, "isDeleted": false, "id": "DxnHrs3p3-XSY_qcESp35", "fillStyle": "hachure", @@ -622,8 +577,8 @@ "roughness": 0, "opacity": 100, "angle": 0, - "x": 860.5270743370056, - "y": 513.9664777517319, + "x": 874.5270743370056, + "y": 658.9664777517319, "strokeColor": "#000000", "backgroundColor": "#82c91e", "width": 24, @@ -641,8 +596,8 @@ }, { "type": "rectangle", - "version": 614, - "versionNonce": 203259304, + "version": 701, + "versionNonce": 1241767128, "isDeleted": false, "id": "Zgkvno7n9TllEJz9-qvt5", "fillStyle": "hachure", @@ -651,8 +606,8 @@ "roughness": 1, "opacity": 100, "angle": 0, - "x": 890.0270743370056, - "y": 744.4664777517319, + "x": 904.0270743370056, + "y": 889.4664777517319, "strokeColor": "#000000", "backgroundColor": "#fab005", "width": 455.9999999999999, @@ -670,8 +625,8 @@ }, { "type": "text", - "version": 570, - "versionNonce": 1824559320, + "version": 653, + "versionNonce": 777452712, "isDeleted": false, "id": "niEYz8_9mfp4wAh4kaizr", "fillStyle": "hachure", @@ -680,8 +635,8 @@ "roughness": 0, "opacity": 100, "angle": 0, - "x": 898.5270743370056, - "y": 764.0853588706129, + "x": 912.5270743370056, + "y": 909.0853588706129, "strokeColor": "#000000", "backgroundColor": "#fab005", "width": 434, @@ -701,8 +656,8 @@ }, { "type": "arrow", - "version": 354, - "versionNonce": 703563944, + "version": 621, + "versionNonce": 1143112152, "isDeleted": false, "id": "F3DUvVlOwRzzAKYSQ7FoW", "fillStyle": "hachure", @@ -711,8 +666,8 @@ "roughness": 1, "opacity": 100, "angle": 0, - "x": 779.7915361220414, - "y": 721.9938925647946, + "x": 793.7915361220414, + "y": 866.9938925647946, "strokeColor": "#000000", "backgroundColor": "#82c91e", "width": 99.08834876223898, @@ -723,13 +678,13 @@ "boundElementIds": [], "startBinding": { "elementId": "acZQgJxJYNl3H-15IhxKQ", - "focus": 0.4429072894181089, + "focus": 0.4452061419956326, "gap": 13.527414813062705 }, "endBinding": { "elementId": "Zgkvno7n9TllEJz9-qvt5", - "focus": -0.8202956853484544, - "gap": 11.147189452725343 + "focus": -0.820295685348454, + "gap": 11.147189452725229 }, "lastCommittedPoint": null, "startArrowhead": null, @@ -747,8 +702,8 @@ }, { "type": "text", - "version": 218, - "versionNonce": 1428731352, + "version": 301, + "versionNonce": 1721837480, "isDeleted": false, "id": "lOUVfaoNLhbx-H3qRMwOE", "fillStyle": "hachure", @@ -757,8 +712,8 @@ "roughness": 0, "opacity": 100, "angle": 0, - "x": 822.5270743370056, - "y": 716.9664777517319, + "x": 836.5270743370056, + "y": 861.9664777517319, "strokeColor": "#000000", "backgroundColor": "#82c91e", "width": 24, @@ -776,8 +731,8 @@ }, { "type": "arrow", - "version": 794, - "versionNonce": 658782936, + "version": 1031, + "versionNonce": 174977704, "isDeleted": false, "id": "c_K87tO_KEPmpAuhSHiCi", "fillStyle": "hachure", @@ -786,8 +741,8 @@ "roughness": 1, "opacity": 100, "angle": 0, - "x": 773.6260345166309, - "y": 725.8258527517319, + "x": 787.6260345166309, + "y": 870.8258527517319, "strokeColor": "#000000", "backgroundColor": "#82c91e", "width": 34.41449695006622, @@ -796,15 +751,11 @@ "groupIds": [], "strokeSharpness": "round", "boundElementIds": [], - "startBinding": { - "elementId": "acZQgJxJYNl3H-15IhxKQ", - "gap": 17.359375000000004, - "focus": 0.2778646518535551 - }, + "startBinding": null, "endBinding": { "elementId": "KZDeghpRO3ypxVxGcpBNF", - "gap": 20.208454895485247, - "focus": -0.26705857253796966 + "focus": -0.26705857253796966, + "gap": 20.208454895485374 }, "lastCommittedPoint": null, "startArrowhead": null, @@ -822,8 +773,8 @@ }, { "type": "text", - "version": 229, - "versionNonce": 173244072, + "version": 312, + "versionNonce": 295562200, "isDeleted": false, "id": "3_srb555SQ1dKGcykgWg5", "fillStyle": "hachure", @@ -832,8 +783,8 @@ "roughness": 0, "opacity": 100, "angle": 0, - "x": 729.0270743370056, - "y": 720.9664777517319, + "x": 743.0270743370056, + "y": 865.9664777517319, "strokeColor": "#000000", "backgroundColor": "#82c91e", "width": 19, @@ -851,8 +802,8 @@ }, { "type": "arrow", - "version": 877, - "versionNonce": 363274200, + "version": 1146, + "versionNonce": 1349082536, "isDeleted": false, "id": "FOmIbqRqdzvoB69KCOcaS", "fillStyle": "hachure", @@ -861,8 +812,8 @@ "roughness": 1, "opacity": 100, "angle": 0, - "x": 1087.8125299649591, - "y": 822.2363250049856, + "x": 1101.8125299649591, + "y": 967.2363250049856, "strokeColor": "#000000", "backgroundColor": "#82c91e", "width": 215.18903537240658, @@ -873,12 +824,12 @@ "boundElementIds": [], "startBinding": { "elementId": "Zgkvno7n9TllEJz9-qvt5", - "focus": -0.316760975693461, + "focus": -0.3178781393853536, "gap": 1.7698472532537153 }, "endBinding": { "elementId": "KZDeghpRO3ypxVxGcpBNF", - "focus": -0.4403238948955582, + "focus": -0.4403238948955569, "gap": 22.704608562738258 }, "lastCommittedPoint": null, @@ -897,8 +848,8 @@ }, { "type": "text", - "version": 341, - "versionNonce": 1404922280, + "version": 424, + "versionNonce": 1268953304, "isDeleted": false, "id": "orq15uWqeCz8pNB-1hn5P", "fillStyle": "hachure", @@ -907,8 +858,8 @@ "roughness": 0, "opacity": 100, "angle": 0, - "x": 1020.5270743370056, - "y": 846.9664777517319, + "x": 1034.5270743370056, + "y": 991.9664777517319, "strokeColor": "#000000", "backgroundColor": "#82c91e", "width": 220, @@ -926,8 +877,8 @@ }, { "type": "rectangle", - "version": 710, - "versionNonce": 622004696, + "version": 797, + "versionNonce": 1109136296, "isDeleted": false, "id": "KZDeghpRO3ypxVxGcpBNF", "fillStyle": "hachure", @@ -936,8 +887,8 @@ "roughness": 1, "opacity": 100, "angle": 0, - "x": 544.5270743370056, - "y": 902.9664777517319, + "x": 558.5270743370056, + "y": 1047.9664777517319, "strokeColor": "#000000", "backgroundColor": "#82c91e", "width": 497.0000000000001, @@ -955,8 +906,8 @@ }, { "type": "text", - "version": 945, - "versionNonce": 819797928, + "version": 1028, + "versionNonce": 203315928, "isDeleted": false, "id": "-tTJN1_pN7HEcnZEEAfo0", "fillStyle": "hachure", @@ -965,8 +916,8 @@ "roughness": 0, "opacity": 100, "angle": 0, - "x": 548.0270743370056, - "y": 919.5853588706129, + "x": 562.0270743370056, + "y": 1064.585358870613, "strokeColor": "#000000", "backgroundColor": "#82c91e", "width": 482, @@ -982,157 +933,10 @@ "textAlign": "left", "verticalAlign": "top" }, - { - "type": "rectangle", - "version": 273, - "versionNonce": 443214504, - "isDeleted": false, - "id": "0fVB9l1Av814yVE0DgXW0", - "fillStyle": "hachure", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 580.0270743370056, - "y": 249.46647775173187, - "strokeColor": "#000000", - "backgroundColor": "transparent", - "width": 136, - "height": 51, - "seed": 970249688, - "groupIds": [], - "strokeSharpness": "sharp", - "boundElementIds": [ - "6rzoOq87QezT5zA89SpvI", - "sMHgexCwtHuFORvGjhbuL", - "-Zp1ZPAN6Kc84IOlQftJQ", - "S2c_9H6ZBc49gCB_7YDKZ" - ] - }, - { - "type": "text", - "version": 346, - "versionNonce": 1175221208, - "isDeleted": false, - "id": "YrOlZhWYj9XN-nXGdLoqD", - "fillStyle": "hachure", - "strokeWidth": 2, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 599.0270743370056, - "y": 261.9664777517319, - "strokeColor": "#000000", - "backgroundColor": "transparent", - "width": 101, - "height": 20, - "seed": 451810216, - "groupIds": [], - "strokeSharpness": "sharp", - "boundElementIds": [ - "6rzoOq87QezT5zA89SpvI" - ], - "fontSize": 16, - "fontFamily": 1, - "text": "Confidential?", - "baseline": 14, - "textAlign": "left", - "verticalAlign": "top" - }, - { - "type": "text", - "version": 228, - "versionNonce": 1174885800, - "isDeleted": false, - "id": "BLO8hpJUiaQb_E99fX1Ku", - "fillStyle": "hachure", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 0, - "opacity": 100, - "angle": 0, - "x": 549.0270743370056, - "y": 300.9664777517319, - "strokeColor": "#000000", - "backgroundColor": "#82c91e", - "width": 19, - "height": 20, - "seed": 1368362456, - "groupIds": [], - "strokeSharpness": "sharp", - "boundElementIds": [], - "fontSize": 16, - "fontFamily": 1, - "text": "No", - "baseline": 14, - "textAlign": "center", - "verticalAlign": "middle" - }, - { - "type": "rectangle", - "version": 669, - "versionNonce": 954097832, - "isDeleted": false, - "id": "PUMPLxSbXt6_ol65KGY8k", - "fillStyle": "hachure", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "angle": 0, - "x": 771.5270743370056, - "y": 328.9664777517319, - "strokeColor": "#000000", - "backgroundColor": "#fab005", - "width": 429.9999999999999, - "height": 46, - "seed": 1609139368, - "groupIds": [], - "strokeSharpness": "sharp", - "boundElementIds": [ - "6rzoOq87QezT5zA89SpvI", - "xx5XLtq5T9Q1Ct_m8-B9w", - "4xl1f-iR-IYSmp-GQfwji", - "FOmIbqRqdzvoB69KCOcaS", - "S2c_9H6ZBc49gCB_7YDKZ", - "cQn0RUay87Vml2gKkIgAq" - ] - }, - { - "id": "CKe3Qhvyz0mGS3Lo8q0bY", - "type": "text", - "x": 803.5270743370056, - "y": 340.9664777517319, - "width": 363, - "height": 40, - "angle": 0, - "strokeColor": "#000000", - "backgroundColor": "#82c91e", - "fillStyle": "hachure", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "groupIds": [], - "strokeSharpness": "sharp", - "seed": 413451736, - "version": 106, - "versionNonce": 322133464, - "isDeleted": false, - "boundElementIds": null, - "text": "Create Google Doc for it in the Team Drive\n", - "fontSize": 16, - "fontFamily": 1, - "textAlign": "left", - "verticalAlign": "top", - "baseline": 34 - }, { "type": "arrow", - "version": 690, - "versionNonce": 1922829224, + "version": 759, + "versionNonce": 1166946008, "isDeleted": false, "id": "-Zp1ZPAN6Kc84IOlQftJQ", "fillStyle": "hachure", @@ -1157,9 +961,9 @@ "gap": 12.091947268031877 }, "endBinding": { - "elementId": "0fVB9l1Av814yVE0DgXW0", - "focus": 0.14038603908393577, - "gap": 12.5 + "elementId": "fu8WN3iXGWgFSYd89tzQg", + "focus": -0.07698016556142792, + "gap": 6.25 }, "lastCommittedPoint": null, "startArrowhead": null, @@ -1175,88 +979,13 @@ ] ] }, - { - "id": "S2c_9H6ZBc49gCB_7YDKZ", - "type": "arrow", - "x": 652.6990428129042, - "y": 306.5758527517319, - "width": 113.79678152410145, - "height": 47.6616514223694, - "angle": 0, - "strokeColor": "#000000", - "backgroundColor": "#ced4da", - "fillStyle": "cross-hatch", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 1, - "opacity": 100, - "groupIds": [], - "strokeSharpness": "round", - "seed": 1731035608, - "version": 195, - "versionNonce": 498721496, - "isDeleted": false, - "boundElementIds": null, - "points": [ - [ - 0, - 0 - ], - [ - 113.79678152410145, - 47.6616514223694 - ] - ], - "lastCommittedPoint": null, - "startBinding": { - "elementId": "0fVB9l1Av814yVE0DgXW0", - "gap": 6.109375, - "focus": 0.5506072874493928 - }, - "endBinding": { - "elementId": "PUMPLxSbXt6_ol65KGY8k", - "gap": 5.03125, - "focus": -0.8352769679300294 - }, - "startArrowhead": null, - "endArrowhead": "arrow" - }, - { - "type": "text", - "version": 284, - "versionNonce": 493639336, - "isDeleted": false, - "id": "oZEKFPLgYX9EzXSVG2f3L", - "fillStyle": "hachure", - "strokeWidth": 1, - "strokeStyle": "solid", - "roughness": 0, - "opacity": 100, - "angle": 0, - "x": 711.5270743370056, - "y": 304.9664777517319, - "strokeColor": "#000000", - "backgroundColor": "#82c91e", - "width": 24, - "height": 20, - "seed": 89666984, - "groupIds": [], - "strokeSharpness": "sharp", - "boundElementIds": [], - "fontSize": 16, - "fontFamily": 1, - "text": "Yes", - "baseline": 14, - "textAlign": "left", - "verticalAlign": "top" - }, { "id": "cQn0RUay87Vml2gKkIgAq", "type": "arrow", - "x": 968.5270743370056, - "y": 315.9664777517319, - "width": 183, - "height": 173, + "x": 964.5192349459021, + "y": 358.47316985585405, + "width": 392.0789840879533, + "height": 329.8341083340792, "angle": 0, "strokeColor": "#000000", "backgroundColor": "#ced4da", @@ -1268,34 +997,34 @@ "groupIds": [], "strokeSharpness": "sharp", "seed": 409394600, - "version": 125, - "versionNonce": 596708568, + "version": 366, + "versionNonce": 1785299160, "isDeleted": false, "boundElementIds": null, "points": [ [ - 0, - 0 + 205.6514597586426, + 116.83410833407918 ], [ - 3, - -173 + 212.19104469701483, + -213 ], [ - -180, - -166 + -179.88793939093847, + -201.27260833330314 ] ], "lastCommittedPoint": null, "startBinding": { - "elementId": "PUMPLxSbXt6_ol65KGY8k", - "focus": -0.0864641477028768, - "gap": 13 + "elementId": "vrVXmjyoowSPZBPWEPwtZ", + "focus": 0.7514272367291275, + "gap": 7.40919956179863 }, "endBinding": { "elementId": "K5XTgxUKvzbfgD2Zj7g1y", - "focus": 0.05095257123782326, - "gap": 11.387448567614058 + "focus": 0.3195036051332476, + "gap": 7.6822922501896755 }, "startArrowhead": null, "endArrowhead": "arrow" @@ -1303,8 +1032,8 @@ { "id": "1e3hiNFeblVuyh9FOjUqC", "type": "text", - "x": 1003.5270743370056, - "y": 161.96647775173187, + "x": 921.5270743370056, + "y": 174.96647775173187, "width": 234, "height": 60, "angle": 0, @@ -1318,8 +1047,8 @@ "groupIds": [], "strokeSharpness": "sharp", "seed": 1581400536, - "version": 85, - "versionNonce": 1668598952, + "version": 143, + "versionNonce": 37321688, "isDeleted": false, "boundElementIds": null, "text": "Link to Google Doc become\nnow another (non confidential)\ninformation", @@ -1331,8 +1060,8 @@ }, { "type": "arrow", - "version": 987, - "versionNonce": 1418310104, + "version": 1230, + "versionNonce": 1133505448, "isDeleted": false, "id": "yOW4Umh_RQYVKuqMUgGOF", "fillStyle": "hachure", @@ -1341,25 +1070,25 @@ "roughness": 1, "opacity": 100, "angle": 0, - "x": 374.0479219074541, - "y": 438.8535626794305, + "x": 388.0479219074541, + "y": 583.8535626794305, "strokeColor": "#000000", "backgroundColor": "#82c91e", - "width": 35.89514306312395, - "height": 310.1210781250984, + "width": 8.744591979439974, + "height": 578.3724386338979, "seed": 1635362728, "groupIds": [], "strokeSharpness": "round", "boundElementIds": [], "startBinding": { "elementId": "TFkP_MPD_aiwHDfSOuf7y", - "gap": 10.887084927698652, - "focus": 0.04406769556809459 + "focus": 0.07542310188752595, + "gap": 10.887084927698652 }, "endBinding": { - "elementId": "t_cdTl7vGUA8Rdvsp65r7", - "gap": 9.491836947202955, - "focus": -0.11752843588698654 + "elementId": "NmwX-HflS3F3pQQFGkcXq", + "focus": -0.4865437978237083, + "gap": 14.240476438403448 }, "lastCommittedPoint": null, "startArrowhead": null, @@ -1370,15 +1099,15 @@ 0 ], [ - -35.89514306312395, - 310.1210781250984 + -8.744591979439974, + 578.3724386338979 ] ] }, { "type": "rectangle", - "version": 262, - "versionNonce": 1468331944, + "version": 300, + "versionNonce": 1853096664, "isDeleted": false, "id": "NmwX-HflS3F3pQQFGkcXq", "fillStyle": "hachure", @@ -1387,8 +1116,8 @@ "roughness": 1, "opacity": 100, "angle": 0, - "x": 230.02707433700562, - "y": 1068.4664777517319, + "x": 241.02707433700562, + "y": 1176.4664777517319, "strokeColor": "#000000", "backgroundColor": "transparent", "width": 537, @@ -1401,14 +1130,13 @@ "sMHgexCwtHuFORvGjhbuL", "yOW4Umh_RQYVKuqMUgGOF", "tcxwHn_aqeUg-NtoXqLyy", - "XlWnoZ_056xM4H0alTRG1", "vcDAmo-TbLrwm18qDgY41" ] }, { "type": "text", - "version": 255, - "versionNonce": 153466584, + "version": 288, + "versionNonce": 1692677800, "isDeleted": false, "id": "K5Jsw6OssNIxNfGrPNAt8", "fillStyle": "hachure", @@ -1417,8 +1145,8 @@ "roughness": 1, "opacity": 100, "angle": 0, - "x": 258.0270743370056, - "y": 1083.9664777517319, + "x": 269.0270743370056, + "y": 1191.9664777517319, "strokeColor": "#000000", "backgroundColor": "transparent", "width": 489, @@ -1439,8 +1167,8 @@ }, { "type": "arrow", - "version": 632, - "versionNonce": 1314374312, + "version": 726, + "versionNonce": 1939728344, "isDeleted": false, "id": "tcxwHn_aqeUg-NtoXqLyy", "fillStyle": "hachure", @@ -1449,8 +1177,8 @@ "roughness": 1, "opacity": 100, "angle": 0, - "x": 515.92666010356, - "y": 1133.4664777517316, + "x": 526.92666010356, + "y": 1241.4664777517316, "strokeColor": "#000000", "backgroundColor": "#82c91e", "width": 173.20082846689127, @@ -1461,13 +1189,13 @@ "boundElementIds": [], "startBinding": { "elementId": "NmwX-HflS3F3pQQFGkcXq", - "focus": 0.4118026229878294, + "focus": 0.4072545732865928, "gap": 13.999999999999773 }, "endBinding": { "elementId": "hAdCGupeOyspu0fZCK_7f", - "focus": -0.4115891668871185, - "gap": 15.399585766554424 + "focus": -0.4115891668871228, + "gap": 15.39958576655431 }, "lastCommittedPoint": null, "startArrowhead": null, @@ -1485,8 +1213,8 @@ }, { "type": "text", - "version": 222, - "versionNonce": 905518040, + "version": 255, + "versionNonce": 192356776, "isDeleted": false, "id": "TELr43v1T9X3kU-MxwWm_", "fillStyle": "hachure", @@ -1495,8 +1223,8 @@ "roughness": 0, "opacity": 100, "angle": 0, - "x": 619.127488570451, - "y": 1134.4664777517316, + "x": 630.127488570451, + "y": 1242.4664777517316, "strokeColor": "#000000", "backgroundColor": "#82c91e", "width": 24, @@ -1514,8 +1242,8 @@ }, { "type": "rectangle", - "version": 672, - "versionNonce": 379137448, + "version": 706, + "versionNonce": 1682123992, "isDeleted": false, "id": "hAdCGupeOyspu0fZCK_7f", "fillStyle": "hachure", @@ -1524,8 +1252,8 @@ "roughness": 1, "opacity": 100, "angle": 0, - "x": 704.5270743370056, - "y": 1153.9664777517319, + "x": 715.5270743370056, + "y": 1261.9664777517319, "strokeColor": "#000000", "backgroundColor": "#82c91e", "width": 455.9999999999999, @@ -1544,8 +1272,8 @@ }, { "type": "text", - "version": 666, - "versionNonce": 488104152, + "version": 699, + "versionNonce": 1450486952, "isDeleted": false, "id": "xPsluJij4RbrDDZ7McG4m", "fillStyle": "hachure", @@ -1554,8 +1282,8 @@ "roughness": 0, "opacity": 100, "angle": 0, - "x": 713.0270743370056, - "y": 1172.585358870613, + "x": 724.0270743370056, + "y": 1280.585358870613, "strokeColor": "#000000", "backgroundColor": "#82c91e", "width": 434, @@ -1575,8 +1303,8 @@ }, { "type": "arrow", - "version": 891, - "versionNonce": 1232418984, + "version": 985, + "versionNonce": 2046284248, "isDeleted": false, "id": "XlWnoZ_056xM4H0alTRG1", "fillStyle": "hachure", @@ -1585,8 +1313,8 @@ "roughness": 1, "opacity": 100, "angle": 0, - "x": 374.13464799679747, - "y": 1139.4664777517319, + "x": 385.13464799679747, + "y": 1247.4664777517319, "strokeColor": "#000000", "backgroundColor": "#82c91e", "width": 17.219546300646698, @@ -1595,15 +1323,11 @@ "groupIds": [], "strokeSharpness": "round", "boundElementIds": [], - "startBinding": { - "elementId": "NmwX-HflS3F3pQQFGkcXq", - "gap": 20.000000000000004, - "focus": 0.40984345261376665 - }, + "startBinding": null, "endBinding": { "elementId": "tP4TBLv9qEWOa_YGSWfiL", - "gap": 18.995454756413498, - "focus": -0.3674769331447676 + "focus": -0.3678834520814298, + "gap": 18.995454756413665 }, "lastCommittedPoint": null, "startArrowhead": null, @@ -1621,8 +1345,8 @@ }, { "type": "text", - "version": 237, - "versionNonce": 504759768, + "version": 270, + "versionNonce": 529061800, "isDeleted": false, "id": "PBp69rlN8oP6oO1SzINUE", "fillStyle": "hachure", @@ -1631,8 +1355,8 @@ "roughness": 0, "opacity": 100, "angle": 0, - "x": 327.0270743370056, - "y": 1151.9664777517319, + "x": 338.0270743370056, + "y": 1259.9664777517319, "strokeColor": "#000000", "backgroundColor": "#82c91e", "width": 19, @@ -1650,8 +1374,8 @@ }, { "type": "rectangle", - "version": 807, - "versionNonce": 2056774568, + "version": 841, + "versionNonce": 466605784, "isDeleted": false, "id": "tP4TBLv9qEWOa_YGSWfiL", "fillStyle": "hachure", @@ -1660,8 +1384,8 @@ "roughness": 1, "opacity": 100, "angle": 0, - "x": 228.52707433700562, - "y": 1226.9664777517319, + "x": 239.52707433700562, + "y": 1334.9664777517319, "strokeColor": "#000000", "backgroundColor": "#fab005", "width": 370.9999999999999, @@ -1681,8 +1405,8 @@ }, { "type": "text", - "version": 325, - "versionNonce": 101157592, + "version": 358, + "versionNonce": 719299240, "isDeleted": false, "id": "272u50gLFR1K16vImOXli", "fillStyle": "hachure", @@ -1691,8 +1415,8 @@ "roughness": 1, "opacity": 100, "angle": 0, - "x": 260.5270743370056, - "y": 1238.9664777517319, + "x": 271.5270743370056, + "y": 1346.9664777517319, "strokeColor": "#000000", "backgroundColor": "#82c91e", "width": 324, @@ -1710,23 +1434,23 @@ }, { "type": "rectangle", - "version": 430, - "versionNonce": 1747791528, + "version": 619, + "versionNonce": 1929348264, "isDeleted": false, - "id": "t_cdTl7vGUA8Rdvsp65r7", + "id": "fu8WN3iXGWgFSYd89tzQg", "fillStyle": "hachure", "strokeWidth": 1, "strokeStyle": "solid", "roughness": 1, "opacity": 100, "angle": 0, - "x": 254.02707433700562, - "y": 758.4664777517319, + "x": 574.0270743370056, + "y": 243.21647775173187, "strokeColor": "#000000", "backgroundColor": "transparent", "width": 180.99999999999997, "height": 51, - "seed": 481400024, + "seed": 202641880, "groupIds": [], "strokeSharpness": "sharp", "boundElementIds": [ @@ -1736,69 +1460,102 @@ "tcxwHn_aqeUg-NtoXqLyy", "XlWnoZ_056xM4H0alTRG1", "vcDAmo-TbLrwm18qDgY41", - "lizlF0jOsK3A6fIrDqyg5" + "ylsxmXMsZqUXGc6A2Thb1", + "rQmbkUHAJXvjG4igRHZfG", + "-Zp1ZPAN6Kc84IOlQftJQ" ] }, { - "id": "rZUZVTyEtevGelWFvgvpw", "type": "text", - "x": 271.0270743370056, - "y": 772.9664777517319, - "width": 153, - "height": 20, - "angle": 0, - "strokeColor": "#000000", - "backgroundColor": "#fab005", + "version": 209, + "versionNonce": 1646688728, + "isDeleted": false, + "id": "Ygi0MXAnrv0uitnKAd8GH", "fillStyle": "cross-hatch", "strokeWidth": 1, "strokeStyle": "dashed", "roughness": 1, "opacity": 100, + "angle": 0, + "x": 592.0270743370056, + "y": 261.7164777517319, + "strokeColor": "#000000", + "backgroundColor": "#fab005", + "width": 153, + "height": 20, + "seed": 2085656488, "groupIds": [], "strokeSharpness": "sharp", - "seed": 1764301480, - "version": 58, - "versionNonce": 1602252760, - "isDeleted": false, - "boundElementIds": null, + "boundElementIds": [], + "fontSize": 16, + "fontFamily": 1, "text": "Is this a proposal?", + "baseline": 14, + "textAlign": "center", + "verticalAlign": "middle" + }, + { + "type": "text", + "version": 494, + "versionNonce": 1314618840, + "isDeleted": false, + "id": "BnOsEMSID_IzPfaXnAxH6", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 355.0270743370056, + "y": 421.7164777517319, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 19, + "height": 20, + "seed": 543430360, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "ylsxmXMsZqUXGc6A2Thb1" + ], "fontSize": 16, "fontFamily": 1, + "text": "No", + "baseline": 14, "textAlign": "center", - "verticalAlign": "middle", - "baseline": 14 + "verticalAlign": "middle" }, { "type": "arrow", - "version": 1175, - "versionNonce": 1117041880, + "version": 3120, + "versionNonce": 371844008, "isDeleted": false, - "id": "vcDAmo-TbLrwm18qDgY41", + "id": "ylsxmXMsZqUXGc6A2Thb1", "fillStyle": "hachure", "strokeWidth": 1, "strokeStyle": "solid", "roughness": 1, "opacity": 100, "angle": 0, - "x": 350.9890953248587, - "y": 819.5179841252278, + "x": 650.0120096630619, + "y": 303.5862667625179, "strokeColor": "#000000", "backgroundColor": "#82c91e", - "width": 43.11183458378184, - "height": 244.11220158799495, - "seed": 1766177704, + "width": 164.89479045569965, + "height": 46.83072843487662, + "seed": 414147240, "groupIds": [], "strokeSharpness": "round", "boundElementIds": [], "startBinding": { - "elementId": "t_cdTl7vGUA8Rdvsp65r7", - "gap": 10.051506373495954, - "focus": -0.1295004437166301 + "elementId": "fu8WN3iXGWgFSYd89tzQg", + "focus": 0.7602415038269515, + "gap": 9.369789010786008 }, "endBinding": { - "elementId": "NmwX-HflS3F3pQQFGkcXq", - "gap": 4.8362920385091, - "focus": -0.7179667153529501 + "elementId": "1Qzdovi7VPftZuAOWsORj", + "focus": 0.3091508291580209, + "gap": 11.299482554337374 }, "lastCommittedPoint": null, "startArrowhead": null, @@ -1809,73 +1566,134 @@ 0 ], [ - -43.11183458378184, - 244.11220158799495 + 164.89479045569965, + 46.83072843487662 ] ] }, { "type": "text", - "version": 262, - "versionNonce": 819221464, + "version": 620, + "versionNonce": 345275048, "isDeleted": false, - "id": "dF1gDEgmdccU85qy-Dz6T", + "id": "vkf4Q5TPgtTalSnxVkYkJ", "fillStyle": "hachure", "strokeWidth": 1, "strokeStyle": "solid", "roughness": 0, "opacity": 100, "angle": 0, - "x": 330.0270743370056, - "y": 825.9664777517319, + "x": 771.5270743370056, + "y": 297.7164777517319, "strokeColor": "#000000", "backgroundColor": "#82c91e", - "width": 19, + "width": 24, "height": 20, - "seed": 1732976856, + "seed": 376142808, "groupIds": [], "strokeSharpness": "sharp", "boundElementIds": [ - "lizlF0jOsK3A6fIrDqyg5" + "ylsxmXMsZqUXGc6A2Thb1" ], "fontSize": 16, "fontFamily": 1, - "text": "No", + "text": "Yes", + "baseline": 14, + "textAlign": "left", + "verticalAlign": "top" + }, + { + "type": "rectangle", + "version": 1492, + "versionNonce": 1866938536, + "isDeleted": false, + "id": "1Qzdovi7VPftZuAOWsORj", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 542.0270743370056, + "y": 361.7164777517319, + "strokeColor": "#000000", + "backgroundColor": "#fab005", + "width": 577.9999999999998, + "height": 54.000000000000014, + "seed": 1962724776, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "6rzoOq87QezT5zA89SpvI", + "xx5XLtq5T9Q1Ct_m8-B9w", + "4xl1f-iR-IYSmp-GQfwji", + "FOmIbqRqdzvoB69KCOcaS", + "S2c_9H6ZBc49gCB_7YDKZ", + "cQn0RUay87Vml2gKkIgAq", + "XlWnoZ_056xM4H0alTRG1", + "ylsxmXMsZqUXGc6A2Thb1" + ] + }, + { + "type": "text", + "version": 448, + "versionNonce": 1740032424, + "isDeleted": false, + "id": "VmUN64oBMPvU_JPMB0o3U", + "fillStyle": "cross-hatch", + "strokeWidth": 1, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 594.0270743370056, + "y": 378.7164777517319, + "strokeColor": "#000000", + "backgroundColor": "#fab005", + "width": 439, + "height": 20, + "seed": 4079832, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [], + "fontSize": 16, + "fontFamily": 1, + "text": "https://rhobs-handbook.netlify.app/proposals/process.md/", "baseline": 14, "textAlign": "center", - "verticalAlign": "middle" + "verticalAlign": "top" }, { "type": "arrow", - "version": 1471, - "versionNonce": 1286120104, + "version": 1622, + "versionNonce": 1401530584, "isDeleted": false, - "id": "lizlF0jOsK3A6fIrDqyg5", + "id": "rQmbkUHAJXvjG4igRHZfG", "fillStyle": "hachure", "strokeWidth": 1, "strokeStyle": "solid", "roughness": 1, "opacity": 100, "angle": 0, - "x": 361.23962532388407, - "y": 819.7401531664902, + "x": 637.1080169366569, + "y": 304.9366774505985, "strokeColor": "#000000", "backgroundColor": "#82c91e", - "width": 96.3926203977835, - "height": 25.27764442456919, - "seed": 358108120, + "width": 210.36154849649796, + "height": 47.54581626488789, + "seed": 953241048, "groupIds": [], "strokeSharpness": "round", "boundElementIds": [], "startBinding": { - "elementId": "dF1gDEgmdccU85qy-Dz6T", - "gap": 13.708155216800378, - "focus": -1.754963196820595 + "elementId": "fu8WN3iXGWgFSYd89tzQg", + "focus": -0.6533154171885165, + "gap": 10.720199698866622 }, "endBinding": { - "elementId": "o1wrCfUhx3v3alCiFoYDJ", - "gap": 12.39482861533807, - "focus": -0.7014172122060076 + "elementId": "tOqircqGUaaNMcainEOwy", + "focus": -0.7451262421460175, + "gap": 10.733984036245488 }, "lastCommittedPoint": null, "startArrowhead": null, @@ -1886,102 +1704,279 @@ 0 ], [ - 96.3926203977835, - 25.27764442456919 + -210.36154849649796, + 47.54581626488789 ] ] }, { - "type": "text", - "version": 368, - "versionNonce": 2107564504, + "type": "arrow", + "version": 1408, + "versionNonce": 1919997400, "isDeleted": false, - "id": "U9aOYSZ5tQYhwgeeCu6yA", + "id": "p1JprMbniL2tm5Aqyfwq6", "fillStyle": "hachure", "strokeWidth": 1, "strokeStyle": "solid", - "roughness": 0, + "roughness": 1, "opacity": 100, "angle": 0, - "x": 403.5270743370056, - "y": 808.9664777517319, + "x": 397.02108613793564, + "y": 420.5655234260764, "strokeColor": "#000000", - "backgroundColor": "#82c91e", - "width": 24, + "backgroundColor": "transparent", + "width": 9.920391699268976, + "height": 86.92180282487533, + "seed": 684556712, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": [], + "startBinding": { + "elementId": "tOqircqGUaaNMcainEOwy", + "focus": 0.007223690160989888, + "gap": 6.349045674344552 + }, + "endBinding": { + "elementId": "TFkP_MPD_aiwHDfSOuf7y", + "focus": -0.12396959800993149, + "gap": 14.47915150078012 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + -9.920391699268976, + 86.92180282487533 + ] + ] + }, + { + "type": "rectangle", + "version": 412, + "versionNonce": 141912232, + "isDeleted": false, + "id": "tOqircqGUaaNMcainEOwy", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 333.1682542030601, + "y": 363.2164777517319, + "strokeColor": "#000000", + "backgroundColor": "transparent", + "width": 136, + "height": 51, + "seed": 906153176, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "sMHgexCwtHuFORvGjhbuL", + "-Zp1ZPAN6Kc84IOlQftJQ", + "gnW4JQg-MsDGqjPJ2rop6", + "rQmbkUHAJXvjG4igRHZfG", + "p1JprMbniL2tm5Aqyfwq6" + ] + }, + { + "type": "text", + "version": 486, + "versionNonce": 1685035944, + "isDeleted": false, + "id": "16yHvfPEc0y7-KIjH-P2j", + "fillStyle": "hachure", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 350.1682542030601, + "y": 375.7164777517319, + "strokeColor": "#000000", + "backgroundColor": "transparent", + "width": 101, "height": 20, - "seed": 536750552, + "seed": 973016232, "groupIds": [], "strokeSharpness": "sharp", "boundElementIds": [ - "lizlF0jOsK3A6fIrDqyg5" + "p1JprMbniL2tm5Aqyfwq6" ], "fontSize": 16, "fontFamily": 1, - "text": "Yes", + "text": "Confidential?", "baseline": 14, "textAlign": "left", "verticalAlign": "top" }, + { + "type": "text", + "version": 399, + "versionNonce": 279401176, + "isDeleted": false, + "id": "6QaJ_1P6ePl1-T1BWhvc4", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 515.1682542030601, + "y": 302.7164777517319, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 19, + "height": 20, + "seed": 851669464, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [], + "fontSize": 16, + "fontFamily": 1, + "text": "No", + "baseline": 14, + "textAlign": "center", + "verticalAlign": "middle" + }, { "type": "rectangle", - "version": 921, - "versionNonce": 108124072, + "version": 865, + "versionNonce": 1077438376, "isDeleted": false, - "id": "o1wrCfUhx3v3alCiFoYDJ", + "id": "vrVXmjyoowSPZBPWEPwtZ", "fillStyle": "hachure", "strokeWidth": 1, "strokeStyle": "solid", "roughness": 1, "opacity": 100, "angle": 0, - "x": 470.0270743370057, - "y": 785.9664777517319, + "x": 792.6682542030601, + "y": 482.7164777517319, "strokeColor": "#000000", "backgroundColor": "#fab005", - "width": 146.99999999999991, - "height": 80.00000000000001, - "seed": 417693864, + "width": 429.9999999999999, + "height": 46, + "seed": 1657223080, "groupIds": [], "strokeSharpness": "sharp", "boundElementIds": [ - "6rzoOq87QezT5zA89SpvI", + "p1JprMbniL2tm5Aqyfwq6", "xx5XLtq5T9Q1Ct_m8-B9w", "4xl1f-iR-IYSmp-GQfwji", "FOmIbqRqdzvoB69KCOcaS", - "S2c_9H6ZBc49gCB_7YDKZ", - "cQn0RUay87Vml2gKkIgAq", - "XlWnoZ_056xM4H0alTRG1", - "lizlF0jOsK3A6fIrDqyg5" + "gnW4JQg-MsDGqjPJ2rop6", + "cQn0RUay87Vml2gKkIgAq" ] }, { - "id": "HLm9hWSYue0jlcSG7_40k", "type": "text", - "x": 476.0270743370056, - "y": 803.9664777517319, - "width": 137, - "height": 40, + "version": 238, + "versionNonce": 1290279848, + "isDeleted": false, + "id": "TgDmczVLd-awcxLBRlPux", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, "angle": 0, + "x": 815.6682542030601, + "y": 494.7164777517319, "strokeColor": "#000000", - "backgroundColor": "#fab005", + "backgroundColor": "#82c91e", + "width": 363, + "height": 40, + "seed": 2049406680, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [], + "fontSize": 16, + "fontFamily": 1, + "text": "Create Google Doc for it in the Team Drive\n", + "baseline": 34, + "textAlign": "left", + "verticalAlign": "top" + }, + { + "type": "arrow", + "version": 818, + "versionNonce": 590823896, + "isDeleted": false, + "id": "gnW4JQg-MsDGqjPJ2rop6", "fillStyle": "cross-hatch", "strokeWidth": 1, - "strokeStyle": "dashed", + "strokeStyle": "solid", "roughness": 1, "opacity": 100, + "angle": 0, + "x": 431.2377146161459, + "y": 420.3258527517319, + "strokeColor": "#000000", + "backgroundColor": "#ced4da", + "width": 350.85316255964085, + "height": 87.25672505174089, + "seed": 928121512, "groupIds": [], - "strokeSharpness": "sharp", - "seed": 1041665240, - "version": 86, - "versionNonce": 742075864, + "strokeSharpness": "round", + "boundElementIds": [], + "startBinding": { + "elementId": "tOqircqGUaaNMcainEOwy", + "focus": 0.5689761681974931, + "gap": 6.109375 + }, + "endBinding": { + "elementId": "vrVXmjyoowSPZBPWEPwtZ", + "focus": -0.7580323428284332, + "gap": 10.577377027273315 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + 350.85316255964085, + 87.25672505174089 + ] + ] + }, + { + "type": "text", + "version": 415, + "versionNonce": 1089858008, "isDeleted": false, - "boundElementIds": null, - "text": "Follow \nProposal Process", + "id": "0KX2l2DSYqcXOdRvU2-Er", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 488.6682542030601, + "y": 412.7164777517319, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 24, + "height": 20, + "seed": 549641176, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [], "fontSize": 16, "fontFamily": 1, - "textAlign": "center", - "verticalAlign": "middle", - "baseline": 34 + "text": "Yes", + "baseline": 14, + "textAlign": "left", + "verticalAlign": "top" } ], "appState": { diff --git a/content/assets/handbook-process.png b/content/assets/handbook-process.png new file mode 100644 index 0000000..36c82c4 Binary files /dev/null and b/content/assets/handbook-process.png differ diff --git a/content/assets/handbook-proposal.png b/content/assets/handbook-proposal.png deleted file mode 100644 index fc316b7..0000000 Binary files a/content/assets/handbook-proposal.png and /dev/null differ diff --git a/content/assets/proposal-how.excalidraw b/content/assets/proposal-how.excalidraw new file mode 100644 index 0000000..985475f --- /dev/null +++ b/content/assets/proposal-how.excalidraw @@ -0,0 +1,2500 @@ +{ + "type": "excalidraw", + "version": 2, + "source": "https://excalidraw.com", + "elements": [ + { + "type": "ellipse", + "version": 202, + "versionNonce": 161807120, + "isDeleted": false, + "id": "K5XTgxUKvzbfgD2Zj7g1y", + "fillStyle": "cross-hatch", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 540.5270743370056, + "y": 106.96647775173187, + "strokeColor": "#000000", + "backgroundColor": "#ced4da", + "width": 222, + "height": 45, + "seed": 450801368, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "-Zp1ZPAN6Kc84IOlQftJQ", + "cQn0RUay87Vml2gKkIgAq", + "ssZ6OjOgu0ic_jixniaV8" + ] + }, + { + "type": "text", + "version": 456, + "versionNonce": 1332943120, + "isDeleted": false, + "id": "XrAYtg5EAiHgilTnMMCCr", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 635.5270743370056, + "y": 119.96647775173187, + "strokeColor": "#000000", + "backgroundColor": "transparent", + "width": 47, + "height": 25, + "seed": 527868632, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "6rzoOq87QezT5zA89SpvI" + ], + "fontSize": 20, + "fontFamily": 1, + "text": "Idea", + "baseline": 18, + "textAlign": "left", + "verticalAlign": "top" + }, + { + "type": "rectangle", + "version": 1114, + "versionNonce": 1739767792, + "isDeleted": false, + "id": "fu8WN3iXGWgFSYd89tzQg", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 675.0270743370056, + "y": 437.2164777517318, + "strokeColor": "#000000", + "backgroundColor": "transparent", + "width": 402.1818181818182, + "height": 195.6363636363637, + "seed": 202641880, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "6rzoOq87QezT5zA89SpvI", + "sMHgexCwtHuFORvGjhbuL", + "yOW4Umh_RQYVKuqMUgGOF", + "tcxwHn_aqeUg-NtoXqLyy", + "XlWnoZ_056xM4H0alTRG1", + "vcDAmo-TbLrwm18qDgY41", + "-Zp1ZPAN6Kc84IOlQftJQ", + "CFegh9Jk6e0RpDO9EEedj", + "qg8K44odXIZwGAI39q6O9", + "9GTRoHTfH0OLJGKVqgtOz" + ] + }, + { + "type": "text", + "version": 1037, + "versionNonce": 835548944, + "isDeleted": false, + "id": "Ygi0MXAnrv0uitnKAd8GH", + "fillStyle": "cross-hatch", + "strokeWidth": 1, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 698.3452561551876, + "y": 458.89829593354983, + "strokeColor": "#000000", + "backgroundColor": "#fab005", + "width": 367, + "height": 150, + "seed": 2085656488, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [], + "fontSize": 20, + "fontFamily": 1, + "text": "* The idea is hard to explain in 10m?\n* There are some major unknowns?\n* The project would benefit\nfrom documenting the rationales of\nthis decision?\n* Does it touch an important API?", + "baseline": 143, + "textAlign": "left", + "verticalAlign": "top" + }, + { + "type": "text", + "version": 755, + "versionNonce": 1428952336, + "isDeleted": false, + "id": "vkf4Q5TPgtTalSnxVkYkJ", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 728.5270743370056, + "y": 354.7164777517319, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 24, + "height": 20, + "seed": 376142808, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "ylsxmXMsZqUXGc6A2Thb1" + ], + "fontSize": 16, + "fontFamily": 1, + "text": "Yes", + "baseline": 14, + "textAlign": "left", + "verticalAlign": "top" + }, + { + "type": "text", + "version": 538, + "versionNonce": 252113680, + "isDeleted": false, + "id": "6QaJ_1P6ePl1-T1BWhvc4", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 575.1682542030601, + "y": 356.7164777517319, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 19, + "height": 20, + "seed": 851669464, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [], + "fontSize": 16, + "fontFamily": 1, + "text": "No", + "baseline": 14, + "textAlign": "center", + "verticalAlign": "middle" + }, + { + "type": "rectangle", + "version": 1358, + "versionNonce": 2137097712, + "isDeleted": false, + "id": "vrVXmjyoowSPZBPWEPwtZ", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 364.6682542030601, + "y": 254.71647775173187, + "strokeColor": "#000000", + "backgroundColor": "#fab005", + "width": 645.9999999999995, + "height": 88.00000000000004, + "seed": 1657223080, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "p1JprMbniL2tm5Aqyfwq6", + "xx5XLtq5T9Q1Ct_m8-B9w", + "4xl1f-iR-IYSmp-GQfwji", + "FOmIbqRqdzvoB69KCOcaS", + "cQn0RUay87Vml2gKkIgAq", + "S6PrPNF2IIbtgiNB7Bt3h", + "ssZ6OjOgu0ic_jixniaV8", + "tlmDrgoweU44JxraNVZEE", + "CFegh9Jk6e0RpDO9EEedj" + ] + }, + { + "type": "arrow", + "version": 475, + "versionNonce": 1171656976, + "isDeleted": false, + "id": "ssZ6OjOgu0ic_jixniaV8", + "fillStyle": "cross-hatch", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 647.2172579003006, + "y": 160.55925117454115, + "strokeColor": "#000000", + "backgroundColor": "#fab005", + "width": 12.009227632927377, + "height": 78.93348346482207, + "seed": 1680609704, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [], + "startBinding": { + "elementId": "K5XTgxUKvzbfgD2Zj7g1y", + "gap": 8.612976314713983, + "focus": 0.08034982477972921 + }, + "endBinding": { + "elementId": "vrVXmjyoowSPZBPWEPwtZ", + "gap": 15.223743112368624, + "focus": -0.05607414420592024 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + 12.009227632927377, + 78.93348346482207 + ] + ] + }, + { + "type": "text", + "version": 247, + "versionNonce": 924534768, + "isDeleted": false, + "id": "Mgu9CTZoFa_gclEQSX2es", + "fillStyle": "cross-hatch", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 371.66825420305986, + "y": 272.7164777517319, + "strokeColor": "#000000", + "backgroundColor": "#fab005", + "width": 624, + "height": 50, + "seed": 317887400, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [], + "fontSize": 20, + "fontFamily": 1, + "text": "Discuss it briefly on our Team Slack/JIRA/Meeting. \nIs there general approve for implementing such idea near term?", + "baseline": 43, + "textAlign": "center", + "verticalAlign": "middle" + }, + { + "type": "arrow", + "version": 386, + "versionNonce": 1360097040, + "isDeleted": false, + "id": "tlmDrgoweU44JxraNVZEE", + "fillStyle": "cross-hatch", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 642.2482193268067, + "y": 351.8348388564623, + "strokeColor": "#000000", + "backgroundColor": "#fab005", + "width": 131.79829711406825, + "height": 84.829653603981, + "seed": 1692559832, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [], + "startBinding": { + "elementId": "vrVXmjyoowSPZBPWEPwtZ", + "gap": 9.1183611047304, + "focus": -0.08766666451688072 + }, + "endBinding": { + "elementId": "aUJT7ZAQxoSyjgZgnBZnY", + "gap": 3.9410302204596643, + "focus": -0.08239497219264029 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + -131.79829711406825, + 84.829653603981 + ] + ] + }, + { + "type": "arrow", + "version": 793, + "versionNonce": 374131184, + "isDeleted": false, + "id": "CFegh9Jk6e0RpDO9EEedj", + "fillStyle": "cross-hatch", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 668.0693655285352, + "y": 350.98397798504493, + "strokeColor": "#000000", + "backgroundColor": "#fab005", + "width": 197.41162472508609, + "height": 79.8558716283755, + "seed": 893018792, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [], + "startBinding": { + "elementId": "vrVXmjyoowSPZBPWEPwtZ", + "gap": 8.267500233313005, + "focus": 0.34319519396692766 + }, + "endBinding": { + "elementId": "fu8WN3iXGWgFSYd89tzQg", + "gap": 6.376628138311346, + "focus": 0.5575500449752486 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + 197.41162472508609, + 79.8558716283755 + ] + ] + }, + { + "type": "rectangle", + "version": 985, + "versionNonce": 934079248, + "isDeleted": false, + "id": "aUJT7ZAQxoSyjgZgnBZnY", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 272.0888291365304, + "y": 440.60552268090294, + "strokeColor": "#000000", + "backgroundColor": "#fa5252", + "width": 330.1818181818182, + "height": 112.63636363636371, + "seed": 1801422320, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "6rzoOq87QezT5zA89SpvI", + "sMHgexCwtHuFORvGjhbuL", + "yOW4Umh_RQYVKuqMUgGOF", + "tcxwHn_aqeUg-NtoXqLyy", + "XlWnoZ_056xM4H0alTRG1", + "vcDAmo-TbLrwm18qDgY41", + "-Zp1ZPAN6Kc84IOlQftJQ", + "CFegh9Jk6e0RpDO9EEedj", + "tlmDrgoweU44JxraNVZEE" + ] + }, + { + "id": "0ZuaCc-Q-nqwZMHXrsIHV", + "type": "text", + "x": 289.17973822743966, + "y": 456.9237044990848, + "width": 298, + "height": 75, + "angle": 0, + "strokeColor": "#000000", + "backgroundColor": "#000", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "strokeSharpness": "round", + "seed": 1166062576, + "version": 137, + "versionNonce": 372706800, + "isDeleted": false, + "boundElementIds": null, + "text": "Maybe it's not a right moment\nfor it, there are\nmore important things first?", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "top", + "baseline": 68 + }, + { + "type": "rectangle", + "version": 1152, + "versionNonce": 1459423504, + "isDeleted": false, + "id": "QWHtGcTenHLXzXF8_euva", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 209.08882913653042, + "y": 664.6055226809029, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 397.1818181818182, + "height": 114.63636363636371, + "seed": 495823632, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "6rzoOq87QezT5zA89SpvI", + "sMHgexCwtHuFORvGjhbuL", + "yOW4Umh_RQYVKuqMUgGOF", + "tcxwHn_aqeUg-NtoXqLyy", + "XlWnoZ_056xM4H0alTRG1", + "vcDAmo-TbLrwm18qDgY41", + "-Zp1ZPAN6Kc84IOlQftJQ", + "CFegh9Jk6e0RpDO9EEedj", + "qg8K44odXIZwGAI39q6O9" + ] + }, + { + "id": "GEdZkQavgdTnf0hQDpF8l", + "type": "text", + "x": 228.67973822743966, + "y": 685.9237044990848, + "width": 359, + "height": 75, + "angle": 0, + "strokeColor": "#000000", + "backgroundColor": "#fa5252", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "strokeSharpness": "round", + "seed": 1115255056, + "version": 369, + "versionNonce": 190861808, + "isDeleted": false, + "boundElementIds": null, + "text": "Propose the idea in the issue or PR\n\nBTW: Keep PRs Small!", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "top", + "baseline": 68 + }, + { + "type": "arrow", + "version": 805, + "versionNonce": 385484048, + "isDeleted": false, + "id": "qg8K44odXIZwGAI39q6O9", + "fillStyle": "cross-hatch", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 841.4880769546992, + "y": 645.2080605703069, + "strokeColor": "#000000", + "backgroundColor": "#fab005", + "width": 220.8949281182595, + "height": 88.16222581591194, + "seed": 997799184, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [], + "startBinding": { + "elementId": "fu8WN3iXGWgFSYd89tzQg", + "focus": -0.541071995163756, + "gap": 12.355219182211414 + }, + "endBinding": { + "elementId": "QWHtGcTenHLXzXF8_euva", + "focus": 0.7059912639540907, + "gap": 14.32250151809103 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + -220.8949281182595, + 88.16222581591194 + ] + ] + }, + { + "type": "text", + "version": 648, + "versionNonce": 1902154736, + "isDeleted": false, + "id": "Y_L36H00Rrkn1TRtkBnGQ", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 718.1797382274397, + "y": 642.9237044990848, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 46, + "height": 20, + "seed": 1290508784, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [], + "fontSize": 16, + "fontFamily": 1, + "text": "All No", + "baseline": 14, + "textAlign": "center", + "verticalAlign": "top" + }, + { + "type": "rectangle", + "version": 1317, + "versionNonce": 1100407568, + "isDeleted": false, + "id": "WjjDkEvQ07VIRtdbkPfaT", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 775.0888291365304, + "y": 726.1055226809029, + "strokeColor": "#000000", + "backgroundColor": "transparent", + "width": 227.18181818181827, + "height": 61.63636363636371, + "seed": 1467052304, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "6rzoOq87QezT5zA89SpvI", + "sMHgexCwtHuFORvGjhbuL", + "yOW4Umh_RQYVKuqMUgGOF", + "tcxwHn_aqeUg-NtoXqLyy", + "XlWnoZ_056xM4H0alTRG1", + "vcDAmo-TbLrwm18qDgY41", + "-Zp1ZPAN6Kc84IOlQftJQ", + "CFegh9Jk6e0RpDO9EEedj", + "qg8K44odXIZwGAI39q6O9", + "9GTRoHTfH0OLJGKVqgtOz", + "nsAQYCTH52Vzb4GrDbfE1", + "C8cTD3TJCBRHorm83nbvc" + ] + }, + { + "type": "rectangle", + "version": 1298, + "versionNonce": 1913165296, + "isDeleted": false, + "id": "h7BMF4_bNV435iRKj_b4D", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 663.0888291365304, + "y": 894.1055226809029, + "strokeColor": "#000000", + "backgroundColor": "transparent", + "width": 471.1818181818183, + "height": 93.63636363636368, + "seed": 371090928, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "6rzoOq87QezT5zA89SpvI", + "sMHgexCwtHuFORvGjhbuL", + "yOW4Umh_RQYVKuqMUgGOF", + "tcxwHn_aqeUg-NtoXqLyy", + "XlWnoZ_056xM4H0alTRG1", + "vcDAmo-TbLrwm18qDgY41", + "-Zp1ZPAN6Kc84IOlQftJQ", + "CFegh9Jk6e0RpDO9EEedj", + "qg8K44odXIZwGAI39q6O9", + "nsAQYCTH52Vzb4GrDbfE1" + ] + }, + { + "id": "gI7DfG6qvkZVFslvjY8OB", + "type": "text", + "x": 801.6797382274397, + "y": 744.9237044990848, + "width": 177, + "height": 25, + "angle": 0, + "strokeColor": "#000000", + "backgroundColor": "#40c057", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "strokeSharpness": "round", + "seed": 1645129712, + "version": 300, + "versionNonce": 879058704, + "isDeleted": false, + "boundElementIds": null, + "text": "Is it confidential?", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "baseline": 18 + }, + { + "id": "Mu9iceFgiO78R7U_MkPPW", + "type": "text", + "x": 678.1797382274397, + "y": 876.9237044990848, + "width": 435, + "height": 100, + "angle": 0, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "strokeSharpness": "round", + "seed": 211546896, + "version": 99, + "versionNonce": 557784048, + "isDeleted": false, + "boundElementIds": [ + "nsAQYCTH52Vzb4GrDbfE1", + "8TpI7EoXP4fSvilPm-Zi0" + ], + "text": "\n* Copy Google Doc's Design Doc Template\n* Put it in Designs/In Progress Team Drive\n* Link it in Proposals/internal.md ", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "baseline": 93 + }, + { + "type": "rectangle", + "version": 1317, + "versionNonce": 1791286032, + "isDeleted": false, + "id": "_61uk_fwB8abl_lvYx7Fz", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 163.58882913653042, + "y": 891.6964317718121, + "strokeColor": "#000000", + "backgroundColor": "transparent", + "width": 471.1818181818183, + "height": 93.63636363636368, + "seed": 545956624, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "6rzoOq87QezT5zA89SpvI", + "sMHgexCwtHuFORvGjhbuL", + "yOW4Umh_RQYVKuqMUgGOF", + "tcxwHn_aqeUg-NtoXqLyy", + "XlWnoZ_056xM4H0alTRG1", + "vcDAmo-TbLrwm18qDgY41", + "-Zp1ZPAN6Kc84IOlQftJQ", + "CFegh9Jk6e0RpDO9EEedj", + "qg8K44odXIZwGAI39q6O9", + "C8cTD3TJCBRHorm83nbvc", + "K2WgSbWxzSmAURtxIuijO" + ] + }, + { + "type": "text", + "version": 199, + "versionNonce": 886447600, + "isDeleted": false, + "id": "Mo27wYiUvGc7Ec53VWAON", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 177.67973822743988, + "y": 874.5146135899938, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 420, + "height": 100, + "seed": 2100352496, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": [], + "fontSize": 20, + "fontFamily": 1, + "text": "\n* Copy Markdown Design Doc Template\n* Put it in handbook's Proposals/Accepted\n* Create a PR", + "baseline": 93, + "textAlign": "left", + "verticalAlign": "top" + }, + { + "type": "rectangle", + "version": 1366, + "versionNonce": 1100413200, + "isDeleted": false, + "id": "ZIBIM2HvyGDfw7wdhtH5J", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 402.58882913653053, + "y": 1057.105522680903, + "strokeColor": "#000000", + "backgroundColor": "transparent", + "width": 471.1818181818183, + "height": 93.63636363636368, + "seed": 1910331376, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "6rzoOq87QezT5zA89SpvI", + "sMHgexCwtHuFORvGjhbuL", + "yOW4Umh_RQYVKuqMUgGOF", + "tcxwHn_aqeUg-NtoXqLyy", + "XlWnoZ_056xM4H0alTRG1", + "vcDAmo-TbLrwm18qDgY41", + "-Zp1ZPAN6Kc84IOlQftJQ", + "CFegh9Jk6e0RpDO9EEedj", + "qg8K44odXIZwGAI39q6O9", + "8TpI7EoXP4fSvilPm-Zi0", + "K2WgSbWxzSmAURtxIuijO", + "niKx6AZ2t9Uf9yNxjMo9S" + ] + }, + { + "id": "YlrgtrxtqQZ24Nu2Kb3Lk", + "type": "text", + "x": 429.17973822743966, + "y": 1077.9237044990848, + "width": 418, + "height": 50, + "angle": 0, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "strokeSharpness": "round", + "seed": 1005840656, + "version": 187, + "versionNonce": 37543920, + "isDeleted": false, + "boundElementIds": null, + "text": "* Fill in all details\n* Announce and share on @team-monitoring", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "baseline": 43 + }, + { + "type": "rectangle", + "version": 1392, + "versionNonce": 1371576592, + "isDeleted": false, + "id": "4B0vgReANk-DZuPe3jApR", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 408.58882913653053, + "y": 1215.105522680903, + "strokeColor": "#000000", + "backgroundColor": "transparent", + "width": 471.1818181818183, + "height": 60.63636363636369, + "seed": 127728624, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "6rzoOq87QezT5zA89SpvI", + "sMHgexCwtHuFORvGjhbuL", + "yOW4Umh_RQYVKuqMUgGOF", + "tcxwHn_aqeUg-NtoXqLyy", + "XlWnoZ_056xM4H0alTRG1", + "vcDAmo-TbLrwm18qDgY41", + "-Zp1ZPAN6Kc84IOlQftJQ", + "CFegh9Jk6e0RpDO9EEedj", + "qg8K44odXIZwGAI39q6O9", + "niKx6AZ2t9Uf9yNxjMo9S", + "5apmG257DMw8AEDXV_3V7", + "NtpoVFnDY1_-4kWTEn5FT", + "I3FHVpNLhtbqakT3f9aRm" + ] + }, + { + "id": "BA-_3Xy1ybWkejJSNYL9S", + "type": "text", + "x": 434.17973822743966, + "y": 1229.9237044990848, + "width": 431, + "height": 25, + "angle": 0, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "strokeSharpness": "round", + "seed": 86077200, + "version": 125, + "versionNonce": 936899856, + "isDeleted": false, + "boundElementIds": [ + "niKx6AZ2t9Uf9yNxjMo9S" + ], + "text": "Architects and/or Team Leads reviewed it?", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "baseline": 18 + }, + { + "type": "rectangle", + "version": 1505, + "versionNonce": 1234805744, + "isDeleted": false, + "id": "gYSe2DObH2PlLZ4D6CGV7", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 114.58882913653053, + "y": 1366.605522680903, + "strokeColor": "#000000", + "backgroundColor": "transparent", + "width": 491.18181818181836, + "height": 60.63636363636369, + "seed": 701196784, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "6rzoOq87QezT5zA89SpvI", + "sMHgexCwtHuFORvGjhbuL", + "yOW4Umh_RQYVKuqMUgGOF", + "tcxwHn_aqeUg-NtoXqLyy", + "XlWnoZ_056xM4H0alTRG1", + "vcDAmo-TbLrwm18qDgY41", + "-Zp1ZPAN6Kc84IOlQftJQ", + "CFegh9Jk6e0RpDO9EEedj", + "qg8K44odXIZwGAI39q6O9", + "NtpoVFnDY1_-4kWTEn5FT", + "QIQeyVXAXPKnUo4XUe7Eo" + ] + }, + { + "type": "text", + "version": 266, + "versionNonce": 1899418384, + "isDeleted": false, + "id": "prPY0trxlHg2z-x-uM1IQ", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 139.17973822743954, + "y": 1382.423704499085, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 456, + "height": 25, + "seed": 980184336, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": [], + "fontSize": 20, + "fontFamily": 1, + "text": "Ping them or consider scheduling meeting for it", + "baseline": 18, + "textAlign": "left", + "verticalAlign": "top" + }, + { + "type": "rectangle", + "version": 1579, + "versionNonce": 1348878832, + "isDeleted": false, + "id": "HJvx_HURMISSqM9a72tNS", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 678.5888291365304, + "y": 1370.605522680903, + "strokeColor": "#000000", + "backgroundColor": "transparent", + "width": 407.18181818181836, + "height": 60.63636363636369, + "seed": 1757750032, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "6rzoOq87QezT5zA89SpvI", + "sMHgexCwtHuFORvGjhbuL", + "yOW4Umh_RQYVKuqMUgGOF", + "tcxwHn_aqeUg-NtoXqLyy", + "XlWnoZ_056xM4H0alTRG1", + "vcDAmo-TbLrwm18qDgY41", + "-Zp1ZPAN6Kc84IOlQftJQ", + "CFegh9Jk6e0RpDO9EEedj", + "qg8K44odXIZwGAI39q6O9", + "5apmG257DMw8AEDXV_3V7", + "nhN5swA5Dd2LrGTt4nB1I", + "n3N0AiVeowqv0yybXDMAc" + ] + }, + { + "type": "text", + "version": 383, + "versionNonce": 731211760, + "isDeleted": false, + "id": "bUAjkuHwvlCRMk_6fsR01", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 702.1797382274394, + "y": 1386.423704499085, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 371, + "height": 25, + "seed": 1272862192, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": [ + "NtpoVFnDY1_-4kWTEn5FT" + ], + "fontSize": 20, + "fontFamily": 1, + "text": "Do we have consensus to approve it?", + "baseline": 18, + "textAlign": "left", + "verticalAlign": "top" + }, + { + "id": "9GTRoHTfH0OLJGKVqgtOz", + "type": "arrow", + "x": 856.1797382274397, + "y": 647.9237044990848, + "width": 34, + "height": 64, + "angle": 0, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "strokeSharpness": "round", + "seed": 2117244688, + "version": 23, + "versionNonce": 914549232, + "isDeleted": false, + "boundElementIds": null, + "points": [ + [ + 0, + 0 + ], + [ + 34, + 64 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "fu8WN3iXGWgFSYd89tzQg", + "focus": 0.3157810601320472, + "gap": 15.070863110989336 + }, + "endBinding": { + "elementId": "WjjDkEvQ07VIRtdbkPfaT", + "focus": 0.19548822873631136, + "gap": 14.18181818181813 + }, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "type": "arrow", + "version": 89, + "versionNonce": 384625936, + "isDeleted": false, + "id": "nsAQYCTH52Vzb4GrDbfE1", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 886.1797382274397, + "y": 797.9237044990848, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 44.67736757397654, + "height": 82.24792446739036, + "seed": 370835216, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": [], + "startBinding": { + "elementId": "WjjDkEvQ07VIRtdbkPfaT", + "focus": 0.19006422408546486, + "gap": 10.18181818181813 + }, + "endBinding": { + "elementId": "h7BMF4_bNV435iRKj_b4D", + "focus": 0.249702840270921, + "gap": 13.933893714427825 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + 44.67736757397654, + 82.24792446739036 + ] + ] + }, + { + "type": "arrow", + "version": 181, + "versionNonce": 1282419696, + "isDeleted": false, + "id": "C8cTD3TJCBRHorm83nbvc", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 884.0385910222061, + "y": 801.1938535876193, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 503.3125336565729, + "height": 76.53985117352568, + "seed": 295408, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": [], + "startBinding": { + "elementId": "WjjDkEvQ07VIRtdbkPfaT", + "focus": -0.9058507825620892, + "gap": 13.451967270352611 + }, + "endBinding": { + "elementId": "_61uk_fwB8abl_lvYx7Fz", + "focus": -0.7694015489227377, + "gap": 13.962727010667095 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + -503.3125336565729, + 76.53985117352568 + ] + ] + }, + { + "type": "arrow", + "version": 169, + "versionNonce": 317508368, + "isDeleted": false, + "id": "8TpI7EoXP4fSvilPm-Zi0", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 902.8410544404514, + "y": 1000.7997422653896, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 272.8806345939636, + "height": 37.598310544919286, + "seed": 1272867312, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": [], + "startBinding": { + "elementId": "Mu9iceFgiO78R7U_MkPPW", + "focus": -0.9361611104482163, + "gap": 23.876037766304762 + }, + "endBinding": { + "elementId": "ZIBIM2HvyGDfw7wdhtH5J", + "focus": -0.8408086416209777, + "gap": 18.70746987059431 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + -272.8806345939636, + 37.598310544919286 + ] + ] + }, + { + "type": "arrow", + "version": 137, + "versionNonce": 2003119600, + "isDeleted": false, + "id": "K2WgSbWxzSmAURtxIuijO", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 393.0999447299015, + "y": 1004.1694248813851, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 216.5680339988229, + "height": 35.190204695593366, + "seed": 548934928, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": [], + "startBinding": { + "elementId": "_61uk_fwB8abl_lvYx7Fz", + "focus": 0.7831160235465469, + "gap": 18.836629473209314 + }, + "endBinding": { + "elementId": "ZIBIM2HvyGDfw7wdhtH5J", + "focus": 0.7042491142488799, + "gap": 17.745893103924686 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + 216.5680339988229, + 35.190204695593366 + ] + ] + }, + { + "type": "arrow", + "version": 166, + "versionNonce": 2134960400, + "isDeleted": false, + "id": "niKx6AZ2t9Uf9yNxjMo9S", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 632.8410544404514, + "y": 1169.7997422653896, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 0.9497441291808855, + "height": 37.93662073857149, + "seed": 708442608, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": [], + "startBinding": { + "elementId": "ZIBIM2HvyGDfw7wdhtH5J", + "focus": 0.02951428954151278, + "gap": 19.057855948122665 + }, + "endBinding": { + "elementId": "4B0vgReANk-DZuPe3jApR", + "focus": -0.03996377922497569, + "gap": 7.369159676942104 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + 0.9497441291808855, + 37.93662073857149 + ] + ] + }, + { + "type": "arrow", + "version": 239, + "versionNonce": 1080684528, + "isDeleted": false, + "id": "5apmG257DMw8AEDXV_3V7", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 628.8410544404514, + "y": 1289.7997422653896, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 247.20497165918357, + "height": 69.52996518386522, + "seed": 813494032, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": [], + "startBinding": { + "elementId": "4B0vgReANk-DZuPe3jApR", + "focus": 0.5041364199001019, + "gap": 14.057855948122665 + }, + "endBinding": { + "elementId": "HJvx_HURMISSqM9a72tNS", + "focus": 0.4552217206240382, + "gap": 11.27581523164838 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + 247.20497165918357, + 69.52996518386522 + ] + ] + }, + { + "type": "arrow", + "version": 205, + "versionNonce": 1197557520, + "isDeleted": false, + "id": "NtpoVFnDY1_-4kWTEn5FT", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 630.3949488470085, + "y": 1290.6366411823494, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 274.46445093504155, + "height": 69.80330414420928, + "seed": 915689232, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": [], + "startBinding": { + "elementId": "4B0vgReANk-DZuPe3jApR", + "focus": -0.4622057393193467, + "gap": 14.894754865082518 + }, + "endBinding": { + "elementId": "gYSe2DObH2PlLZ4D6CGV7", + "focus": -0.40488439997060366, + "gap": 6.165577354344464 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + -274.46445093504155, + 69.80330414420928 + ] + ] + }, + { + "id": "QIQeyVXAXPKnUo4XUe7Eo", + "type": "arrow", + "x": 225.17973822743966, + "y": 1353.9237044990848, + "width": 162, + "height": 120, + "angle": 0, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "strokeSharpness": "sharp", + "seed": 1741594896, + "version": 148, + "versionNonce": 1334211056, + "isDeleted": false, + "boundElementIds": null, + "points": [ + [ + 0, + 0 + ], + [ + 12, + -120 + ], + [ + 162, + -113 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "gYSe2DObH2PlLZ4D6CGV7", + "focus": -0.5602866702012909, + "gap": 12.681818181818358 + }, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "type": "text", + "version": 562, + "versionNonce": 667280656, + "isDeleted": false, + "id": "KHIuIKrkYu4srrJBoDqkw", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 734.6797382274397, + "y": 792.9237044990848, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 19, + "height": 20, + "seed": 2109139728, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [], + "fontSize": 16, + "fontFamily": 1, + "text": "No", + "baseline": 14, + "textAlign": "center", + "verticalAlign": "middle" + }, + { + "type": "text", + "version": 586, + "versionNonce": 197309424, + "isDeleted": false, + "id": "azuxIck1bj5dlx4azK0nm", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 542.6797382274397, + "y": 1280.9237044990848, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 19, + "height": 20, + "seed": 1825829136, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [], + "fontSize": 16, + "fontFamily": 1, + "text": "No", + "baseline": 14, + "textAlign": "center", + "verticalAlign": "middle" + }, + { + "type": "text", + "version": 802, + "versionNonce": 233227024, + "isDeleted": false, + "id": "gmQEnxPaLvOuE4DvfUL0M", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 907.1797382274397, + "y": 802.9237044990848, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 24, + "height": 20, + "seed": 1305001232, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "ylsxmXMsZqUXGc6A2Thb1" + ], + "fontSize": 16, + "fontFamily": 1, + "text": "Yes", + "baseline": 14, + "textAlign": "left", + "verticalAlign": "top" + }, + { + "type": "text", + "version": 819, + "versionNonce": 992392688, + "isDeleted": false, + "id": "PaKpQ9nR6E7iMSKmFtv8q", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 738.1797382274397, + "y": 1284.9237044990848, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 24, + "height": 20, + "seed": 1520208880, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "ylsxmXMsZqUXGc6A2Thb1" + ], + "fontSize": 16, + "fontFamily": 1, + "text": "Yes", + "baseline": 14, + "textAlign": "left", + "verticalAlign": "top" + }, + { + "type": "text", + "version": 804, + "versionNonce": 2017190160, + "isDeleted": false, + "id": "Rphd7MitD88kk3tpAYboX", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 883.1797382274397, + "y": 647.9237044990848, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 59, + "height": 20, + "seed": 2032258544, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "ylsxmXMsZqUXGc6A2Thb1" + ], + "fontSize": 16, + "fontFamily": 1, + "text": "Any Yes", + "baseline": 14, + "textAlign": "left", + "verticalAlign": "top" + }, + { + "type": "rectangle", + "version": 1692, + "versionNonce": 888071152, + "isDeleted": false, + "id": "UbSESmarqT6zP5hLGm6Gl", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 137.58882913653042, + "y": 1543.605522680903, + "strokeColor": "#000000", + "backgroundColor": "transparent", + "width": 407.18181818181836, + "height": 60.63636363636369, + "seed": 1538494960, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "6rzoOq87QezT5zA89SpvI", + "sMHgexCwtHuFORvGjhbuL", + "yOW4Umh_RQYVKuqMUgGOF", + "tcxwHn_aqeUg-NtoXqLyy", + "XlWnoZ_056xM4H0alTRG1", + "vcDAmo-TbLrwm18qDgY41", + "-Zp1ZPAN6Kc84IOlQftJQ", + "CFegh9Jk6e0RpDO9EEedj", + "qg8K44odXIZwGAI39q6O9", + "5apmG257DMw8AEDXV_3V7", + "n56JEhvDynWhGvbrMpCJl", + "n3N0AiVeowqv0yybXDMAc", + "N2WCCeH4XNS_fma0Seslz" + ] + }, + { + "type": "text", + "version": 478, + "versionNonce": 1446854416, + "isDeleted": false, + "id": "2Hbfl9Ng6YE0ml4qWW2a0", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 161.17973822743943, + "y": 1559.423704499085, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 355, + "height": 25, + "seed": 410699024, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": [ + "NtpoVFnDY1_-4kWTEn5FT" + ], + "fontSize": 20, + "fontFamily": 1, + "text": "Do we have consensus to reject it?", + "baseline": 18, + "textAlign": "left", + "verticalAlign": "top" + }, + { + "type": "rectangle", + "version": 1938, + "versionNonce": 1330439664, + "isDeleted": false, + "id": "kWTlPFRWLbefXnseG5Cz6", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 276.5888291365304, + "y": 1736.605522680903, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 563.1818181818185, + "height": 134.63636363636368, + "seed": 1867737584, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "6rzoOq87QezT5zA89SpvI", + "sMHgexCwtHuFORvGjhbuL", + "yOW4Umh_RQYVKuqMUgGOF", + "tcxwHn_aqeUg-NtoXqLyy", + "XlWnoZ_056xM4H0alTRG1", + "vcDAmo-TbLrwm18qDgY41", + "-Zp1ZPAN6Kc84IOlQftJQ", + "CFegh9Jk6e0RpDO9EEedj", + "qg8K44odXIZwGAI39q6O9", + "5apmG257DMw8AEDXV_3V7", + "N2WCCeH4XNS_fma0Seslz" + ] + }, + { + "type": "rectangle", + "version": 2055, + "versionNonce": 1901985040, + "isDeleted": false, + "id": "1WL42Mafu3HVWjfgAX_2H", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": -166.41117086346964, + "y": 1710.605522680903, + "strokeColor": "#000000", + "backgroundColor": "#fa5252", + "width": 386.18181818181836, + "height": 161.63636363636374, + "seed": 1007855600, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "6rzoOq87QezT5zA89SpvI", + "sMHgexCwtHuFORvGjhbuL", + "yOW4Umh_RQYVKuqMUgGOF", + "tcxwHn_aqeUg-NtoXqLyy", + "XlWnoZ_056xM4H0alTRG1", + "vcDAmo-TbLrwm18qDgY41", + "-Zp1ZPAN6Kc84IOlQftJQ", + "CFegh9Jk6e0RpDO9EEedj", + "qg8K44odXIZwGAI39q6O9", + "5apmG257DMw8AEDXV_3V7", + "n56JEhvDynWhGvbrMpCJl", + "WV8ECJJRurbdkZ_cribXk" + ] + }, + { + "type": "rectangle", + "version": 2060, + "versionNonce": 20138992, + "isDeleted": false, + "id": "OGcf87KMO3O0nPtJViqUL", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 616.5888291365302, + "y": 1542.605522680903, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 577.1818181818188, + "height": 117.63636363636367, + "seed": 871452656, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "6rzoOq87QezT5zA89SpvI", + "sMHgexCwtHuFORvGjhbuL", + "yOW4Umh_RQYVKuqMUgGOF", + "tcxwHn_aqeUg-NtoXqLyy", + "XlWnoZ_056xM4H0alTRG1", + "vcDAmo-TbLrwm18qDgY41", + "-Zp1ZPAN6Kc84IOlQftJQ", + "CFegh9Jk6e0RpDO9EEedj", + "qg8K44odXIZwGAI39q6O9", + "5apmG257DMw8AEDXV_3V7", + "nhN5swA5Dd2LrGTt4nB1I", + "n3N0AiVeowqv0yybXDMAc", + "qCNrHtKgx_onB8vZ8AE_5" + ] + }, + { + "id": "3O0SUi8K_BhDkxDA9po7v", + "type": "text", + "x": 602.6797382274397, + "y": 1560.4237044990848, + "width": 591, + "height": 75, + "angle": 0, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "strokeSharpness": "round", + "seed": 2023547664, + "version": 263, + "versionNonce": 449866000, + "isDeleted": false, + "boundElementIds": [ + "nhN5swA5Dd2LrGTt4nB1I" + ], + "text": " * Make sure there is issue/JIRA tracking implementation \n* Markdown: Move it to handbook's Proposals/Accepted\n* Google Doc: Move it to Design/Accepted Team Drive", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "top", + "baseline": 68 + }, + { + "id": "vdr31p9bXCmvnqrPxWpqS", + "type": "text", + "x": 286.17973822743966, + "y": 1751.9237044990848, + "width": 544, + "height": 100, + "angle": 0, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "strokeSharpness": "round", + "seed": 559371760, + "version": 224, + "versionNonce": 1955113232, + "isDeleted": false, + "boundElementIds": [], + "text": "* Markdown: Move it to handbook's Proposals/Rejected\n* Google Doc: Move it to Design/Rejected Team Drive\n\n(Allowing others to learn from past decisions!)", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "baseline": 93 + }, + { + "id": "AtuKotOwirJZTDrddLl_u", + "type": "text", + "x": -156.32026177256046, + "y": 1714.9237044990848, + "width": 347, + "height": 150, + "angle": 0, + "strokeColor": "#000000", + "backgroundColor": "#fa5252", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "strokeSharpness": "round", + "seed": 492605200, + "version": 301, + "versionNonce": 1625429264, + "isDeleted": false, + "boundElementIds": [ + "I3FHVpNLhtbqakT3f9aRm", + "WV8ECJJRurbdkZ_cribXk", + "CRFLCK79iUkS8sPoSyG9u" + ], + "text": "Manage discussion, iterate,\naddress comments, find consensus\n\n* Maybe it's not the right moment?\n* Maybe we can reject for now,\nand look later?", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "baseline": 143 + }, + { + "type": "arrow", + "version": 300, + "versionNonce": 2031356176, + "isDeleted": false, + "id": "n56JEhvDynWhGvbrMpCJl", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 341.94984179104677, + "y": 1608.0220524269805, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 110.12919689159975, + "height": 147.4463158403605, + "seed": 1478900496, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": [], + "startBinding": { + "elementId": "UbSESmarqT6zP5hLGm6Gl", + "focus": -0.11585367256024066, + "gap": 3.780166109713605 + }, + "endBinding": { + "elementId": "1WL42Mafu3HVWjfgAX_2H", + "focus": 0.7034210866299846, + "gap": 12.049997581098296 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + -110.12919689159975, + 147.4463158403605 + ] + ] + }, + { + "type": "arrow", + "version": 350, + "versionNonce": 13996816, + "isDeleted": false, + "id": "N2WCCeH4XNS_fma0Seslz", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 343.21013175548387, + "y": 1610.2782772000407, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 179.6494206319935, + "height": 115.20034101181682, + "seed": 1340823824, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": [], + "startBinding": { + "elementId": "UbSESmarqT6zP5hLGm6Gl", + "focus": 0.21789244983082803, + "gap": 6.036390882773844 + }, + "endBinding": { + "elementId": "kWTlPFRWLbefXnseG5Cz6", + "focus": 0.22508493915197594, + "gap": 11.126904469045598 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + 179.6494206319935, + 115.20034101181682 + ] + ] + }, + { + "type": "arrow", + "version": 427, + "versionNonce": 1782713328, + "isDeleted": false, + "id": "nhN5swA5Dd2LrGTt4nB1I", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 873.1868157714732, + "y": 1443.192938270382, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 2.6483481892478267, + "height": 84.81193197912557, + "seed": 1954426864, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": [], + "startBinding": { + "elementId": "HJvx_HURMISSqM9a72tNS", + "focus": 0.05042019411627543, + "gap": 11.951051953115098 + }, + "endBinding": { + "elementId": "OGcf87KMO3O0nPtJViqUL", + "focus": -0.0931453859799352, + "gap": 14.600652431395588 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + 2.6483481892478267, + 84.81193197912557 + ] + ] + }, + { + "type": "arrow", + "version": 477, + "versionNonce": 25892112, + "isDeleted": false, + "id": "n3N0AiVeowqv0yybXDMAc", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 868.1868157714732, + "y": 1443.192938270382, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 541.4602830725535, + "height": 91.11229356629792, + "seed": 332499440, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": [], + "startBinding": { + "elementId": "HJvx_HURMISSqM9a72tNS", + "focus": -0.6180962475378784, + "gap": 11.951051953115098 + }, + "endBinding": { + "elementId": "UbSESmarqT6zP5hLGm6Gl", + "focus": -0.6511717828157813, + "gap": 9.300290844223241 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + -541.4602830725535, + 91.11229356629792 + ] + ] + }, + { + "type": "arrow", + "version": 636, + "versionNonce": 431740176, + "isDeleted": false, + "id": "qCNrHtKgx_onB8vZ8AE_5", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 887.0804076639979, + "y": 1677.265017575686, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 1.8839518458598832, + "height": 289.5386258516246, + "seed": 1468396304, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": [], + "startBinding": { + "elementId": "OGcf87KMO3O0nPtJViqUL", + "gap": 17.023131258419173, + "focus": 0.060072468542454766 + }, + "endBinding": { + "elementId": "f1o8wq5osGgkMIKX6HoCU", + "gap": 2.8018792535926145, + "focus": 0.003259633227048839 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + -1.8839518458598832, + 289.5386258516246 + ] + ] + }, + { + "type": "text", + "version": 860, + "versionNonce": 277789168, + "isDeleted": false, + "id": "MTJ2tEAKz-cqJRK4LPjmb", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 898.1797382274397, + "y": 1449.9237044990848, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 24, + "height": 20, + "seed": 848996336, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "ylsxmXMsZqUXGc6A2Thb1" + ], + "fontSize": 16, + "fontFamily": 1, + "text": "Yes", + "baseline": 14, + "textAlign": "left", + "verticalAlign": "top" + }, + { + "type": "text", + "version": 879, + "versionNonce": 1702054160, + "isDeleted": false, + "id": "G9z2dUHZeDXxOOsLOXvSN", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 402.17973822743966, + "y": 1617.9237044990848, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 24, + "height": 20, + "seed": 1823068656, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "ylsxmXMsZqUXGc6A2Thb1" + ], + "fontSize": 16, + "fontFamily": 1, + "text": "Yes", + "baseline": 14, + "textAlign": "left", + "verticalAlign": "top" + }, + { + "type": "text", + "version": 906, + "versionNonce": 2108354032, + "isDeleted": false, + "id": "wGzALng2wu1SQ46Ky4Rmp", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 281.17973822743966, + "y": 1612.9237044990848, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 19, + "height": 20, + "seed": 1426952176, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "ylsxmXMsZqUXGc6A2Thb1" + ], + "fontSize": 16, + "fontFamily": 1, + "text": "No", + "baseline": 14, + "textAlign": "left", + "verticalAlign": "top" + }, + { + "type": "text", + "version": 948, + "versionNonce": 138738960, + "isDeleted": false, + "id": "AMOC_wFR3LyXuykljjDRR", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 738.1797382274397, + "y": 1438.9237044990848, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 19, + "height": 20, + "seed": 2012721136, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "ylsxmXMsZqUXGc6A2Thb1" + ], + "fontSize": 16, + "fontFamily": 1, + "text": "No", + "baseline": 14, + "textAlign": "left", + "verticalAlign": "top" + }, + { + "type": "rectangle", + "version": 1854, + "versionNonce": 1028994832, + "isDeleted": false, + "id": "f1o8wq5osGgkMIKX6HoCU", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 646.5888291365304, + "y": 1969.605522680903, + "strokeColor": "#000000", + "backgroundColor": "transparent", + "width": 475.18181818181836, + "height": 68.63636363636371, + "seed": 456114672, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "6rzoOq87QezT5zA89SpvI", + "sMHgexCwtHuFORvGjhbuL", + "yOW4Umh_RQYVKuqMUgGOF", + "tcxwHn_aqeUg-NtoXqLyy", + "XlWnoZ_056xM4H0alTRG1", + "vcDAmo-TbLrwm18qDgY41", + "-Zp1ZPAN6Kc84IOlQftJQ", + "CFegh9Jk6e0RpDO9EEedj", + "qg8K44odXIZwGAI39q6O9", + "5apmG257DMw8AEDXV_3V7", + "n56JEhvDynWhGvbrMpCJl", + "n3N0AiVeowqv0yybXDMAc", + "N2WCCeH4XNS_fma0Seslz", + "qCNrHtKgx_onB8vZ8AE_5", + "2QkMm5IWxx6J6MRLZrFqo", + "XoWjMPCdic_XVS076GFkp" + ] + }, + { + "id": "4_4ZehPQ6ODNSc1DTScHz", + "type": "text", + "x": 669.6797382274397, + "y": 1990.4237044990848, + "width": 438, + "height": 25, + "angle": 0, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "strokeSharpness": "round", + "seed": 2979824, + "version": 156, + "versionNonce": 1555876112, + "isDeleted": false, + "boundElementIds": null, + "text": "Was it implemented OR is it just a process?", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18 + }, + { + "type": "rectangle", + "version": 2142, + "versionNonce": 1593967376, + "isDeleted": false, + "id": "DIQbmGrqKPaFQ2z0bUbaw", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 601.5433745910757, + "y": 2144.105522680903, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 577.1818181818188, + "height": 117.63636363636367, + "seed": 212648208, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "6rzoOq87QezT5zA89SpvI", + "sMHgexCwtHuFORvGjhbuL", + "yOW4Umh_RQYVKuqMUgGOF", + "tcxwHn_aqeUg-NtoXqLyy", + "XlWnoZ_056xM4H0alTRG1", + "vcDAmo-TbLrwm18qDgY41", + "-Zp1ZPAN6Kc84IOlQftJQ", + "CFegh9Jk6e0RpDO9EEedj", + "qg8K44odXIZwGAI39q6O9", + "5apmG257DMw8AEDXV_3V7", + "nhN5swA5Dd2LrGTt4nB1I", + "n3N0AiVeowqv0yybXDMAc", + "qCNrHtKgx_onB8vZ8AE_5", + "2QkMm5IWxx6J6MRLZrFqo" + ] + }, + { + "type": "text", + "version": 390, + "versionNonce": 103849744, + "isDeleted": false, + "id": "DJmCk4NL8BI4Yd78UPu8m", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 610.1342836819852, + "y": 2161.923704499085, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 505, + "height": 75, + "seed": 1917294576, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": [ + "nhN5swA5Dd2LrGTt4nB1I", + "2QkMm5IWxx6J6MRLZrFqo" + ], + "fontSize": 20, + "fontFamily": 1, + "text": "* Close issue/JIRA tracking implementation \n* Markdown: Move it to handbook's Proposals/Done\n* Google Doc: Move it to Design/Done Team Drive", + "baseline": 68, + "textAlign": "left", + "verticalAlign": "top" + }, + { + "type": "arrow", + "version": 710, + "versionNonce": 731820816, + "isDeleted": false, + "id": "2QkMm5IWxx6J6MRLZrFqo", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 879.3065824346612, + "y": 2049.8734731315894, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 1.8818186210791055, + "height": 80.43213150686915, + "seed": 1073417712, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": [], + "startBinding": { + "elementId": "f1o8wq5osGgkMIKX6HoCU", + "gap": 11.63158681432215, + "focus": 0.015109476399347377 + }, + "endBinding": { + "elementId": "DIQbmGrqKPaFQ2z0bUbaw", + "gap": 13.799918042444729, + "focus": -0.04969019456250834 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + -1.8818186210791055, + 80.43213150686915 + ] + ] + }, + { + "type": "text", + "version": 911, + "versionNonce": 115075344, + "isDeleted": false, + "id": "8WK0_69l-pw6DvwnyAtmz", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 907.1797382274397, + "y": 2069.923704499085, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 24, + "height": 20, + "seed": 273030416, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "ylsxmXMsZqUXGc6A2Thb1" + ], + "fontSize": 16, + "fontFamily": 1, + "text": "Yes", + "baseline": 14, + "textAlign": "left", + "verticalAlign": "top" + }, + { + "id": "CRFLCK79iUkS8sPoSyG9u", + "type": "arrow", + "x": -49.82026177256034, + "y": 1694.9237044990848, + "width": 432, + "height": 473, + "angle": 0, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "strokeSharpness": "sharp", + "seed": 482073360, + "version": 230, + "versionNonce": 1964982768, + "isDeleted": false, + "boundElementIds": null, + "points": [ + [ + 0, + 0 + ], + [ + 13, + -473 + ], + [ + 432, + -456 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "AtuKotOwirJZTDrddLl_u", + "focus": -0.3965053196934019, + "gap": 20 + }, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": "arrow" + } + ], + "appState": { + "gridSize": null, + "viewBackgroundColor": "#ffffff" + } +} \ No newline at end of file diff --git a/content/assets/proposal-how.png b/content/assets/proposal-how.png new file mode 100644 index 0000000..5812e47 Binary files /dev/null and b/content/assets/proposal-how.png differ diff --git a/content/assets/proposal-where.excalidraw b/content/assets/proposal-where.excalidraw new file mode 100644 index 0000000..01ce0dc --- /dev/null +++ b/content/assets/proposal-where.excalidraw @@ -0,0 +1,1613 @@ +{ + "type": "excalidraw", + "version": 2, + "source": "https://excalidraw.com", + "elements": [ + { + "type": "ellipse", + "version": 163, + "versionNonce": 2078454952, + "isDeleted": false, + "id": "K5XTgxUKvzbfgD2Zj7g1y", + "fillStyle": "cross-hatch", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 543.5270743370056, + "y": 112.96647775173187, + "strokeColor": "#000000", + "backgroundColor": "#ced4da", + "width": 222, + "height": 45, + "seed": 450801368, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "-Zp1ZPAN6Kc84IOlQftJQ", + "cQn0RUay87Vml2gKkIgAq", + "ssZ6OjOgu0ic_jixniaV8" + ] + }, + { + "type": "rectangle", + "version": 631, + "versionNonce": 1241823960, + "isDeleted": false, + "id": "TFkP_MPD_aiwHDfSOuf7y", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 319.5270743370056, + "y": 367.9664777517319, + "strokeColor": "#000000", + "backgroundColor": "transparent", + "width": 236, + "height": 51, + "seed": 1399442136, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "6rzoOq87QezT5zA89SpvI", + "sMHgexCwtHuFORvGjhbuL", + "yOW4Umh_RQYVKuqMUgGOF", + "rQmbkUHAJXvjG4igRHZfG" + ] + }, + { + "type": "text", + "version": 493, + "versionNonce": 2046156712, + "isDeleted": false, + "id": "jcDJwEaoZd2RmA2jmD2iN", + "fillStyle": "hachure", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 340.5270743370056, + "y": 381.4664777517319, + "strokeColor": "#000000", + "backgroundColor": "transparent", + "width": 190, + "height": 20, + "seed": 1471793368, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "6rzoOq87QezT5zA89SpvI", + "yOW4Umh_RQYVKuqMUgGOF" + ], + "fontSize": 16, + "fontFamily": 1, + "text": "Related to the project?", + "baseline": 14, + "textAlign": "left", + "verticalAlign": "top" + }, + { + "type": "text", + "version": 445, + "versionNonce": 815222488, + "isDeleted": false, + "id": "XrAYtg5EAiHgilTnMMCCr", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 635.5270743370056, + "y": 119.96647775173187, + "strokeColor": "#000000", + "backgroundColor": "transparent", + "width": 38, + "height": 20, + "seed": 527868632, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "6rzoOq87QezT5zA89SpvI" + ], + "fontSize": 16, + "fontFamily": 1, + "text": "Idea", + "baseline": 14, + "textAlign": "left", + "verticalAlign": "top" + }, + { + "type": "rectangle", + "version": 632, + "versionNonce": 1114352296, + "isDeleted": false, + "id": "mLxIEpM7b8Ra2XwHP62z1", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 628.0270743370056, + "y": 445.4664777517319, + "strokeColor": "#000000", + "backgroundColor": "transparent", + "width": 467.00000000000006, + "height": 51, + "seed": 566825432, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "6rzoOq87QezT5zA89SpvI", + "sMHgexCwtHuFORvGjhbuL", + "xx5XLtq5T9Q1Ct_m8-B9w", + "4xl1f-iR-IYSmp-GQfwji", + "GgLLhIuu6JuJ869h5zwHj" + ] + }, + { + "type": "text", + "version": 546, + "versionNonce": 729265112, + "isDeleted": false, + "id": "r5US4JdfVPQ0SjjiU2d4f", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 649.5270743370056, + "y": 461.9664777517319, + "strokeColor": "#000000", + "backgroundColor": "transparent", + "width": 419, + "height": 20, + "seed": 351380904, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": null, + "fontSize": 16, + "fontFamily": 1, + "text": "Can you find the project listed in \"content/Projects\"", + "baseline": 14, + "textAlign": "left", + "verticalAlign": "top" + }, + { + "type": "rectangle", + "version": 978, + "versionNonce": 804263336, + "isDeleted": false, + "id": "Ep0sX4UhNqd0uxorb9oD-", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 465.0270743370056, + "y": 554.4664777517319, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 431, + "height": 65.00000000000001, + "seed": 1131985064, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "6rzoOq87QezT5zA89SpvI", + "xx5XLtq5T9Q1Ct_m8-B9w", + "4xl1f-iR-IYSmp-GQfwji" + ] + }, + { + "type": "text", + "version": 805, + "versionNonce": 386103512, + "isDeleted": false, + "id": "071awRtC5WZu9DHVPPab1", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 474.5270743370056, + "y": 571.0853588706129, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 390, + "height": 38, + "seed": 980347864, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": null, + "fontSize": 15.104895104895105, + "fontFamily": 1, + "text": "Create new Entry: Add basic info, where are docs, \nwhat's proposal process etc", + "baseline": 32, + "textAlign": "center", + "verticalAlign": "top" + }, + { + "type": "arrow", + "version": 1602, + "versionNonce": 1739530408, + "isDeleted": false, + "id": "sMHgexCwtHuFORvGjhbuL", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 444.2027421707409, + "y": 426.9664777517319, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 180.3243321662647, + "height": 45.5117846683122, + "seed": 105224408, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": null, + "startBinding": { + "elementId": "TFkP_MPD_aiwHDfSOuf7y", + "focus": 0.5755079378704776, + "gap": 8 + }, + "endBinding": { + "elementId": "mLxIEpM7b8Ra2XwHP62z1", + "focus": -0.7263518437545565, + "gap": 3.5 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + 180.3243321662647, + 45.5117846683122 + ] + ] + }, + { + "type": "arrow", + "version": 1607, + "versionNonce": 2002623912, + "isDeleted": false, + "id": "xx5XLtq5T9Q1Ct_m8-B9w", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 865.6082133156458, + "y": 507.2998110850652, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 119.53186459642689, + "height": 38.88235294117652, + "seed": 723938520, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": null, + "startBinding": { + "elementId": "mLxIEpM7b8Ra2XwHP62z1", + "gap": 10.83333333333333, + "focus": -0.37297759781653234 + }, + "endBinding": { + "elementId": "Ep0sX4UhNqd0uxorb9oD-", + "gap": 8.284313725490195, + "focus": -0.185719284481439 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + -119.53186459642689, + 38.88235294117652 + ] + ] + }, + { + "type": "text", + "version": 480, + "versionNonce": 156552104, + "isDeleted": false, + "id": "A9d0qDpg_gkHE2gKH4fJ1", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 770.5270743370056, + "y": 508.9664777517319, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 19, + "height": 20, + "seed": 803724248, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": null, + "fontSize": 16, + "fontFamily": 1, + "text": "No", + "baseline": 14, + "textAlign": "center", + "verticalAlign": "middle" + }, + { + "type": "text", + "version": 568, + "versionNonce": 1335643304, + "isDeleted": false, + "id": "oWRq-lWjTCjOPOgeSeZX7", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 385.0270743370056, + "y": 805.9664777517319, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 19, + "height": 20, + "seed": 8378328, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [], + "fontSize": 16, + "fontFamily": 1, + "text": "No", + "baseline": 14, + "textAlign": "center", + "verticalAlign": "middle" + }, + { + "type": "text", + "version": 427, + "versionNonce": 1594693288, + "isDeleted": false, + "id": "r9amEtnPFhe27LUGxNiYd", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 554.5270743370056, + "y": 435.9664777517319, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 24, + "height": 40, + "seed": 995804376, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": null, + "fontSize": 16, + "fontFamily": 1, + "text": "Yes\n", + "baseline": 34, + "textAlign": "left", + "verticalAlign": "top" + }, + { + "type": "arrow", + "version": 1774, + "versionNonce": 1829925080, + "isDeleted": false, + "id": "4xl1f-iR-IYSmp-GQfwji", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 651.5751492018999, + "y": 546.2944147765663, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 23.726067693792288, + "height": 40.98322958306346, + "seed": 2099796904, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": [], + "startBinding": { + "elementId": "Ep0sX4UhNqd0uxorb9oD-", + "gap": 8.172062975165469, + "focus": -0.2227876905744501 + }, + "endBinding": { + "elementId": "mLxIEpM7b8Ra2XwHP62z1", + "gap": 8.844707441771012, + "focus": 0.6700286003868248 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + 23.726067693792288, + -40.98322958306346 + ] + ] + }, + { + "type": "rectangle", + "version": 889, + "versionNonce": 226754984, + "isDeleted": false, + "id": "acZQgJxJYNl3H-15IhxKQ", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 803.0270743370056, + "y": 645.4664777517319, + "strokeColor": "#000000", + "backgroundColor": "transparent", + "width": 413.00000000000006, + "height": 51, + "seed": 1434160088, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "6rzoOq87QezT5zA89SpvI", + "sMHgexCwtHuFORvGjhbuL", + "xx5XLtq5T9Q1Ct_m8-B9w", + "4xl1f-iR-IYSmp-GQfwji", + "F3DUvVlOwRzzAKYSQ7FoW", + "GgLLhIuu6JuJ869h5zwHj", + "c_K87tO_KEPmpAuhSHiCi" + ] + }, + { + "type": "text", + "version": 647, + "versionNonce": 2113162456, + "isDeleted": false, + "id": "GjcMQnc7IbL4FOZXN0n6S", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 832.5270743370056, + "y": 661.9664777517319, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 362, + "height": 20, + "seed": 1905718696, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": null, + "fontSize": 16, + "fontFamily": 1, + "text": "Is there a proposal process for the project?", + "baseline": 14, + "textAlign": "left", + "verticalAlign": "top" + }, + { + "type": "arrow", + "version": 1967, + "versionNonce": 1139117224, + "isDeleted": false, + "id": "GgLLhIuu6JuJ869h5zwHj", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 887.1053000600157, + "y": 503.79400672055306, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 155.7308691067226, + "height": 132.43978143662218, + "seed": 198748328, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": [], + "startBinding": { + "elementId": "mLxIEpM7b8Ra2XwHP62z1", + "gap": 7.327528968821184, + "focus": 0.04929302432755932 + }, + "endBinding": { + "elementId": "acZQgJxJYNl3H-15IhxKQ", + "gap": 9.232689594556632, + "focus": 0.3135509647977511 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + 155.7308691067226, + 132.43978143662218 + ] + ] + }, + { + "type": "text", + "version": 521, + "versionNonce": 8712664, + "isDeleted": false, + "id": "DxnHrs3p3-XSY_qcESp35", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 913.5270743370056, + "y": 512.9664777517319, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 24, + "height": 20, + "seed": 63215576, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [], + "fontSize": 16, + "fontFamily": 1, + "text": "Yes", + "baseline": 14, + "textAlign": "left", + "verticalAlign": "top" + }, + { + "type": "rectangle", + "version": 1061, + "versionNonce": 1809692584, + "isDeleted": false, + "id": "Zgkvno7n9TllEJz9-qvt5", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 869.0270743370056, + "y": 801.4664777517319, + "strokeColor": "#000000", + "backgroundColor": "#fab005", + "width": 471.00000000000006, + "height": 43.99999999999999, + "seed": 162327208, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "6rzoOq87QezT5zA89SpvI", + "xx5XLtq5T9Q1Ct_m8-B9w", + "4xl1f-iR-IYSmp-GQfwji", + "FOmIbqRqdzvoB69KCOcaS", + "F3DUvVlOwRzzAKYSQ7FoW", + "pyIKCaP4TEoT-2VJk3UhJ" + ] + }, + { + "type": "text", + "version": 1004, + "versionNonce": 330888920, + "isDeleted": false, + "id": "niEYz8_9mfp4wAh4kaizr", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 901.5270743370056, + "y": 816.0853588706129, + "strokeColor": "#000000", + "backgroundColor": "#fab005", + "width": 430, + "height": 19, + "seed": 1676309464, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "FOmIbqRqdzvoB69KCOcaS" + ], + "fontSize": 15.104895104895105, + "fontFamily": 1, + "text": "Use the process and propose your idea within the project", + "baseline": 13, + "textAlign": "left", + "verticalAlign": "top" + }, + { + "type": "arrow", + "version": 1901, + "versionNonce": 2016127144, + "isDeleted": false, + "id": "F3DUvVlOwRzzAKYSQ7FoW", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 986.3355987709037, + "y": 706.0131972052328, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 177.666191337883, + "height": 85.55239751622184, + "seed": 1188940456, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": [], + "startBinding": { + "elementId": "acZQgJxJYNl3H-15IhxKQ", + "gap": 9.546719453500941, + "focus": 0.3708624155800429 + }, + "endBinding": { + "elementId": "Zgkvno7n9TllEJz9-qvt5", + "gap": 9.900883030277214, + "focus": 0.4471151896535922 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + 177.666191337883, + 85.55239751622184 + ] + ] + }, + { + "type": "text", + "version": 603, + "versionNonce": 203709400, + "isDeleted": false, + "id": "lOUVfaoNLhbx-H3qRMwOE", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 1078.5270743370056, + "y": 704.9664777517319, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 24, + "height": 40, + "seed": 1213897640, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "c_K87tO_KEPmpAuhSHiCi", + "F3DUvVlOwRzzAKYSQ7FoW" + ], + "fontSize": 16, + "fontFamily": 1, + "text": "Yes\n", + "baseline": 34, + "textAlign": "left", + "verticalAlign": "top" + }, + { + "type": "arrow", + "version": 1780, + "versionNonce": 2076306856, + "isDeleted": false, + "id": "c_K87tO_KEPmpAuhSHiCi", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 965.5403214951641, + "y": 706.85023626309, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 267.622837860001, + "height": 156.30879113519438, + "seed": 182023848, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": [], + "startBinding": { + "elementId": "acZQgJxJYNl3H-15IhxKQ", + "gap": 10.383758511358037, + "focus": -0.07044047614335297 + }, + "endBinding": { + "elementId": "KZDeghpRO3ypxVxGcpBNF", + "gap": 17.807450353447507, + "focus": -0.43052959347034886 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + -267.622837860001, + 156.30879113519438 + ] + ] + }, + { + "type": "text", + "version": 618, + "versionNonce": 198910168, + "isDeleted": false, + "id": "3_srb555SQ1dKGcykgWg5", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 875.0270743370056, + "y": 707.9664777517319, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 19, + "height": 20, + "seed": 797356248, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [], + "fontSize": 16, + "fontFamily": 1, + "text": "No", + "baseline": 14, + "textAlign": "center", + "verticalAlign": "middle" + }, + { + "type": "rectangle", + "version": 1138, + "versionNonce": 193329320, + "isDeleted": false, + "id": "KZDeghpRO3ypxVxGcpBNF", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 482.5270743370056, + "y": 880.9664777517319, + "strokeColor": "#000000", + "backgroundColor": "#fab005", + "width": 497.0000000000001, + "height": 89.00000000000004, + "seed": 2098548392, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "6rzoOq87QezT5zA89SpvI", + "xx5XLtq5T9Q1Ct_m8-B9w", + "4xl1f-iR-IYSmp-GQfwji", + "FOmIbqRqdzvoB69KCOcaS", + "c_K87tO_KEPmpAuhSHiCi", + "pyIKCaP4TEoT-2VJk3UhJ", + "AnncCmXpdYOAdrwnLSwya" + ] + }, + { + "type": "text", + "version": 1449, + "versionNonce": 1383155160, + "isDeleted": false, + "id": "-tTJN1_pN7HEcnZEEAfo0", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 493.5270743370056, + "y": 893.5853588706129, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 462, + "height": 57, + "seed": 78270424, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [], + "fontSize": 15.104895104895105, + "fontFamily": 1, + "text": "\nConsider proposing a formal proposal process similar to ours.\nDo they accept it?", + "baseline": 51, + "textAlign": "center", + "verticalAlign": "top" + }, + { + "type": "arrow", + "version": 2427, + "versionNonce": 1373306536, + "isDeleted": false, + "id": "yOW4Umh_RQYVKuqMUgGOF", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 424.085096129303, + "y": 429.8535626794306, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 49.29491309494142, + "height": 858.6237991426974, + "seed": 1635362728, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": [], + "startBinding": { + "elementId": "TFkP_MPD_aiwHDfSOuf7y", + "focus": 0.130005838385473, + "gap": 10.887084927698709 + }, + "endBinding": { + "elementId": "kKhp7RHVTIQCGfgP3fbEn", + "focus": -0.9232619559734572, + "gap": 5.882414952325021 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + 49.29491309494142, + 858.6237991426974 + ] + ] + }, + { + "type": "rectangle", + "version": 715, + "versionNonce": 217762520, + "isDeleted": false, + "id": "fu8WN3iXGWgFSYd89tzQg", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 593.0270743370056, + "y": 244.21647775173187, + "strokeColor": "#000000", + "backgroundColor": "transparent", + "width": 150.99999999999997, + "height": 51, + "seed": 202641880, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "6rzoOq87QezT5zA89SpvI", + "sMHgexCwtHuFORvGjhbuL", + "yOW4Umh_RQYVKuqMUgGOF", + "tcxwHn_aqeUg-NtoXqLyy", + "XlWnoZ_056xM4H0alTRG1", + "vcDAmo-TbLrwm18qDgY41", + "rQmbkUHAJXvjG4igRHZfG", + "-Zp1ZPAN6Kc84IOlQftJQ", + "ylsxmXMsZqUXGc6A2Thb1", + "ssZ6OjOgu0ic_jixniaV8" + ] + }, + { + "type": "text", + "version": 266, + "versionNonce": 1829629608, + "isDeleted": false, + "id": "Ygi0MXAnrv0uitnKAd8GH", + "fillStyle": "cross-hatch", + "strokeWidth": 1, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 620.0270743370056, + "y": 259.7164777517319, + "strokeColor": "#000000", + "backgroundColor": "#fab005", + "width": 101, + "height": 20, + "seed": 2085656488, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [], + "fontSize": 16, + "fontFamily": 1, + "text": "Confidential?", + "baseline": 14, + "textAlign": "center", + "verticalAlign": "top" + }, + { + "type": "arrow", + "version": 3679, + "versionNonce": 638300120, + "isDeleted": false, + "id": "ylsxmXMsZqUXGc6A2Thb1", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 669.8328586499539, + "y": 313.2572177403267, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 31.54310791724572, + "height": 21.40423074644781, + "seed": 414147240, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": [], + "startBinding": { + "elementId": "fu8WN3iXGWgFSYd89tzQg", + "gap": 18.040739988594865, + "focus": 0.5522505050793443 + }, + "endBinding": { + "elementId": "vrVXmjyoowSPZBPWEPwtZ", + "gap": 18.292287635860383, + "focus": -0.7629263840912668 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + 31.54310791724572, + 21.40423074644781 + ] + ] + }, + { + "type": "text", + "version": 655, + "versionNonce": 1437194664, + "isDeleted": false, + "id": "vkf4Q5TPgtTalSnxVkYkJ", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 714.5270743370056, + "y": 298.7164777517319, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 24, + "height": 20, + "seed": 376142808, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "ylsxmXMsZqUXGc6A2Thb1" + ], + "fontSize": 16, + "fontFamily": 1, + "text": "Yes", + "baseline": 14, + "textAlign": "left", + "verticalAlign": "top" + }, + { + "type": "arrow", + "version": 2005, + "versionNonce": 364377304, + "isDeleted": false, + "id": "rQmbkUHAJXvjG4igRHZfG", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 635.5454416260209, + "y": 305.9366774505985, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 195.62087506678415, + "height": 46.54581626488789, + "seed": 953241048, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": [], + "startBinding": { + "elementId": "fu8WN3iXGWgFSYd89tzQg", + "gap": 10.720199698866622, + "focus": -0.6533154171885165 + }, + "endBinding": { + "elementId": "TFkP_MPD_aiwHDfSOuf7y", + "focus": -0.7543103463320734, + "gap": 15.483984036245488 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + -195.62087506678415, + 46.54581626488789 + ] + ] + }, + { + "type": "text", + "version": 417, + "versionNonce": 965764264, + "isDeleted": false, + "id": "6QaJ_1P6ePl1-T1BWhvc4", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 515.1682542030601, + "y": 302.7164777517319, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 19, + "height": 20, + "seed": 851669464, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [], + "fontSize": 16, + "fontFamily": 1, + "text": "No", + "baseline": 14, + "textAlign": "center", + "verticalAlign": "middle" + }, + { + "type": "rectangle", + "version": 1117, + "versionNonce": 831756760, + "isDeleted": false, + "id": "vrVXmjyoowSPZBPWEPwtZ", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 719.6682542030601, + "y": 325.7164777517319, + "strokeColor": "#000000", + "backgroundColor": "#fab005", + "width": 654.9999999999997, + "height": 84.00000000000003, + "seed": 1657223080, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "p1JprMbniL2tm5Aqyfwq6", + "xx5XLtq5T9Q1Ct_m8-B9w", + "4xl1f-iR-IYSmp-GQfwji", + "FOmIbqRqdzvoB69KCOcaS", + "cQn0RUay87Vml2gKkIgAq", + "ylsxmXMsZqUXGc6A2Thb1", + "S6PrPNF2IIbtgiNB7Bt3h" + ] + }, + { + "type": "text", + "version": 498, + "versionNonce": 376278952, + "isDeleted": false, + "id": "TgDmczVLd-awcxLBRlPux", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 746.6682542030601, + "y": 341.7164777517319, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 614, + "height": 80, + "seed": 2049406680, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [], + "fontSize": 16, + "fontFamily": 1, + "text": "Follow the process, but instead of the markdown file \ncreate RESTRICTED Google Doc in the Team Drive using template:\nhttps://rhobs-handbook.netlify.app/proposals/process.md/#google-docs-template\n", + "baseline": 74, + "textAlign": "center", + "verticalAlign": "top" + }, + { + "type": "arrow", + "version": 2103, + "versionNonce": 2092080856, + "isDeleted": false, + "id": "pyIKCaP4TEoT-2VJk3UhJ", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 995.4385028937371, + "y": 923.0528734247561, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 145.23078203636317, + "height": 69.67523125374498, + "seed": 1840322264, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": [], + "startBinding": { + "elementId": "KZDeghpRO3ypxVxGcpBNF", + "focus": 0.7600769045235866, + "gap": 15.911428556731437 + }, + "endBinding": { + "elementId": "Zgkvno7n9TllEJz9-qvt5", + "focus": -0.3500500277422292, + "gap": 7.911164419279203 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + 145.23078203636317, + -69.67523125374498 + ] + ] + }, + { + "type": "text", + "version": 697, + "versionNonce": 1416452776, + "isDeleted": false, + "id": "QoVylYoCb-jUYGNAPSsUs", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 1009.5270743370056, + "y": 877.9664777517319, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 24, + "height": 40, + "seed": 619763928, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "c_K87tO_KEPmpAuhSHiCi", + "F3DUvVlOwRzzAKYSQ7FoW" + ], + "fontSize": 16, + "fontFamily": 1, + "text": "Yes\n", + "baseline": 34, + "textAlign": "left", + "verticalAlign": "top" + }, + { + "type": "arrow", + "version": 2478, + "versionNonce": 2007565272, + "isDeleted": false, + "id": "AnncCmXpdYOAdrwnLSwya", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 999.2770743370056, + "y": 941.5763720396236, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 47.58745685569761, + "height": 116.39075868265547, + "seed": 1815547048, + "groupIds": [], + "strokeSharpness": "round", + "boundElementIds": [], + "startBinding": { + "elementId": "KZDeghpRO3ypxVxGcpBNF", + "gap": 19.75, + "focus": -0.9811023509529954 + }, + "endBinding": { + "elementId": "5nOHqb5-3vJXCgCDQz7Ox", + "gap": 11.49934702945272, + "focus": 0.0552768608697373 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + 47.58745685569761, + 116.39075868265547 + ] + ] + }, + { + "type": "text", + "version": 685, + "versionNonce": 1983628712, + "isDeleted": false, + "id": "wM0fU9vXm689CmU60itO9", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "angle": 0, + "x": 1019.0270743370056, + "y": 945.9664777517319, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 19, + "height": 20, + "seed": 684904104, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [], + "fontSize": 16, + "fontFamily": 1, + "text": "No", + "baseline": 14, + "textAlign": "center", + "verticalAlign": "middle" + }, + { + "type": "ellipse", + "version": 183, + "versionNonce": 207069144, + "isDeleted": false, + "id": "kKhp7RHVTIQCGfgP3fbEn", + "fillStyle": "cross-hatch", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 456.5270743370056, + "y": 1280.4664777517319, + "strokeColor": "#000000", + "backgroundColor": "#ced4da", + "width": 461.00000000000006, + "height": 45, + "seed": 1895746008, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "-Zp1ZPAN6Kc84IOlQftJQ", + "cQn0RUay87Vml2gKkIgAq", + "S6PrPNF2IIbtgiNB7Bt3h", + "q-8MagufLUq-r4Go0Iry5", + "yOW4Umh_RQYVKuqMUgGOF" + ] + }, + { + "type": "text", + "version": 217, + "versionNonce": 343178152, + "isDeleted": false, + "id": "Z9mGdd_buLb8KC1MUtAmM", + "fillStyle": "cross-hatch", + "strokeWidth": 1, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 513.5270743370056, + "y": 1293.4664777517319, + "strokeColor": "#000000", + "backgroundColor": "#fab005", + "width": 333, + "height": 20, + "seed": 1112743640, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "Bi8Gc-bVP9pfMIwAl9szx", + "q-8MagufLUq-r4Go0Iry5" + ], + "fontSize": 16, + "fontFamily": 1, + "text": "Follow \"Handbook Proposal Process\" flow ", + "baseline": 14, + "textAlign": "center", + "verticalAlign": "top" + }, + { + "type": "rectangle", + "version": 1315, + "versionNonce": 2011198168, + "isDeleted": false, + "id": "5nOHqb5-3vJXCgCDQz7Ox", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 721.0270743370058, + "y": 1069.4664777517319, + "strokeColor": "#000000", + "backgroundColor": "#fab005", + "width": 654.9999999999997, + "height": 79, + "seed": 1940301272, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "p1JprMbniL2tm5Aqyfwq6", + "xx5XLtq5T9Q1Ct_m8-B9w", + "4xl1f-iR-IYSmp-GQfwji", + "FOmIbqRqdzvoB69KCOcaS", + "cQn0RUay87Vml2gKkIgAq", + "ylsxmXMsZqUXGc6A2Thb1", + "AnncCmXpdYOAdrwnLSwya", + "cx-mcetXIib9ASb8dl4xx" + ] + }, + { + "type": "text", + "version": 694, + "versionNonce": 1253492392, + "isDeleted": false, + "id": "rBvR-u5ocQXFEbWtEGZi_", + "fillStyle": "hachure", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 750.0270743370058, + "y": 1078.4664777517319, + "strokeColor": "#000000", + "backgroundColor": "#82c91e", + "width": 614, + "height": 80, + "seed": 2078360488, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [ + "Bi8Gc-bVP9pfMIwAl9szx" + ], + "fontSize": 16, + "fontFamily": 1, + "text": "Follow the process, but instead of the markdown file \ncreate PUBLIC Google Doc in the Team Drive using template:\nhttps://rhobs-handbook.netlify.app/proposals/process.md/#google-docs-template\n", + "baseline": 74, + "textAlign": "center", + "verticalAlign": "top" + }, + { + "type": "arrow", + "version": 226, + "versionNonce": 1979471832, + "isDeleted": false, + "id": "S6PrPNF2IIbtgiNB7Bt3h", + "fillStyle": "cross-hatch", + "strokeWidth": 1, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 1387.6079556288637, + "y": 364.2501352459934, + "strokeColor": "#000000", + "backgroundColor": "#fab005", + "width": 481, + "height": 946.0000000000001, + "seed": 1125059752, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [], + "startBinding": { + "elementId": "vrVXmjyoowSPZBPWEPwtZ", + "gap": 12.939701425803952, + "focus": 0.4615022067940208 + }, + "endBinding": { + "elementId": "kKhp7RHVTIQCGfgP3fbEn", + "focus": -0.11116713751887923, + "gap": 8 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + 18.919118708141923, + -2.283657494261547 + ], + [ + 11.919118708141923, + 943.7163425057386 + ], + [ + -462.0808812918581, + 938.7163425057386 + ] + ] + }, + { + "type": "arrow", + "version": 204, + "versionNonce": 947368360, + "isDeleted": false, + "id": "Bi8Gc-bVP9pfMIwAl9szx", + "fillStyle": "cross-hatch", + "strokeWidth": 1, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 1051.649407695297, + "y": 1142.9664777517319, + "strokeColor": "#000000", + "backgroundColor": "#fab005", + "width": 288.05728806787977, + "height": 137, + "seed": 511519144, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": [], + "startBinding": null, + "endBinding": null, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + -288.05728806787977, + 137 + ] + ] + }, + { + "type": "arrow", + "version": 33, + "versionNonce": 887307432, + "isDeleted": false, + "id": "ssZ6OjOgu0ic_jixniaV8", + "fillStyle": "cross-hatch", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "angle": 0, + "x": 651.5270743370056, + "y": 164.96647775173187, + "strokeColor": "#000000", + "backgroundColor": "#fab005", + "width": 3, + "height": 76, + "seed": 1680609704, + "groupIds": [], + "strokeSharpness": "sharp", + "boundElementIds": null, + "startBinding": { + "elementId": "K5XTgxUKvzbfgD2Zj7g1y", + "focus": 0.016535743791701002, + "gap": 7.008115264769906 + }, + "endBinding": { + "elementId": "fu8WN3iXGWgFSYd89tzQg", + "focus": -0.2762490325909365, + "gap": 3.25 + }, + "lastCommittedPoint": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "points": [ + [ + 0, + 0 + ], + [ + -3, + 76 + ] + ] + } + ], + "appState": { + "gridSize": null, + "viewBackgroundColor": "#ffffff" + } +} \ No newline at end of file diff --git a/content/assets/proposal-where.png b/content/assets/proposal-where.png new file mode 100644 index 0000000..651184a Binary files /dev/null and b/content/assets/proposal-where.png differ diff --git a/content/contributing.md b/content/contributing.md index d73b45f..7541532 100644 --- a/content/contributing.md +++ b/content/contributing.md @@ -38,7 +38,9 @@ This section will guide you through changing, adding or removing anything from h ### How to decide where to put the content? -![flow](assets/handbook-proposal.png) +![flow](assets/handbook-process.png) + +NOTE: Make sure to not duplicate too much information with the project documentation. Docs are aging quickly. ### Editing the content