Skip to content

Commit 497f9bf

Browse files
authored
Merge branch 'develop' into feature/roadmap-2018
2 parents 292f343 + 5367a7b commit 497f9bf

File tree

11 files changed

+28
-27
lines changed

11 files changed

+28
-27
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Majifix
1+
# MajiFix
22

33
MajiFix was developed by the World Bank in Tanzania to solve the challenge of tracking problems in cities through citizen crowd sourcing.
44

cover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Welcome to Majifix
1+
# Welcome to MajiFix
22

33
[GitHub](https://github.com/CodeTanzania)
44
[Get Started](/get-started)

get-started.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Majifix
1+
# MajiFix
22

33
MajiFix was developed by the World Bank in Tanzania to solve the challenge of tracking problems in cities through citizen crowd sourcing.
44

@@ -14,47 +14,47 @@ Open city governments, by creating new communication channels with their citizen
1414
allow citizens to report problems they face in their daily lives, and empowering them to share existing problems.
1515
support public service providers in solving each and every problem, while giving feedback to people about updates on the efforts to solve each problem.
1616

17-
## Majifix components
17+
## MajiFix components
1818

1919
MajiFix has different components. The following text provides brief description of each component.
2020

21-
### Majifix API
21+
### MajiFix API
2222

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.
2424

2525
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.
2626

2727
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.
2828

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.
3030

3131
See source code [repository](https://github.com/CodeTanzania/open311-api).
3232

33-
### Majifix management app
33+
### MajiFix management app
3434

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.
3636

3737
See source code [repository](https://github.com/CodeTanzania/open311-mobile-manager).
3838

39-
### Majifix citizen mobile app
39+
### MajiFix citizen mobile app
4040

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.
4242

4343
Work still continues in a private repository. A public repository will be available as soon as a stable release is published.
4444

45-
### Majifix facebook messenger bot
45+
### MajiFix facebook messenger bot
4646

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.
4848

4949
See source code [repository](https://github.com/CodeTanzania/facebook-majifix-bot).
5050

51-
### Majifix USSD
51+
### MajiFix USSD
5252

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.
5454

5555
See source code *This is yet to be published*.
5656

57-
### Majifix website
57+
### MajiFix website
5858

5959
A public website, that publicly shows what is going on with the system.
6060

get-started/create-module.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Create Majifix Module
1+
# Create MajiFix Module
22

3-
To create a new Majifix module follow these steps
3+
To create a new MajiFix module follow these steps
44

55
- Clone this [repository](https://github.com/CodeTanzania/majifix-module-starter)
66
- Delete .git folder by running

get-started/deploy-platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Deploy Majifix Checklist
1+
# Deploy MajiFix Checklist

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
<head>
55
<meta charset="UTF-8">
6-
<title>majifix-docs - Collection of documents for majifix</title>
6+
<title>MajiFix - Collection of documents for MajiFix</title>
77
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
8-
<meta name="description" content="Collection of documents for majifix">
8+
<meta name="description" content="Collection of documents for MajiFix">
99
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
1010
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
1111
</head>
@@ -14,7 +14,7 @@
1414
<div id="app"></div>
1515
<script>
1616
window.$docsify = {
17-
name: 'Majifix',
17+
name: 'MajiFix',
1818
homepage:'get-started.md',
1919
repo: 'https://github.com/CodeTanzania/majifix-docs',
2020
loadSidebar: true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "majifix-docs",
33
"version": "0.1.0",
4-
"description": "Collection of documents for majifix",
4+
"description": "Collection of documents for MajiFix",
55
"main": "index.js",
66
"scripts": {
77
"serve": "docsify serve ."
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Majifix API Release Checklist
1+
# MajiFix API Release Checklist

release-checklist/module-release-checklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Majifix Module Release Checklist
1+
# MajiFix Module Release Checklist
22

33
> NOTE: Make sure all tests are running before committing your changes
44
55
## Update Dependencies
66

77
- [ ] Update faker dev dependency to use **@benmaruchu/faker**
8-
- [ ] Update all majifix modules used to latest version of **@codetanzania/majifix-{module-name}**
8+
- [ ] Update all MajiFix modules used to latest version of **@codetanzania/majifix-{module-name}**
99
- [ ] Update other dependencies
1010
- [ ] Fix Http router specs to use api version in URL from app router
1111
- [ ] Remove body parser in dev dependency

roadmaps/2018.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@ The primary role of the MajiFix CRM is to analyze citizen data collected through
7272
- [ ] KPI (Key Performance Indicator)
7373
- [ ] SLA (Service Level Agreement)
7474
- [ ] Customer satisfaction
75+

0 commit comments

Comments
 (0)