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
@@ -265,25 +264,12 @@ Developer, I'm looking to build an app that displays map results and takes care
265
264
Developer, I'm looking to build an app that will stay behind a firewall and just needs raw results | [NodeODM](https://github.com/OpenDroneMap/NodeODM)
266
265
267
266
## Roadmap
268
-
-[X] User Registration / Authentication
269
-
-[X] UI mockup
270
-
-[X] Task Processing
271
-
-[X] 2D Map Display
272
-
-[X] 3D Model Display
273
-
-[ ] NDVI display
274
-
-[X] Volumetric Measurements
275
-
-[X] Cluster management and setup.
276
-
-[ ] Mission Planner
277
-
-[X] Plugins/Webhooks System
278
-
-[X] API
279
-
-[X] Documentation
280
-
-[ ] Android Mobile App
281
-
-[ ] iOS Mobile App
282
-
-[ ] Processing Nodes Volunteer Network
283
-
-[X] Unit Testing
284
-
-[X] SSL Support
285
-
286
-
Don't see a feature that you want? [Help us make it happen](/CONTRIBUTING.md).
267
+
268
+
We follow a bottom-up approach to decide what new features are added to WebODM. User feedback guides us in the decision making process and we collect such feedback via [improvement requests](https://github.com/OpenDroneMap/WebODM/issues?q=is%3Aopen+is%3Aissue+label%3Aimprovements).
269
+
270
+
Don't see a feature that you want? [Open a feature request](https://github.com/OpenDroneMap/WebODM/issues) or [help us build it](/CONTRIBUTING.md).
271
+
272
+
Sometimes we also prioritize work that has received financial backing. If your organization is in the position to financially support the development of a particular feature, [get in touch](https://community.opendronemap.org) and we'll make it happen.
287
273
288
274
## Getting Help
289
275
@@ -304,7 +290,7 @@ There are many ways to contribute back to the project:
304
290
- ⭐️ us on GitHub.
305
291
- Spread the word about WebODM and OpenDroneMap on social media.
306
292
- While we don't accept donations, you can purchase an [installer](https://webodm.org/download#installer) or a [premium support package](https://webodm.org/services#premium-support).
307
-
- Become a contributor (see below to get free swag 🤘)
293
+
- Become a contributor 🤘
308
294
309
295
## Become a Contributor
310
296
@@ -314,14 +300,10 @@ You don't necessarily need to be a developer to become a contributor. We can use
314
300
315
301
If you know how to code, we primarily use Python (Django), Javascript (React), HTML and SCSS. See the [Development Quickstart](http://docs.webodm.org/#development-quickstart) and [Contributing](/CONTRIBUTING.md) documents for more information.
316
302
317
-
To make a contribution, you will need to open a pull request ([here's how](https://github.com/Roshanjossey/first-contributions#fork-this-repository)). To make changes to WebODM, make a clone of the repository and run `./devenv.sh start`.
303
+
To make a contribution, you will need to open a pull request ([here's how](https://github.com/Roshanjossey/first-contributions#fork-this-repository)). To make changes to WebODM, make a clone of the repository and run `./webodm.sh start --dev`.
318
304
319
305
If you have questions visit us on the [forum](http://community.opendronemap.org/c/webodm) and we'll be happy to help you out with your first contribution.
320
306
321
-
When your first pull request is accepted, don't forget to fill [this form](https://goo.gl/forms/PZkiPPeNKUHNz0qe2) to get your **free** WebODM T-Shirt 🤘
WebODM is built with scalability and performance in mind. While the default setup places all databases and applications on the same machine, users can separate its components for increased performance (ex. place a Celery worker on a separate machine for running background tasks).
0 commit comments