-
Notifications
You must be signed in to change notification settings - Fork 1
/
4c-integration.html
888 lines (887 loc) · 49.4 KB
/
4c-integration.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=1440, maximum-scale=1.0" />
<meta name="og:type" content="website" />
<meta name="twitter:card" content="photo" />
<link rel="stylesheet" type="text/css" href="css/4c-integration.css" />
<link rel="stylesheet" type="text/css" href="css/styleguide.css" />
<link rel="stylesheet" type="text/css" href="css/globals.css" />
<link rel="icon" href="https://brand.publiccode.net/logo/mark-128w128h.png">
<script async defer data-domain="publiccode.net" src="https://plausible.io/js/plausible.js"></script>
</head>
<body style="margin: 0; background: #ffffff">
<input type="hidden" id="anPageName" name="page" value="4c-integration" />
<div class="x4c-integration screen">
<header class="header-cYqTw7">
<div class="content-pHd9J5">
<a href="https://publiccode.net/" target="_blank">
<div class="logo-title-9grcxG logo-title">
<img class="logo-symbol" src="img/logo-symbol@2x.png" alt="logo symbol" />
<div class="foundation-for-public-code valign-text-middle mulish-bold-black-27px">
Foundation for Public Code
</div>
</div></a
>
<div class="navigation-9grcxG">
<div class="links-gtvlvD links">
<a href="https://publiccode.net/codebase-stewardship/" target="_blank"
><div class="stewardship-AjYR64 mulish-normal-black-15px">Codebases</div> </a
><a href="https://projects.publiccode.net/" target="_blank"
><div class="resources-AjYR64 mulish-normal-black-15px">Resources</div> </a
><a href="https://publiccode.net/team/" target="_blank"
><div class="who-we-are-AjYR64 mulish-normal-black-15px">Who we are</div> </a
><a href="https://about.publiccode.net/CONTRIBUTING.html" target="_blank"
><div class="join-us-AjYR64 mulish-normal-black-15px">Join us</div>
</a>
</div>
<div class="services-gtvlvD">
<a href="https://floss.social/@publiccode" target="_blank"
><img class="mastodon" src="img/mastodon@2x.png" alt="Mastodon" /> </a
><a href="https://twitter.com/publiccodenet" target="_blank"
><img class="twitter" src="img/twitter@2x.png" alt="Twitter" /> </a
><a href="https://github.com/publiccodenet/" target="_blank"
><img class="github" src="img/github@2x.png" alt="Github" />
</a>
</div>
</div>
</div>
</header>
<h1 class="title-cYqTw7 title titlepage">Process code for software procurement</h1>
<div class="main-frame-cYqTw7">
<div class="content-zmc1Ta">
<div class="intro-5xTstk">
<div class="titlepage-h2kKy6"><div class="page-title-T7xSDn titlepage">4c. Integration</div></div>
<div class="content-h2kKy6">
<p class="this-section-will-help-you-pfMxEq mulish-bold-black-16px">This section will help you:</p>
<div class="cluster-pfMxEq cluster">
<article class="goal">
<img class="icongoal-AcPooj icongoal" src="img/icon-goal@2x.png" alt="icon.goal" />
<p class="this-is-a-goal-for-a-particular-activity detail">
Embed software in your organization’s social and bureaucratic infrastructure
</p>
</article>
<article class="goal">
<img class="icongoal-P3Dj9l icongoal" src="img/icon-goal-1@2x.png" alt="icon.goal" />
<p class="this-is-a-goal-for-a-particular-activity detail">
Create clear plans for staff training and software maintenance
</p>
</article>
<article class="goal">
<img class="icongoal-fJrL9F icongoal" src="img/icon-goal-2@2x.png" alt="icon.goal" />
<p class="this-is-a-goal-for-a-particular-activity detail">Join a community of practice</p>
</article>
</div>
</div>
</div>
<div class="challenges-5xTstk">
<div class="titlesubsection"><div class="subsection-title titlesection">Common challenges</div></div>
<p class="you-may-encounter-th-HxKdH1 body">
<span class="span0-WWT1EW body"
>You may encounter these frictions as you do the work of integration. These are challenges the </span
><span class="span1-WWT1EW bodylink">Recommended actions</span
><span class="span2-WWT1EW body">
are designed to solve, or that may arise as you take those actions.
</span>
</p>
<div class="challenge">
<img class="iconchallenge" src="img/icon-challenge@2x.png" alt="icon.challenge" />
<div class="content-a8CLZE">
<p class="title-C8egsH title mulish-bold-black-16px">Relying on a single “champion”</p>
<p class="lorem-ipsum detail">
It is often passionate champions who take on the responsibility of forward-thinking software work.
Ongoing software maintenance and staff training can disappear if this protagonist burns out,
encounters too many barriers, or leaves the organization.
</p>
</div>
</div>
<div class="challenge">
<img class="iconchallenge" src="img/icon-challenge@2x.png" alt="icon.challenge" />
<div class="content-VtAZJx">
<p class="title-DUpinf title mulish-bold-black-16px">
Lack of resources for lifetime ownership and maintenance
</p>
<p class="lorem-ipsum detail">
A contract is not the end of a procurement process, nor is final product delivery. It is important to
have a detailed plan for ongoing use and maintenance.
</p>
</div>
</div>
<div class="challenge">
<img class="iconchallenge" src="img/icon-challenge@2x.png" alt="icon.challenge" />
<div class="content-Q4Bx0H">
<div class="title-pzX02F title mulish-bold-black-16px">Governance between different organizations</div>
<p class="lorem-ipsum detail">
When it comes to governing open source projects, political—not technical—skills are required.
Discussing new features, allocating responsibilities, and pooling funds are all governance challenges
that come with shared software.
</p>
</div>
</div>
</div>
<div class="actions-5xTstk">
<div class="titlesubsection"><div class="subsection-title titlesection">Recommended actions</div></div>
<div class="frame-143-C52QjS">
<div class="x1-documentation-JY8bd6 titlesubsection">1. Documentation</div>
<p class="it-is-crucial-to-doc-JY8bd6 body">
It is crucial to document the software thoroughly. This includes technical documentation as well as
operational documentation.
</p>
<div class="action">
<div class="iconknowledge">
<div class="bulb">
<img class="union-qrnFHr union" src="img/union@2x.png" alt="Union" />
<img class="group-194" src="img/group-194@2x.png" alt="Group 194" />
<img class="line-48" src="img/line-48@2x.png" alt="Line 48" />
</div>
</div>
<div class="content-LAoEfR">
<div class="an-action-that-requires-high-engagement mulish-bold-black-16px">
Technical documentation
</div>
<p class="lorem-ipsum detail">
This includes overall architecture, modular integration protocols, APIs, specific module function,
ongoing maintenance considerations.
</p>
</div>
</div>
<div class="action">
<div class="iconknowledge">
<div class="bulb">
<img class="union-UV0Ph8 union" src="img/union@2x.png" alt="Union" />
<img class="group-194" src="img/group-194@2x.png" alt="Group 194" />
<img class="line-48" src="img/line-48@2x.png" alt="Line 48" />
</div>
</div>
<div class="content-6VSoP4">
<div class="an-action-that-requires-high-engagement mulish-bold-black-16px">
Operational documentation
</div>
<p class="lorem-ipsum detail">
This includes what end users should be aware of, how to train new users, and best practices for
getting the most out of the software
</p>
</div>
</div>
<div class="action">
<img class="iconaction" src="img/icon-action@2x.png" alt="icon.action" />
<div class="content-S1oLQJ">
<p class="an-action-that-requires-high-engagement mulish-bold-black-16px">
Ensure the technical team and product owner collaborate on writing thorough documentation
</p>
<p class="lorem-ipsum detail">
Make sure that this is easily accessible, there is a clear process for updating it, and it is
embedded in the training and maintenance plan
</p>
</div>
</div>
</div>
<div class="frame-144-C52QjS">
<p class="x2-creating-a-trainin-ixHibi titlesubsection">2. Creating a training and maintenance plan</p>
<p class="there-should-be-a-ro-ixHibi body">
There should be a robust plan for ongoing staff training and software maintenance. These can be time-
and budget-intensive, so be sure to allocate resources appropriately. Both should be continuously
updated as working drafts throughout the software development process, and completed when all features
are built and perform at a satisfactory level.
</p>
<div class="action">
<div class="iconknowledge">
<div class="bulb">
<img class="union-chhJv7 union" src="img/union@2x.png" alt="Union" />
<img class="group-194" src="img/group-194@2x.png" alt="Group 194" />
<img class="line-48" src="img/line-48@2x.png" alt="Line 48" />
</div>
</div>
<div class="content-aoZOqT">
<p class="an-action-that-requires-high-engagement mulish-bold-black-16px">
Small incremental changes are best practice in open source development
</p>
<p class="lorem-ipsum detail">
It minimizes the risk of breaking dependencies. When everyone working on the code is in sync, any
changes affect each other with minimal disturbance.
</p>
</div>
</div>
<div class="action">
<img class="iconaction" src="img/icon-action@2x.png" alt="icon.action" />
<div class="content-zsHmrG">
<div class="an-action-that-requires-high-engagement mulish-bold-black-16px">
Create a maintenance plan
</div>
<div class="flex-container-i239730660214892-0xznAg">
<div class="text0-i239730660214892-2PpuHO detail">
<span class="span0-X1SSiL detail">This should include: <br /></span>
</div>
<div class="text1-i239730660214892-2PpuHO detail">
<span class="span1-E9K4gt detail"
>Regular (annual) performance audits—for the software itself, and the processes that it
supports.<br
/></span>
</div>
<div class="text2-i239730660214892-2PpuHO detail">
<span class="span2-7xec0h detail"
>Staff training plan to onboard new users in the future.<br
/></span>
</div>
<div class="text3-i239730660214892-2PpuHO detail">
<span class="span3-m391VO detail"
>Staff time for software maintenance and updating (particularly if the city’s digital
infrastructure changes in ways that affect the software performance).<br
/></span>
</div>
<div class="text4-i239730660214892-2PpuHO detail">
<span class="span4-o6ytyS detail"
>Strategies for sharing with other jurisdictions (if it is custom software or OSS).</span
>
</div>
</div>
</div>
</div>
</div>
<div class="frame-146-C52QjS">
<p class="x3-releasing-code-und-x8R630 titlesubsection">3. Releasing code under an open source license</p>
<p class="many-national-govern-x8R630 body">
Many national governments recommend that agencies or subnational government organizations who have
developed their own software should release the code under an open source license. That way, all
agencies can benefit from the code, and the burden of ongoing maintenance and support is shared.
</p>
<div class="action">
<div class="iconknowledge">
<div class="bulb">
<img class="union-LoxpBO union" src="img/union@2x.png" alt="Union" />
<img class="group-194" src="img/group-194@2x.png" alt="Group 194" />
<img class="line-48" src="img/line-48@2x.png" alt="Line 48" />
</div>
</div>
<div class="content-hq5Vsq">
<p class="an-action-that-requires-high-engagement mulish-bold-black-16px">
Many governments have guidelines for choosing licenses specific to their legislative context
</p>
<p class="lorem-ipsum detail">
For example, if your open source project is an adaptation or derivative of an existing open source
project, the best practice is to use the same license as the original; if it is a new open source
project, the license you select will depend on the desired outcome and the licensing of any
third-party software used in your project.
</p>
</div>
</div>
<div class="action">
<img class="iconaction" src="img/icon-action@2x.png" alt="icon.action" />
<div class="content-BEFAR5">
<p class="an-action-that-requires-high-engagement mulish-bold-black-16px">
Choose an open source software license, and a version control platform
</p>
<p class="lorem-ipsum detail">
If it isn’t already on one, transition the code to a distributed platform like GitHub.
</p>
</div>
</div>
</div>
<div class="frame-145-C52QjS">
<p class="x4-joining-a-community-of-practice-5gr25v titlesubsection">
4. Joining a community of practice
</p>
<p class="if-you-used-open-sou-5gr25v body">
If you used open source or built custom software, you will benefit from having a community of
practice—others who use and maintain the software together. When considering collaboration, take the
time to align with potential partners. Converse with your counterparts in other government or public
sector agencies to gain a better understanding of what their needs are, where alignment can increase,
and what shape your collaboration should take.
</p>
<div class="action">
<img class="iconaction" src="img/icon-action@2x.png" alt="icon.action" />
<div class="content-CJM8bP">
<div class="an-action-that-requires-high-engagement mulish-bold-black-16px">
Play The Governance Game
</div>
<div class="flex-container-i239734760214892-1QvA92">
<div class="text0-i239734760214892-5DvEVr detail">
<span class="span0-GQn203 detail"
>This great resource from the Foundation for Public Code is “an interactive game exploring
governance of a public codebase. It helps participants reflect on what governance means for a
codebase, the complexity around it, and surfaces issues worth considering during set up.”<br
/></span>
</div>
<div class="text1-i239734760214892-5DvEVr detail">
<a href="https://github.com/publiccodenet/governance-game" target="_blank"
><span class="span1-bLyCIT titlesubsection-p">Link to The Governance Game</span></a
>
</div>
</div>
</div>
</div>
<img class="image-6-5gr25v" src="img/image-6@2x.png" alt="image 6" />
<div class="action">
<img class="iconaction" src="img/icon-action@2x.png" alt="icon.action" />
<div class="content-MSmZIf">
<p class="an-action-that-requires-high-engagement mulish-bold-black-16px">
Form a community of practice
</p>
<p class="lorem-ipsum detail">
You might join an existing community that supports your specific software, create an entirely new
community around your new software, or activate an existing network (like a Provincial CIO network)
and create an open source software committee within it.
</p>
</div>
</div>
<div class="guidelinessolo-5gr25v">
<div class="title-Rrxux4 title">
<img class="iconguidelines-84ZPHp" src="img/icon-guidelines@2x.png" alt="icon.guidelines" />
<div class="guidelines-84ZPHp mulish-bold-black-16px">The value of collaboration</div>
<img class="arrowdown-84ZPHp" src="img/arrow-down@2x.png" alt="arrow.down" />
</div>
<div class="flex-container-i26174952117085-Rrxux4">
<div class="text0-i26174952117085-m6TTfB detail">
<span class="span0-0x11DA detail"
>Collaboration on open source software is a win-win. The software you build, or the adaptations
you make, will be useful to other jurisdictions as well. Open source software performs better and
becomes more secure as the community around it grows. Each user benefits from continuous
improvements to software (in the form of updates, new features or security improvements). It is
therefore in each user’s best interest to contribute, and to add more contributing users.<br
/></span>
</div>
<div class="text1-i26174952117085-m6TTfB detail">
<span class="span1-SjXMLO detail"
>For government organizations, another benefit of collaboration is that they do not need to
constantly reinvent the wheel. When source code is released under an open source license, any
jurisdiction can make small software adaptations to ensure that the software is best-fit to local
use cases, regulations and standards. When a core set of functionalities are shared, each
jurisdiction’s time, effort and resources can be focused on making small adaptations to fit the
software to their local context (rather than building a full set of core functionalities from
scratch). Knowledge and resource sharing help partners with less experience in open source
software to build capacity.</span
>
</div>
</div>
</div>
</div>
</div>
<div class="outcomes-5xTstk">
<div class="titlesubsection"><div class="subsection-title titlesection">Takeaways</div></div>
<div class="cluster-SJFgRi cluster">
<p class="create-or-complete-the-following-outputs-WhtSYZ body">
Create or complete the following outputs.
</p>
<div class="goals-WhtSYZ">
<article class="outcome">
<div class="icongoal-U4YsWA icongoal">
<div class="v2">
<img class="gear-2" src="img/gear-2-2@2x.png" alt="gear 2" />
<img class="arrow-2" src="img/arrow-2@2x.png" alt="arrow 2" />
</div>
</div>
<div class="this-is-an-outcome-t mulish-semi-bold-royal-blue-16px">Software documentation</div>
</article>
<article class="outcome">
<div class="icongoal-14EgMS icongoal">
<div class="v2">
<img class="gear-2" src="img/gear-2-2@2x.png" alt="gear 2" />
<img class="arrow-2" src="img/arrow-2@2x.png" alt="arrow 2" />
</div>
</div>
<p class="this-is-an-outcome-t mulish-semi-bold-royal-blue-16px">Lifetime use plan and resourcing</p>
</article>
<article class="outcome">
<div class="icongoal-JZjy8B icongoal">
<div class="v2">
<img class="gear-2" src="img/gear-2-2@2x.png" alt="gear 2" />
<img class="arrow-2" src="img/arrow-2@2x.png" alt="arrow 2" />
</div>
</div>
<p class="this-is-an-outcome-t mulish-semi-bold-royal-blue-16px">
Release software under an open source license
</p>
</article>
<article class="outcome">
<div class="icongoal-qJfmp2 icongoal">
<div class="v2">
<img class="gear-2" src="img/gear-2-2@2x.png" alt="gear 2" />
<img class="arrow-2" src="img/arrow-2@2x.png" alt="arrow 2" />
</div>
</div>
<p class="this-is-an-outcome-t mulish-semi-bold-royal-blue-16px">
Participation in a national or global community of practice
</p>
</article>
</div>
</div>
</div>
<div class="references-5xTstk">
<div class="titlesubsection"><div class="subsection-title titlesection">Further reading</div></div>
<div class="frame-141-GnKkjQ">
<article class="reference">
<div class="number"><div class="x1 body">1.</div></div>
<div class="content-KQo7bm">
<div class="frame-163"><div class="source-name subtext">18F</div></div>
<a href="https://agile.18f.gov" target="_blank"
><div class="link-title-here mulish-bold-azure-radiance-16px">Agile development</div>
</a>
</div>
</article>
<article class="reference">
<div class="number"><div class="x1 body">2.</div></div>
<div class="content-x7mK4v">
<div class="frame-163"><div class="source-name subtext">Atlassian</div></div>
<a href="https://www.atlassian.com/agile/project-management/metrics" target="_blank"
><p class="link-title-here mulish-bold-azure-radiance-16px">
Project management (with evaluation metrics)
</p>
</a>
</div>
</article>
<article class="reference">
<div class="number"><div class="x1 body">3.</div></div>
<div class="content-dxiAFl">
<div class="frame-163"><div class="source-name subtext">18F</div></div>
<a href="https://derisking-guide.18f.gov/state-field-guide/budgeting-tech/" target="_blank"
><p class="link-title-here mulish-bold-azure-radiance-16px">
Budgeting and overseeing tech projects
</p>
</a>
</div>
</article>
<article class="reference">
<div class="number"><div class="x1 body">4.</div></div>
<div class="content-WC05R1">
<div class="frame-163"><div class="source-name subtext">SABR</div></div>
<a
href="https://sara-sabr.github.io/ITStrategy/2021/10/15/product-management-part-2.html"
target="_blank"
><p class="link-title-here mulish-bold-azure-radiance-16px">
IT Product Management Integrated planning guide
</p>
</a>
</div>
</article>
<article class="reference">
<div class="number"><div class="x1 body">5.</div></div>
<div class="content-e1Z8RM">
<div class="frame-163"><div class="source-name subtext">Canadian Digital Service</div></div>
<a href="https://digital.canada.ca/tools-and-resources/evaluation-framework/" target="_blank"
><div class="link-title-here mulish-bold-azure-radiance-16px">Product Evaluation Guide</div>
</a>
</div>
</article>
<article class="reference">
<div class="number"><div class="x1 body">6.</div></div>
<div class="content-MO5AOw">
<div class="frame-163"><div class="source-name subtext">Open North</div></div>
<a href="https://opennorth.ca/publications/2hvkzrlujufylsvxgf7li5_en" target="_blank"
><p class="link-title-here mulish-bold-azure-radiance-16px">
Open and ethical procurement guide on engaging with the private sector
</p>
</a>
</div>
</article>
<article class="reference">
<div class="number"><div class="x1 body">7.</div></div>
<div class="content-OpYOez">
<div class="frame-163"><div class="source-name subtext">18F</div></div>
<a href="https://product-guide.18f.gov/partners/vendor/" target="_blank"
><div class="link-title-here mulish-bold-azure-radiance-16px">Work with the vendor</div>
</a>
</div>
</article>
<article class="reference">
<div class="number"><div class="x1 body">8.</div></div>
<div class="content-QkssHS">
<div class="frame-163"><div class="source-name subtext">Agile Alliance</div></div>
<a href="https://www.agilealliance.org/agile101/" target="_blank"
><div class="link-title-here mulish-bold-azure-radiance-16px">Agile Development 101</div>
</a>
</div>
</article>
<article class="reference">
<div class="number"><div class="x1 body">9.</div></div>
<div class="content-iirUjO">
<div class="frame-163"><div class="source-name subtext">Ben Balter</div></div>
<a
href="https://ben.balter.com/2014/10/08/open-source-licensing-for-government-attorneys/"
target="_blank"
><p class="link-title-here mulish-bold-azure-radiance-16px">
Everything a Government Attorney Needs to Know about Open Source Software Licensing
</p>
</a>
</div>
</article>
<article class="reference">
<div class="number"><div class="x1 body">10.</div></div>
<div class="content-E83I5j">
<div class="frame-163"><div class="source-name subtext">GitHub</div></div>
<a href="https://choosealicense.com" target="_blank"
><p class="link-title-here mulish-bold-azure-radiance-16px">Choose an Open Source License</p>
</a>
</div>
</article>
<article class="reference">
<div class="number"><div class="x1 body">11.</div></div>
<div class="content-xHrxmz">
<div class="frame-163"><div class="source-name subtext">Open Source Guides</div></div>
<a href="https://opensource.guide/legal" target="_blank"
><p class="link-title-here mulish-bold-azure-radiance-16px">The Legal Side of Open Source</p>
</a>
</div>
</article>
</div>
</div>
<div class="footer-nav-5xTstk">
<a href="4b-agile-development.html">
<div class="navfooterprev-v02-79QBxK">
<img class="arrow-qF4zxf" src="img/arrow@2x.png" alt="arrow" />
<div class="title-qF4zxf title mulish-bold-white-16px">4b. Agile development</div>
</div></a
>
</div>
</div>
<div class="sidebarv2-zmc1Ta">
<div class="top-uYbTxW">
<div class="navsidebarexpanded-yfTDD8">
<article class="navmainv3-yxMvXW navmainv3">
<div class="section-title">
<div class="x1-section-name-aLRshr x1-section-name titlesection-p">1. Orientation</div>
</div>
<div class="subsections">
<a href="1a-getting-oriented.html">
<article class="navsubsectionv2-nHY3yq navsubsectionv2">
<div class="capacity-building body">a. Welcome!</div>
</article></a
><a href="1b-capacity-building.html">
<article class="navsubsectionv2-n7wbuT navsubsectionv2">
<div class="b-subsection-name body">b. Capacity-building</div>
</article></a
><a href="1c-discovery-research-and-problem-statement.html">
<article class="navsubsectionv2-o8HH2f navsubsectionv2">
<div class="c-subsection-name body">c. Discovery research</div>
</article></a
><a href="1d-market-research.html">
<article class="navsubsectionv2-k53xv2 navsubsectionv2">
<div class="d-subsection-name body">d. Market research</div>
</article></a
><a href="1e-strategic-analysis.html">
<article class="navsubsectionv2-xoysLs navsubsectionv2">
<div class="capacity-building body">e. Strategic analysis</div>
</article></a
>
</div>
</article>
<article class="navmainv3-CMIxvM navmainv3">
<div class="section-title">
<div class="x1-section-name-22cjsy x1-section-name titlesection-p">2. Planning</div>
</div>
<div class="subsections">
<a href="2a-planning-phase-introduction.html">
<article class="navsubsectionv2-1n9MI8 navsubsectionv2">
<div class="capacity-building body">a. Planning phase</div>
</article></a
><a href="2b-modularization.html">
<article class="navsubsectionv2-HP2ux4 navsubsectionv2">
<div class="b-subsection-name body">b. Modularization</div>
</article></a
><a href="2c-rfp-writing.html">
<article class="navsubsectionv2-18g09v navsubsectionv2">
<div class="capacity-building body">c. RFP writing</div>
</article></a
>
</div>
</article>
<article class="navmainv3-fKYeeM navmainv3">
<div class="section-title">
<div class="x1-section-name-UPEPJk x1-section-name titlesection-p">3. Assessment</div>
</div>
<div class="subsections">
<a href="3a-assessment-phase.html">
<article class="navsubsectionv2-Hg1YiR navsubsectionv2">
<div class="capacity-building body">a. Assessment phase</div>
</article></a
><a href="3b-vendor-interactions.html">
<article class="navsubsectionv2-NnLWSS navsubsectionv2">
<div class="b-subsection-name body">b. Vendor interactions</div>
</article></a
><a href="3c-bid-evaluation.html">
<article class="navsubsectionv2-1vHpGq navsubsectionv2">
<div class="c-subsection-name body">c. Bid evaluation</div>
</article></a
><a href="3d-contracting.html">
<article class="navsubsectionv2-ll07KG navsubsectionv2">
<div class="d-subsection-name body"><span class="span0-UPcpdk body">d. Contracting</span></div>
</article></a
>
</div>
</article>
<article class="navmainv3-UGznCs navmainv3">
<div class="section-title">
<div class="x1-section-name-wTNFfU x1-section-name titlesection-p">4. Implementation</div>
</div>
<div class="subsections">
<a href="4a-implementation-phase.html">
<article class="navsubsectionv2-m1z4oU navsubsectionv2">
<div class="capacity-building body">a. Implementation phase</div>
</article></a
><a href="4b-agile-development.html">
<article class="navsubsectionv2-Qtex9n navsubsectionv2">
<div class="b-subsection-name body">b. Agile development</div>
</article></a
><a href="4c-integration.html">
<article class="navsubsectionv2-ziPAmM navsubsectionv2">
<div class="c-subsection-name body">c. Integration</div>
</article></a
>
</div>
</article>
</div>
</div>
<div class="sidebarbottom-uYbTxW">
<div class="have-a-question-7UwPDg have-a-question">
<div class="have-a-question-X39u9H have-a-question titlesection-p">Have a question?</div>
<a href="mailto:info@publiccode.net" target="_blank"
><div class="email-us-X39u9H mulish-semi-bold-azure-radiance-16px">Email us</div>
</a>
</div>
</div>
</div>
</div>
<div class="endcap-cYqTw7">
<div class="headline-jTtMmt">
<div class="content-AjepxG">
<p class="youve-completed-the-jC6uT8 titlepage">You’ve completed the Software Procurement process code!</p>
<p class="like-this-guide-ando-jC6uT8 body">
<span class="span0-La2SRN body"
>Like this guide and/or have feedback? We want to hear about your experience. Email or mention us, or
get updates via our </span
><a href="https://odoo.publiccode.net/survey/start/594b9243-c7e5-4bc1-8714-35137c971842" target="_blank"
><span class="span1-La2SRN body">mailing list</span></a
><span class="span2-La2SRN body">.</span>
</p>
</div>
<div class="links-AjepxG links">
<div class="cluster-ZVP794 cluster">
<a href="https://floss.social/@publiccode" target="_blank"
><img class="mastodon" src="img/mastodon-1@2x.png" alt="Mastodon" />
</a>
<div class="publiccodeflosssocial-D6wzaW body">@publiccode@floss.social</div>
</div>
<div class="cluster-H7ftxx cluster">
<a href="https://twitter.com/publiccodenet" target="_blank"
><img class="twitter" src="img/twitter-1@2x.png" alt="Twitter" />
</a>
<div class="publiccodenet-MBxflR body">@publiccodenet</div>
</div>
<div class="cluster-rUosog cluster">
<a href="https://github.com/publiccodenet/" target="_blank"
><img class="github" src="img/github-1@2x.png" alt="Github" />
</a>
<div class="contribute-on-git-hub-F0Mo2l body">Contribute on GitHub</div>
</div>
</div>
</div>
<div class="eco-system-1-jTtMmt">
<div class="rectangle-11-WKKzvy"></div>
<img class="vector-WKKzvy vector" src="img/vector@2x.png" alt="Vector" />
<img class="vector-rbI89U vector" src="img/vector-1@2x.png" alt="Vector" />
<img class="vector-h7U8gL vector" src="img/vector-2@2x.png" alt="Vector" />
<img class="group-2-WKKzvy group-2" src="img/group-2-2@2x.png" alt="Group 2" />
<div class="ellipse-WKKzvy"></div>
<div class="comment-WKKzvy comment">
<img class="union-yL0xyA union" src="img/union-4@2x.png" alt="Union" />
<div class="rectangle-315-yL0xyA rectangle-315"></div>
<div class="rectangle-316-yL0xyA rectangle-316"></div>
<div class="rectangle-317-yL0xyA rectangle-317"></div>
</div>
<div class="rectangle-315-WKKzvy rectangle-315"></div>
<div class="rectangle-316-WKKzvy rectangle-316"></div>
<div class="rectangle-317-WKKzvy rectangle-317"></div>
<div class="ellipse-rbI89U"></div>
<div class="symbol-dev-WKKzvy symbol-dev">
<img class="rectangle-3kcoR5 rectangle" src="img/rectangle@2x.png" alt="Rectangle" />
<img class="rectangle-8aBILQ rectangle" src="img/rectangle-1@2x.png" alt="Rectangle" />
<div class="ellipse-3kcoR5"></div>
</div>
<img class="ellipse-h7U8gL" src="img/ellipse@2x.png" alt="Ellipse" />
<img class="ellipse-4vI6lh" src="img/ellipse-1@2x.png" alt="Ellipse" />
<img class="ellipse-ovbkWj" src="img/ellipse-2@2x.png" alt="Ellipse" />
<img class="vector-4vI6lh vector" src="img/vector-3@2x.png" alt="Vector" />
<div class="ellipse-huPlcw"></div>
<img class="group-WKKzvy group" src="img/group@2x.png" alt="Group" />
<img class="vector-ovbkWj vector" src="img/vector-4@2x.png" alt="Vector" />
<img class="group-rbI89U group" src="img/group-1@2x.png" alt="Group" />
<div class="rectangle-9-WKKzvy"></div>
<img class="symbol-dev-rbI89U symbol-dev" src="img/symbol-dev@2x.png" alt="symbol-dev" />
<div class="rectangle-10-WKKzvy"></div>
<img class="symbol-dev-h7U8gL symbol-dev" src="img/symbol-dev-1@2x.png" alt="symbol-dev" />
<div class="ellipse-2-WKKzvy"></div>
<div class="ellipse-5-WKKzvy"></div>
<div class="ellipse-3-WKKzvy"></div>
<div class="ellipse-4-WKKzvy"></div>
<div class="ellipse-tZmmga"></div>
<img class="vector-3-WKKzvy" src="img/vector-3-1@2x.png" alt="Vector 3" />
<img class="vector-5-WKKzvy" src="img/vector-5@2x.png" alt="Vector 5" />
<img class="vector-4-WKKzvy" src="img/vector-4-1@2x.png" alt="Vector 4" />
<div class="ellipse-LK1fKr"></div>
<div class="ellipse-R9bav7"></div>
<div class="ellipse-gxovLn"></div>
<div class="comment-rbI89U comment">
<img class="union-r50toq union" src="img/union-5@2x.png" alt="Union" />
<img class="group-2-r50toq group-2" src="img/group-2@2x.png" alt="Group 2" />
</div>
</div>
</div>
<footer class="footer-cYqTw7">
<a href="https://publiccode.net/" target="_blank">
<div class="logo-title-Qkouxx logo-title">
<img class="logo-symbol" src="img/logo-symbol-2@2x.png" alt="logo symbol" />
<div class="foundation-for-public-code valign-text-middle mulish-bold-black-27px">
Foundation for Public Code
</div>
</div></a
>
<div class="block-trio-Qkouxx">
<div class="about-us-zYy6tL about-us">
<div class="content-YpEPR2">
<div class="about-us-qyEfYr about-us titlepage">About us</div>
<div class="flex-container-i8593903785932298-qyEfYr">
<div class="text0-i8593903785932298-VjyIrr body">
<span class="span0-eSaJd5 body"
>All of our staff information, decision-making rules and processes. Our staff manual is developed
collaboratively with the community and can be reused by everyone.<br
/></span>
</div>
<div class="text1-i8593903785932298-VjyIrr body">
<span class="span1-4YWBPY body"
>Read more about our activities, organization, and the glossary of terms and concepts.</span
>
</div>
</div>
</div>
<div class="links-YpEPR2 links">
<a href="https://about.publiccode.net/" target="_blank"
><p class="how-we-work-Qhq2ko mulish-bold-azure-radiance-16px">How we work ></p>
</a>
</div>
</div>
<div class="project-resources-zYy6tL project-resources">
<div class="content-ValmYM">
<div class="project-resources-RhzD0b project-resources titlepage">Project resources</div>
<p class="open-products-were-r-RhzD0b body">
Open products we're researching or developing to further our mission. We rely on these resources for
our everyday work. You can, too!
</p>
</div>
<div class="links-ValmYM links">
<a href="https://projects.publiccode.net/" target="_blank"
><p class="free-to-use-and-modify-2Fi6XN mulish-bold-azure-radiance-16px">
Free to use and modify >
</p> </a
><a href="https://github.com/publiccodenet" target="_blank"
><p class="see-all-our-work-on-git-hub-2Fi6XN mulish-bold-azure-radiance-16px">
See all our work on GitHub >
</p>
</a>
</div>
</div>
<div class="careers-zYy6tL careers">
<div class="content-rpFLy6">
<div class="careers-4UCDsx careers titlepage">Careers</div>
<p class="calling-all-publicly-4UCDsx body">
Calling all publicly minded open source people! Find out about working with us, and join our staff.
</p>
</div>
<div class="links-rpFLy6 links">
<a href="https://publiccode.net/careers/" target="_blank"
><div class="open-positions-Mgnieh mulish-bold-azure-radiance-16px">Open positions ></div>
</a>
</div>
</div>
</div>
<div class="information-Qkouxx">
<div class="contact-URI5ot contact">
<div class="contact-M0BoxU contact mulish-bold-black-22px">Contact</div>
<div class="contact-info-M0BoxU">
<div class="newsletter-xpFsPl newsletter">
<div class="newsletter-ax6l5a newsletter body">Newsletter:</div>
<a href="https://odoo.publiccode.net/survey/start/594b9243-c7e5-4bc1-8714-35137c971842" target="_blank"
><div class="join-our-mailing-list-ax6l5a body">Join our mailing list</div>
</a>
</div>
<div class="phone-xpFsPl phone">
<div class="phone-yHwJdk phone body">Phone:</div>
<a href="tel:+31202444500" target="_blank"
><p class="x31-20-2-444-500-yHwJdk body">+31 20 2 444 500</p>
</a>
</div>
<div class="email-xpFsPl email">
<div class="email-TNbYrZ email body">Email:</div>
<a href="mailto:info@publiccode.net" target="_blank"
><div class="infopubliccodenet-TNbYrZ body">info@publiccode.net</div>
</a>
</div>
<div class="address-xpFsPl address">
<div class="address-e9rUkK address body">Address:</div>
<div class="content-e9rUkK">
<p class="keizersgracht-617-10-ZSld1a body">Keizersgracht 617, 1017 DS, Amsterdam, the Netherlands</p>
<div class="links-ZSld1a links">
<a href="https://www.openstreetmap.org/node/2736377676" target="_blank"
><div class="open-street-map-x2RMlV body">OpenStreetMap</div>
</a>
<div class="x-x2RMlV body">|</div>
<a
href="https://www.google.com/maps/place/Keizersgracht+617,+1017+DS+Amsterdam,+Netherlands"
target="_blank"
><div class="google-x2RMlV body">Google</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="organization-URI5ot">
<div class="notes-zQFFzB">
<div class="organizational-notes-FzJ2qb mulish-bold-black-22px">Organizational notes</div>
<div class="flex-container-i8593903785932358-FzJ2qb">
<div class="text0-i8593903785932358-BlJda7 body">
<span class="span0-Z0F1RH body"
>Foundation for Public Code vereniging (met volledige rechtsbevoegdheid) </span
><a href="https://about.publiccode.net/organization/governance-model.html" target="_blank"
><span class="span1-Z0F1RH body">is a member owned association</span></a
><span class="span2-Z0F1RH body"> registered under </span
><a href="https://www.kvk.nl/orderstraat/product-kiezen/?kvknummer=74996452" target="_blank"
><span class="span3-Z0F1RH body">chamber of commerce (KvK) registration 74996452</span></a
><span class="span4-Z0F1RH body"> and with identification number (RSIN) 860102294.<br /></span>
</div>
<div class="text1-i8593903785932358-BlJda7 body">
<span class="span5-sGkBGZ body">We're recognized as a </span
><a
href="https://www.belastingdienst.nl/wps/wcm/connect/bldcontenten/belastingdienst/business/business-public-benefit-organisations/public_benefit_organisations/what_is_pbo/what_is_a_pbo"
target="_blank"
><span class="span6-sGkBGZ body">public benefit organization (ANBI)</span></a
><span class="span7-sGkBGZ body"> by the Dutch Tax and Customs Administration. See </span
><a href="https://about.publiccode.net/organization/" target="_blank"
><span class="span8-sGkBGZ body">our ANBI information</span></a
><span class="span9-sGkBGZ body">.</span>
</div>
</div>
</div>
<div class="metadata-zQFFzB">
<div class="updated-3P61Hx">
<img class="iconupdated-e6eP0a" src="img/icon-updated@2x.png" alt="icon.updated" />
<p class="last-updated-22-august-2023-e6eP0a body">Last updated 22 August 2023</p>
</div>
<div class="copyright-3P61Hx">
<div class="text_label-vl99Fx mulish-semi-bold-black-20px">©</div>
<p class="x2023-foundation-for-public-code-vl99Fx body">
<span class="span0-Hy0FcG body">2023 </span
><span class="span1-Hy0FcG body">Foundation for Public Code</span>
</p>
</div>
<div class="license-3P61Hx">
<img class="iconlicense-0TkU69" src="img/icon-license@2x.png" alt="icon.license" />
<p class="creative-commons-zero-v10-universal-0TkU69 body">Creative Commons Zero v1.0 Universal</p>
</div>
</div>
</div>
</div>
</footer>
</div>
<script src="collapsible.js"></script>
</body>
</html>