-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathsignalen.html
More file actions
136 lines (121 loc) · 5.32 KB
/
signalen.html
File metadata and controls
136 lines (121 loc) · 5.32 KB
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
---
layout: codebase
title: Codebases we work with - Signalen
---
<div class="cb-section">
<div>
<h1 class="title">Codebases we work with</h1>
</div>
</div>
<hr>
<div class="cb-section">
<div class="cb-maturity-detail-header">
<div class="cb-maturity-detail-title cb-maturity-s2">
<div class="cb-logo"><img src="../photos/codebases/signalen/signalen_logo_small.png" alt="Signalen"></div>
<h1>Signalen</h1>
</div>
<div class="cb-maturity-stage cb-maturity-s2">Stage 2: <strong>Incubation</strong></div>
</div>
<div class="cb-detail-intro">
<div class="cb-detail-info">
<h3>What it is</h3>
<p>Signalen makes it easier for residents to make a report, and helps the city respond to the most important things first.</p>
<p><strong>It includes:</strong></p>
<ul>
<li>Algorithmic processing by type of complaint, and second layer triaging and prioritization by humans</li>
<li>Automatic updates to complainants about the status of their report</li>
<li>Automatic alerts to city staff based on analysis of combined reports</li>
<li>Allowing reports to be passed on to other city workers and subcontractors</li>
</ul>
</div>
<div class="cb-detail-gallery">
<a href="#img1">
<img class="lb-thumb" src="../photos/codebases/signalen/signalen_thumb_g01.png" alt="A web form with a map">
</a>
<!-- lightbox container hidden with CSS -->
<div class="lightbox" id="img1">
<a href="#img3" class="lb-btn lb-btn-prev"><span class="lb-btn-text">previous</span></a>
<a href="#_" class="lb-btn lb-btn-close"><span class="lb-btn-text">close</span></a>
<a href="#img2"><img src="../photos/codebases/signalen/signalen_g01.png" alt="A map with an address search field"></a>
<a href="#img2" class="lb-btn lb-btn-next"><span class="lb-btn-text">next</span></a>
</div>
<!-- lightbox container hidden with CSS -->
<div class="lightbox" id="img2">
<a href="#img3" class="lb-btn lb-btn-prev"><span class="lb-btn-text">previous</span></a>
<a href="#_" class="lb-btn lb-btn-close"><span class="lb-btn-text">close</span></a>
<a href="#img3"><img src="../photos/codebases/signalen/signalen_g02.png" alt="A map with an address displayed on it"></a>
<a href="#img3" class="lb-btn lb-btn-next"><span class="lb-btn-text">next</span></a>
</div>
<!-- lightbox container hidden with CSS -->
<div class="lightbox" id="img3">
<a href="#img2" class="lb-btn lb-btn-prev"><span class="lb-btn-text">previous</span></a>
<a href="#_" class="lb-btn lb-btn-close"><span class="lb-btn-text">close</span></a>
<a href="#img1"><img src="../photos/codebases/signalen/signalen_g03.png" alt="An overview of an incoming report in the admin interface"></a>
<a href="#img1" class="lb-btn lb-btn-next"><span class="lb-btn-text">next</span></a>
</div>
</div>
</div>
</div>
<hr>
<div class="cb-section">
<div class="cb-detail-info">
<h3>How we're helping</h3>
<p>We're helping Amsterdam and the Association of Netherlands Municipalities (VNG) define a governance structure, including shared feature roadmaps and technical steering.</p>
<p>We're also helping make the codebase more conducive to collaboration, including:</p>
<ul>
<li>Clear branching and gitflow models</li>
<li>Automated unit tests and integration testing</li>
<li>Engineering guidelines</li>
<li>Help prepare the community to empower market parties to offer the solution as Software as a Service (SaaS)</li>
</ul>
</div>
</div>
<hr>
<div class="cb-section">
<div class="cb-detail-info">
<h3>Technology</h3>
<dl>
<dt>Languages and frameworks:</dt>
<dd>Django Python</dd>
</dl>
</div>
</div>
<hr>
<div class="cb-section">
<div class="cb-detail-info">
<h3>Community</h3>
<dl>
<dt>Created by:</dt>
<dd>Amsterdam, the Netherlands (2018)</dd>
</dl>
<dl>
<dt>Replicating:</dt>
<dd>Strong interest from other Dutch cities and the VNG (representing 355 municipalities), as well as Ghent (Belgium) as part of the European SCORE project.</dd>
</dl>
</div>
</div>
<hr>
<div class="cb-section">
<div class="cb-detail-info">
<h3>Opportunity</h3>
<dl>
<dt>Scaling potential:</dt>
<dd>Other Dutch municipalities</dd>
</dl>
<p>The VNG wants to make it 'one click deployable' from their Common Ground appstore.</p>
<p>Amsterdam, the VNG and 's-Hertogenbosch have asked for our expertise while they refactor the codebase to be more modular and reusable while it's in production in Amsterdam.</p>
</div>
</div>
<hr>
<div class="cb-section cb-section-links">
<div class="cb-detail-info">
<h3>Find out more</h3>
<ul>
<li><a href="https://signalen.org" target="_blank">Signalen website</a></li>
<li><a href="https://youtube.com/watch?v=I2Z-mRFt3pg" target="_blank">"Signalen: helping cities manage and prioritize citizens' reports"</a> (video)</li>
<li><a href="https://github.com/Amsterdam/signals" target="_blank">Github: backend</a></li>
<li><a href="https://github.com/Amsterdam/signals-frontend" target="_blank">Github: frontend</a></li>
<li><a href="https://meldingen.amsterdam.nl" target="_blank">Amsterdam public interface</a></li>
</ul>
</div>
</div>