Skip to content

Commit

Permalink
Organisation documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreynyaga committed Mar 10, 2020
1 parent 756ba43 commit 2250b30
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 9 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,9 @@ python manage.py migrate
```javascript
bounds = new L.LatLngBounds(new L.LatLng(<northEastLatitude>,<northEastLongitude>), new L.LatLng(<southWestlattitude>, <southWestLongitude>));
```

> Now the app should be working well. However, you will realise that you can not create a reserve airspace yet, and that you have to have an RPAS registered, which when you attempt does not go through because you are not registered to any organisation.
>
> This is a deliberate design choice, you have to register an organisation on the admin page `http://localhost:8000/admin` and add the user to that organisation. This is the supposed role that Civil Aviation bodies will have to play.
>
> Finally, you can create a user in the admin page and make sure to assign them to the `CAA` group that we created in on of the steps above. If you now login with this user on the site, you should have additional features such as `Approve Flight Plans`, `Create Notams` etc.
6 changes: 6 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,9 @@ python manage.py migrate
```javascript
bounds = new L.LatLngBounds(new L.LatLng(<northEastLatitude>,<northEastLongitude>), new L.LatLng(<southWestlattitude>, <southWestLongitude>));
```

> Now the app should be working well. However, you will realise that you can not create a reserve airspace yet, and that you have to have an RPAS registered, which when you attempt does not go through because you are not registered to any organisation.
>
> This is a deliberate design choice, you have to register an organisation on the admin page `http://localhost:8000/admin` and add the user to that organisation. This is the supposed role that Civil Aviation bodies will have to play.
>
> Finally, you can create a user in the admin page and make sure to assign them to the `CAA` group that we created in on of the steps above. If you now login with this user on the site, you should have additional features such as `Approve Flight Plans`, `Create Notams` etc.
11 changes: 9 additions & 2 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ <h1 id="anga-utm">ANGA UTM</h1>
<blockquote>
<p><code>This is a LAANC (Low Altitude Authorization and Notification Capability) to UTM (UAV Traffic Management) implemetation for drones / UAS / RPAS. It includes drone Registrations, drone flight plans, drone Geofences and drone approvals</code></p>
</blockquote>
<p><code>It is a PWA (Progressive Web App) purely done in Django/python</code></p>
<p><img alt="Anga UTM" src="screenshots/main.png" /></p>
<h2 id="overview">Overview</h2>
<blockquote>
Expand Down Expand Up @@ -256,7 +257,13 @@ <h4 id="steps">Steps</h4>
<li>Finally, take those values and insert them in <code>applications/templates/applications/airspaces.html</code> in this line</li>
</ul>
<pre><code class="javascript">bounds = new L.LatLngBounds(new L.LatLng(&lt;northEastLatitude&gt;,&lt;northEastLongitude&gt;), new L.LatLng(&lt;southWestlattitude&gt;, &lt;southWestLongitude&gt;));
</code></pre></div>
</code></pre>

<blockquote>
<p>Now the app should be working well. However, you will realise that you can not create a reserve airspace yet, and that you have to have an RPAS registered, which when you attempt does not go through because you are not registered to any organisation.</p>
<p>This is a deliberate design choice, you have to register an organisation on the admin page <code>http://localhost:8000/admin</code> and add the user to that organisation. This is the supposed role that Civil Aviation bodies will have to play.</p>
<p>Finally, you can create a user in the admin page and make sure to assign them to the <code>CAA</code> group that we created in on of the steps above. If you now login with this user on the site, you should have additional features such as <code>Approve Flight Plans</code>, <code>Create Notams</code> etc.</p>
</blockquote></div>
</div>
</div>

Expand Down Expand Up @@ -340,5 +347,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.1
Build Date UTC : 2020-03-06 19:41:56
Build Date UTC : 2020-03-10 19:18:53
-->
2 changes: 1 addition & 1 deletion site/search/search_index.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions site/sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url>
<loc>None</loc>
<lastmod>2020-03-06</lastmod>
<lastmod>2020-03-10</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2020-03-06</lastmod>
<lastmod>2020-03-10</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2020-03-06</lastmod>
<lastmod>2020-03-10</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2020-03-06</lastmod>
<lastmod>2020-03-10</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2020-03-06</lastmod>
<lastmod>2020-03-10</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2020-03-06</lastmod>
<lastmod>2020-03-10</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified site/sitemap.xml.gz
Binary file not shown.

0 comments on commit 2250b30

Please sign in to comment.