You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: get-started.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Majifix
1
+
# MajiFix
2
2
3
3
MajiFix was developed by the World Bank in Tanzania to solve the challenge of tracking problems in cities through citizen crowd sourcing.
4
4
@@ -14,47 +14,47 @@ Open city governments, by creating new communication channels with their citizen
14
14
allow citizens to report problems they face in their daily lives, and empowering them to share existing problems.
15
15
support public service providers in solving each and every problem, while giving feedback to people about updates on the efforts to solve each problem.
16
16
17
-
## Majifix components
17
+
## MajiFix components
18
18
19
19
MajiFix has different components. The following text provides brief description of each component.
20
20
21
-
### Majifix API
21
+
### MajiFix API
22
22
23
-
Majifix API is built on Node.JS. It is a RESTful API layer designed in support of reporting and tracking common public service (i.e. water) problems.
23
+
MajiFix API is built on Node.JS. It is a RESTful API layer designed in support of reporting and tracking common public service (i.e. water) problems.
24
24
25
25
It is consists of a suite of node packages covering the business/domain logic (the part of a platform that encodes the real-world business rules that determine how data is created, displayed, stored and changed), built for performance and scale.
26
26
27
27
You can consider it as the data layer within a platform (including the data model). It is designed to be plugged into a templating layer, a mobile application or to be used with any other data consumer.
28
28
29
-
Majifix API provides a starting point that's further advanced than a framework. It allows you to get a complete data layer up and running in minutes.
29
+
MajiFix API provides a starting point that's further advanced than a framework. It allows you to get a complete data layer up and running in minutes.
30
30
31
31
See source code [repository](https://github.com/CodeTanzania/open311-api).
32
32
33
-
### Majifix management app
33
+
### MajiFix management app
34
34
35
-
Majifix management app is designed to help manages statistical information about system performance to official city managers.
35
+
MajiFix management app is designed to help manages statistical information about system performance to official city managers.
36
36
37
37
See source code [repository](https://github.com/CodeTanzania/open311-mobile-manager).
38
38
39
-
### Majifix citizen mobile app
39
+
### MajiFix citizen mobile app
40
40
41
-
Majifix mobile app is used by citizens to help them instantly report problems to city managers.
41
+
MajiFix mobile app is used by citizens to help them instantly report problems to city managers.
42
42
43
43
Work still continues in a private repository. A public repository will be available as soon as a stable release is published.
44
44
45
-
### Majifix facebook messenger bot
45
+
### MajiFix facebook messenger bot
46
46
47
-
Majifix facebook messenger bot is designed to create more social engagement by allowing citizens to submit problems to the Majifix platform through Facebook Messenger's interface without downloading the actual app.
47
+
MajiFix facebook messenger bot is designed to create more social engagement by allowing citizens to submit problems to the MajiFix platform through Facebook Messenger's interface without downloading the actual app.
48
48
49
49
See source code [repository](https://github.com/CodeTanzania/facebook-majifix-bot).
50
50
51
-
### Majifix USSD
51
+
### MajiFix USSD
52
52
53
-
Majifix USSD interface, specially relevant in places where not everyone owns a smartphone.
53
+
MajiFix USSD interface, specially relevant in places where not everyone owns a smartphone.
54
54
55
55
See source code *This is yet to be published*.
56
56
57
-
### Majifix website
57
+
### MajiFix website
58
58
59
59
A public website, that publicly shows what is going on with the system.
0 commit comments