-
Notifications
You must be signed in to change notification settings - Fork 41
Module Development Guidelines
lhcramer edited this page Feb 2, 2018
·
4 revisions
Because MapStory is an Open Source project, as an extension of the GeoNode,, we should provide clear documentation and guidance on encapsulation of modules for use with the API. One such example is integrating Remote Feeds with projects such OpenSensorHub
MapStory should have a clearly defined API for the Layer Data Model, Story Composing, Layer Editing and Import/Export. Furthermore, A verbose set of documentation for both Developers and Users should be provided on the Github wiki and wikimedia page respectively.
Beta Baseline and Testing
- How to request a feature
- How to create a spike
- How to report a bug
- How to request a design story
- How to create a milestone
- Developer Setup
- Guidelines for Submitting a Pull Request
- HTML Styleguide
- CSS Styleguide
- Javascript Styleguide
- Python Styleguide
- Testing Guide
Project Architecture