Home
Softono

To Fix

Open source BSD-3-Clause JavaScript
57
Stars
17
Forks
39
Issues
12
Watchers
9 years
Last Commit

 About To Fix

A task manager for OpenStreetMap

Platforms

Web Self-hosted

Languages

JavaScript

Need Help Installing To Fix?

We provide expert installation service for this software. Our team will install, configure, and secure To Fix on your server. plans start at just $30.

 ____  __       ____  __  _  _
(_  _)/  \  ___(  __)(  )( \/ )
  )( (  O )(___)) _)  )(  )  (
 (__) \__/     (__)  (__)(_/\_)

A task manager for OpenStreetMap.

Coordinate with other users and work down a queue of tasks without getting in each other’s way.

to-fix

Related tools

  • A JOSM plugin is available at tofix-plugin.
  • A CLI for creating and updating tasks is available at tofix-cli.

Workflow

This is the frontend component to to-fix. The server component is at to-fix-backend.

This is a React + Redux application bootstrapped with create-react-app.

To start development, you will require node.js to be installed.

npm install && npm start

To build and publish to gh-pages, run

npm deploy

You can configure some details at src/config.

Wiki